From f12ebb3911d742e5c217df52b3f1a3c224f566f9 Mon Sep 17 00:00:00 2001 From: Tapasweni Pathak Date: Mon, 29 Sep 2014 16:01:59 +0530 Subject: [PATCH] staging: lustre: include: linux: libcfs: Remove spaces at the start of a line This patch fixes checpatch.pl warning in file libcfs_cpu.h WARNING: please, no spaces at the start of a line Signed-off-by: Tapasweni Pathak Signed-off-by: Greg Kroah-Hartman --- drivers/staging/lustre/include/linux/libcfs/libcfs_cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/lustre/include/linux/libcfs/libcfs_cpu.h b/drivers/staging/lustre/include/linux/libcfs/libcfs_cpu.h index a140e5d91860..787867847483 100644 --- a/drivers/staging/lustre/include/linux/libcfs/libcfs_cpu.h +++ b/drivers/staging/lustre/include/linux/libcfs/libcfs_cpu.h @@ -102,13 +102,13 @@ struct cfs_cpt_table { static inline cpumask_t * cfs_cpt_cpumask(struct cfs_cpt_table *cptab, int cpt) { - return NULL; + return NULL; } static inline int cfs_cpt_table_print(struct cfs_cpt_table *cptab, char *buf, int len) { - return 0; + return 0; } #endif /* CONFIG_SMP */ -- 2.11.0