From: Melike Yurtoglu Date: Thu, 19 Feb 2015 20:25:40 +0000 (+0200) Subject: Staging: lustre: include: linux: libcfs: Remove spaces at the start of a line X-Git-Tag: v4.1-rc1~152^2~138^2~1007 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d501e5641a44ac8bd4e1c2da28bf4b7fea63653f;p=karo-tx-linux.git Staging: lustre: include: linux: libcfs: Remove spaces at the start of a line This patch fixes checpatch.pl warning WARNING: please, no spaces at the start of a line Signed-off-by: Melike Yurtoglu Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/include/linux/libcfs/libcfs_hash.h b/drivers/staging/lustre/include/linux/libcfs/libcfs_hash.h index 808e49411a30..4dcae612946f 100644 --- a/drivers/staging/lustre/include/linux/libcfs/libcfs_hash.h +++ b/drivers/staging/lustre/include/linux/libcfs/libcfs_hash.h @@ -469,7 +469,7 @@ cfs_hash_key(struct cfs_hash *hs, struct hlist_node *hnode) static inline void cfs_hash_keycpy(struct cfs_hash *hs, struct hlist_node *hnode, void *key) { - if (hs->hs_ops->hs_keycpy) + if (hs->hs_ops->hs_keycpy) hs->hs_ops->hs_keycpy(hnode, key); }