aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/lclient
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-12-24 21:53:19 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-01-08 15:52:43 -0800
commit5152bda8eed7cbf4e777e690f162395f4d8c232f (patch)
treedf594905458712a71b5f6b71d3e42ee8d23fc18f /drivers/staging/lustre/lustre/lclient
parentstaging: lustre: Fix space prohibited between function name and open parenthesis in lcommon_cl.c (diff)
downloadlinux-dev-5152bda8eed7cbf4e777e690f162395f4d8c232f.tar.xz
linux-dev-5152bda8eed7cbf4e777e690f162395f4d8c232f.zip
staging: lustre: Fix do not use C99 // comments in lcommon_cl.c
This patch fixed "ERROR: do not use C99 // comments" found by checkpatch.pl in lcommon_cl.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/lclient')
-rw-r--r--drivers/staging/lustre/lustre/lclient/lcommon_cl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/lclient/lcommon_cl.c b/drivers/staging/lustre/lustre/lclient/lcommon_cl.c
index 1ed3490c60ba..94b164127e0c 100644
--- a/drivers/staging/lustre/lustre/lclient/lcommon_cl.c
+++ b/drivers/staging/lustre/lustre/lclient/lcommon_cl.c
@@ -162,7 +162,7 @@ struct lu_context_key ccc_session_key = {
/* type constructor/destructor: ccc_type_{init,fini,start,stop}(). */
-// LU_TYPE_INIT_FINI(ccc, &ccc_key, &ccc_session_key);
+/* LU_TYPE_INIT_FINI(ccc, &ccc_key, &ccc_session_key); */
int ccc_device_init(const struct lu_env *env, struct lu_device *d,
const char *name, struct lu_device *next)