[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1438675807-11682-1-git-send-email-qingsong.gou@ck-telecom.com>
Date: Tue, 4 Aug 2015 16:10:06 +0800
From: Jandy Gou <qingsong.gou@...telecom.com>
To: gregkh@...uxfoundation.org
Cc: oleg.drokin@...el.com, andreas.dilger@...el.com,
jsimmons@...radead.org, jmmahler@...il.com, heenasirwani@...il.com,
shuey@...due.edu, haticeerturk27@...il.com,
HPDD-discuss@...ts.01.org, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org,
Jandy Gou <qingsong.gou@...telecom.com>
Subject: [PATCH] Fix coding style error
Fix the following two coding style errors:
ERROR: space prohibited before that '++' (ctx:WxO)
#890: FILE: drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h:890:
+ index ++;
ERROR: space prohibited before open square bracket '['
#724: FILE: drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h:724:
+ return (&kiblnd_data.kib_peers [hash]);
Jandy Gou (1):
staging: lustre: Fix coding style errors
drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists