From de57fea534847ea94b8083fb6f5374b91d0561fb Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Sat, 21 Jan 2012 11:02:42 -0800 Subject: [PATCH] --- yaml --- r: 286950 b: refs/heads/master c: 0863b04d1578879173aacbc5c7be749fccb70809 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/debugfs/file.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2da7c0524090..76e7655326c6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1a5e29fc2b90daf71a60329c29a1886fd126169a +refs/heads/master: 0863b04d1578879173aacbc5c7be749fccb70809 diff --git a/trunk/fs/debugfs/file.c b/trunk/fs/debugfs/file.c index f65d4455c5e5..ef023eef0464 100644 --- a/trunk/fs/debugfs/file.c +++ b/trunk/fs/debugfs/file.c @@ -540,7 +540,7 @@ EXPORT_SYMBOL_GPL(debugfs_create_blob); * debugfs_print_regs32 - use seq_print to describe a set of registers * @s: the seq_file structure being used to generate output * @regs: an array if struct debugfs_reg32 structures - * @mregs: the length of the above array + * @nregs: the length of the above array * @base: the base address to be used in reading the registers * @prefix: a string to be prefixed to every output line *