From 66ab34987db81a1021da99b6c1b5b1ec046d345c Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Sat, 21 Jan 2012 11:02:42 -0800 Subject: [PATCH] --- yaml --- r: 286615 b: refs/heads/master c: b5763accd3b5fc131ee06e26ce56e63ae0322c9b h: refs/heads/master i: 286613: 36c1e6378b0c7cea48da2b2dd248e7f609a1bc38 286611: 23648c23cd3ad055c72b6b9807920a2070f4e8d8 286607: 1ba467f9dca66442cbb95b966ebef320770d7424 v: v3 --- [refs] | 2 +- trunk/fs/debugfs/file.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a3c42718139d..d57631a1efcb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5bc75a886353fa5f386c5ce49a93da1756006d8f +refs/heads/master: b5763accd3b5fc131ee06e26ce56e63ae0322c9b 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 *