From: Tapasweni Pathak Date: Mon, 29 Sep 2014 10:31:59 +0000 (+0530) Subject: staging: lustre: include: linux: libcfs: Remove spaces at the start of a line X-Git-Tag: firefly_0821_release~176^2~3121^2~50 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;ds=sidebyside;h=f12ebb3911d742e5c217df52b3f1a3c224f566f9;p=firefly-linux-kernel-4.4.55.git 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 --- 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 */