lkml.org 
[lkml]   [2018]   [Apr]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 05/25] staging: lustre: libcfs: remove excess space
    Date
    From: Amir Shehata <amir.shehata@intel.com>

    The function cfs_cpt_table_print() was adding two spaces
    to the string buffer. Just add it once.

    Signed-off-by: Amir Shehata <amir.shehata@intel.com>
    Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-7734
    Reviewed-on: http://review.whamcloud.com/18916
    Reviewed-by: Olaf Weber <olaf@sgi.com>
    Reviewed-by: Doug Oucharek <dougso@me.com>
    Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
    Signed-off-by: James Simmons <jsimmons@infradead.org>
    ---
    drivers/staging/lustre/lnet/libcfs/linux/linux-cpu.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/staging/lustre/lnet/libcfs/linux/linux-cpu.c b/drivers/staging/lustre/lnet/libcfs/linux/linux-cpu.c
    index d207ae5..b2a88ef 100644
    --- a/drivers/staging/lustre/lnet/libcfs/linux/linux-cpu.c
    +++ b/drivers/staging/lustre/lnet/libcfs/linux/linux-cpu.c
    @@ -147,7 +147,7 @@ struct cfs_cpt_table *

    for (i = 0; i < cptab->ctb_nparts; i++) {
    if (len > 0) {
    - rc = snprintf(tmp, len, "%d\t: ", i);
    + rc = snprintf(tmp, len, "%d\t:", i);
    len -= rc;
    }

    --
    1.8.3.1
    \
     
     \ /
      Last update: 2018-04-16 06:20    [W:3.880 / U:0.112 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site