This fixes the space warning checked by check_patch.pl Signed-off-by: Jia He <hejia...@gmail.com> Cc: Jeremiah Mahler <jmmah...@gmail.com> Cc: Oleg Drokin <oleg.dro...@intel.com> Cc: Andreas Dilger <andreas.dil...@intel.com> Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org>
--- drivers/staging/lustre/lustre/libcfs/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/libcfs/module.c b/drivers/staging/lustre/lustre/libcfs/module.c index b9ee37c..1af6a37 100644 --- a/drivers/staging/lustre/lustre/libcfs/module.c +++ b/drivers/staging/lustre/lustre/libcfs/module.c @@ -42,7 +42,7 @@ #include "../../include/linux/lnet/lnet.h" #include "tracefile.h" -static void kportal_memhog_free (struct libcfs_device_userstate *ldu) +static void kportal_memhog_free(struct libcfs_device_userstate *ldu) { struct page **level0p = &ldu->ldu_memhog_root_page; struct page **level1p; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/