aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/llite/statahead.c
diff options
context:
space:
mode:
authorGreg Donald <gdonald@gmail.com>2014-10-02 18:10:23 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-10-20 10:29:14 +0800
commit9c234f6cb4c4cfe681bc8364c24152443684639f (patch)
treec99579192b9daf76bd602f328778ad325821adc0 /drivers/staging/lustre/lustre/llite/statahead.c
parentdrivers: staging: lustre: Fix "else should follow close brace '}'" errors (diff)
downloadlinux-dev-9c234f6cb4c4cfe681bc8364c24152443684639f.tar.xz
linux-dev-9c234f6cb4c4cfe681bc8364c24152443684639f.zip
drivers: staging: lustre: Fix "'foo* bar' should be 'foo *bar'" errors
Fix checkpatch.pl "'foo* bar' should be 'foo *bar'" errors Signed-off-by: Greg Donald <gdonald@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/llite/statahead.c')
-rw-r--r--drivers/staging/lustre/lustre/llite/statahead.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/llite/statahead.c b/drivers/staging/lustre/lustre/llite/statahead.c
index 06b71bcf97a7..85d451f17c02 100644
--- a/drivers/staging/lustre/lustre/llite/statahead.c
+++ b/drivers/staging/lustre/lustre/llite/statahead.c
@@ -915,7 +915,7 @@ static int do_sa_revalidate(struct inode *dir, struct ll_sa_entry *entry,
return rc;
}
-static void ll_statahead_one(struct dentry *parent, const char* entry_name,
+static void ll_statahead_one(struct dentry *parent, const char *entry_name,
int entry_name_len)
{
struct inode *dir = parent->d_inode;