From: Tina Ruchandani Date: Wed, 22 Oct 2014 20:39:11 +0000 (-0700) Subject: Staging: lustre: llite: Declare ptr args correctly X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~1050 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a80f844158b9b5327a159dc9c0fa6b676d2bd9d;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed