aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelike Yurtoglu <[email protected]>2015-02-19 22:25:40 +0200
committerGreg Kroah-Hartman <[email protected]>2015-02-26 12:23:56 -0800
commitd501e5641a44ac8bd4e1c2da28bf4b7fea63653f (patch)
tree8932cb4cbf1f7265e50688cc260d9fae3dd222e9
parent17ca290e25e6c2056dbf8a6fe0a146c191f10689 (diff)
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/lustre/include/linux/libcfs/libcfs_hash.h2
1 files changed, 1 insertions, 1 deletions
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);
}