Hello Kernel Developers!

I've attached a small patch to fix a coding style problem and make checkpatch 
happy, as part of challenge 10 of Eudyptula.

Thank you
--- drivers/staging/lustre/lustre/ldlm/ldlm_extent.c.orig       2014-07-27 
20:26:53.714161698 +0100
+++ drivers/staging/lustre/lustre/ldlm/ldlm_extent.c    2014-07-27 
20:27:50.410159692 +0100
@@ -151,7 +151,8 @@ static inline int lock_mode_to_index(ldl
 
        LASSERT(mode != 0);
        LASSERT(IS_PO2(mode));
-       for (index = -1; mode; index++, mode >>= 1) ;
+       for (index = -1; mode; index++, mode >>= 1)
+               ;
        LASSERT(index < LCK_MODE_NUM);
        return index;
 }
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to