[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1409586458-723-2-git-send-email-sun.wxg@gmail.com>
Date: Mon, 1 Sep 2014 23:47:38 +0800
From: sunwxg <sun.wxg@...il.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Dulshani Gunawardhana <dulshani.gunawardhana89@...il.com>,
Josh Triplett <josh@...htriplett.org>,
"John L. Hammond" <john.hammond@...el.com>,
Andreas Dilger <andreas.dilger@...el.com>,
Chi Pham <fempsci@...il.com>,
Oleg Drokin <green@...uxhacker.ru>
Cc: Sun Wang <sun.wxg@...il.com>, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject:
From: Sun Wang <sun.wxg@...il.com>
Subject: [PATCH] staging: lustre: lov_pack: fix coding style issue
Fix the style error checking by checkpatch.pl
ERROR: space required after that ','
Signed-off-by: Sun Wang <sun.wxg@...il.com>
---
drivers/staging/lustre/lustre/lov/lov_pack.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/lustre/lustre/lov/lov_pack.c b/drivers/staging/lustre/lustre/lov/lov_pack.c
index 20e5870..62ea223 100644
--- a/drivers/staging/lustre/lustre/lov/lov_pack.c
+++ b/drivers/staging/lustre/lustre/lov/lov_pack.c
@@ -95,7 +95,7 @@ void lov_dump_lmm_v1(int level, struct lov_mds_md_v1 *lmm)
void lov_dump_lmm_v3(int level, struct lov_mds_md_v3 *lmm)
{
lov_dump_lmm_common(level, lmm);
- CDEBUG(level,"pool_name "LOV_POOLNAMEF"\n", lmm->lmm_pool_name);
+ CDEBUG(level, "pool_name "LOV_POOLNAMEF"\n", lmm->lmm_pool_name);
lov_dump_lmm_objects(level, lmm->lmm_objects,
le16_to_cpu(lmm->lmm_stripe_count));
}
--
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