Re: [PATCH 1/3] staging: luster: cl_object.h Checkpatch Cleanup

2016-06-18 Thread Greg Kroah-Hartman
On Sat, Jun 18, 2016 at 10:25:42PM +0100, Craig Inches wrote:
> Line length greater than 80 char.

What does that mean?

What does your subject mean?

Please be more descriptive, again, look at other patches that have been
merged for examples...

greg k-h
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH 1/3] staging: luster: cl_object.h Checkpatch Cleanup

2016-06-18 Thread Craig Inches
Line length greater than 80 char.

Signed-off-by: Craig Inches 

---
 drivers/staging/lustre/lustre/include/cl_object.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/lustre/lustre/include/cl_object.h 
b/drivers/staging/lustre/lustre/include/cl_object.h
index 99fc28e..3004625 100644
--- a/drivers/staging/lustre/lustre/include/cl_object.h
+++ b/drivers/staging/lustre/lustre/include/cl_object.h
@@ -1054,7 +1054,7 @@ do {  
\
 #define CL_PAGE_HEADER(mask, env, page, format, ...) \
 do { \
if (cfs_cdebug_show(mask, DEBUG_SUBSYSTEM)) {\
-   LIBCFS_DEBUG_MSG_DATA_DECL(msgdata, mask, NULL);
\
+   LIBCFS_DEBUG_MSG_DATA_DECL(msgdata, mask, NULL);\
cl_page_header_print(env, , lu_cdebug_printer, page); \
CDEBUG(mask, format, ## __VA_ARGS__);   \
}\
-- 
2.7.3

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel