Commit f12ebb39 authored by Tapasweni Pathak's avatar Tapasweni Pathak Committed by Greg Kroah-Hartman

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: default avatarTapasweni Pathak <tapaswenipathak@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 84dd801e
...@@ -102,13 +102,13 @@ struct cfs_cpt_table { ...@@ -102,13 +102,13 @@ struct cfs_cpt_table {
static inline cpumask_t * static inline cpumask_t *
cfs_cpt_cpumask(struct cfs_cpt_table *cptab, int cpt) cfs_cpt_cpumask(struct cfs_cpt_table *cptab, int cpt)
{ {
return NULL; return NULL;
} }
static inline int static inline int
cfs_cpt_table_print(struct cfs_cpt_table *cptab, char *buf, int len) cfs_cpt_table_print(struct cfs_cpt_table *cptab, char *buf, int len)
{ {
return 0; return 0;
} }
#endif /* CONFIG_SMP */ #endif /* CONFIG_SMP */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment