Staging: lustre: llite: Declare ptr args correctly
authorTina Ruchandani <ruchandani.tina@gmail.com>
Wed, 22 Oct 2014 20:39:11 +0000 (13:39 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Oct 2014 03:09:16 +0000 (11:09 +0800)
commit2a80f844158b9b5327a159dc9c0fa6b676d2bd9d
tree8aa4bf4d45e52c52fd6bba5f4dd86e5789f21886
parent464289d876ba6774972ecb277dad4b104e565fbe
Staging: lustre: llite: Declare ptr args correctly

This patch fixes the following checkpatch errors:
ERROR: "foo * bar" should be "foo *bar"

951: FILE: drivers/staging/lustre/lustre/llite/namei.c:951:
static void ll_get_child_fid(struct inode * dir, struct qstr *name,

1193: FILE: drivers/staging/lustre/lustre/llite/namei.c:1193:
static int ll_unlink(struct inode * dir, struct dentry *dentry)

Signed-off-by: Tina Ruchandani <ruchandani.tina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/namei.c