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 <aysemelikeyurtoglu@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
17ca290e25
commit
d501e5641a
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user