* [PATCH] KERNEL: Correct routine name in comment.
@ 2009-06-29 1:10 Robert P. J. Day
2009-06-29 7:45 ` Jiri Kosina
0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2009-06-29 1:10 UTC (permalink / raw)
To: Linux Kernel Mailing List; +Cc: trivial
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
---
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
========================================================================
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] KERNEL: Correct routine name in comment.
2009-06-29 1:10 [PATCH] KERNEL: Correct routine name in comment Robert P. J. Day
@ 2009-06-29 7:45 ` Jiri Kosina
0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2009-06-29 7:45 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: Linux Kernel Mailing List
On Sun, 28 Jun 2009, Robert P. J. Day wrote:
>
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
>
> ---
>
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-29 7:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-29 1:10 [PATCH] KERNEL: Correct routine name in comment Robert P. J. Day
2009-06-29 7:45 ` Jiri Kosina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox