[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20061008194429.c98d7387.rdunlap@xenotime.net>
Date: Sun, 8 Oct 2006 19:44:29 -0700
From: Randy Dunlap <rdunlap@...otime.net>
To: lkml <linux-kernel@...r.kernel.org>
Cc: akpm <akpm@...l.org>
Subject: [PATCH] kernel-doc: fix function name in usercopy.c
From: Randy Dunlap <rdunlap@...otime.net>
Fix kernel-doc function name in usercopy.c.
Signed-off-by: Randy Dunlap <rdunlap@...otime.net>
---
arch/i386/lib/usercopy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2619-rc1g3.orig/arch/i386/lib/usercopy.c
+++ linux-2619-rc1g3/arch/i386/lib/usercopy.c
@@ -179,7 +179,7 @@ __clear_user(void __user *to, unsigned l
EXPORT_SYMBOL(__clear_user);
/**
- * strlen_user: - Get the size of a string in user space.
+ * strnlen_user: - Get the size of a string in user space.
* @s: The string to measure.
* @n: The maximum valid length
*
---
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists