2009-06-29 01:12:20

by Robert P. J. Day

[permalink] [raw]
Subject: [PATCH] KERNEL: Correct routine name in comment.


Signed-off-by: Robert P. J. Day <[email protected]>

---

diff --git a/kernel/panic.c b/kernel/panic.c
index 984b3ec..b855012 100644
--- a/kernel/panic.c
+++ b/kernel/panic.c
@@ -177,7 +177,7 @@ static const struct tnt tnts[] = {
* 'W' - Taint on warning.
* 'C' - modules from drivers/staging are loaded.
*
- * The string is overwritten by the next call to print_taint().
+ * The string is overwritten by the next call to print_tainted().
*/
const char *print_tainted(void)
{

rday
--

========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA

Linux Consulting, Training and Annoying Kernel Pedantry.

Web page: http://crashcourse.ca
Linked In: http://www.linkedin.com/in/rpjday
Twitter: http://twitter.com/rpjday
========================================================================


2009-06-29 07:45:16

by Jiri Kosina

[permalink] [raw]
Subject: Re: [PATCH] KERNEL: Correct routine name in comment.

On Sun, 28 Jun 2009, Robert P. J. Day wrote:

>
> Signed-off-by: Robert P. J. Day <[email protected]>
>
> ---
>
> diff --git a/kernel/panic.c b/kernel/panic.c
> index 984b3ec..b855012 100644
> --- a/kernel/panic.c
> +++ b/kernel/panic.c
> @@ -177,7 +177,7 @@ static const struct tnt tnts[] = {
> * 'W' - Taint on warning.
> * 'C' - modules from drivers/staging are loaded.
> *
> - * The string is overwritten by the next call to print_taint().
> + * The string is overwritten by the next call to print_tainted().
> */

Applied to trivial queue, thanks.

--
Jiri Kosina
SUSE Labs