projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9049df
)
trivial: Correct print_tainted routine name in comment
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Mon, 29 Jun 2009 01:10:07 +0000
(21:10 -0400)
committer
Jiri Kosina
<jkosina@suse.cz>
Mon, 21 Sep 2009 13:14:53 +0000
(15:14 +0200)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
kernel/panic.c
patch
|
blob
|
history
diff --git
a/kernel/panic.c
b/kernel/panic.c
index 512ab73b0ca3afed1553b5e01218c92d17630a4c..bcdef26e3332f7e197b7fd8740f697010a257bb4 100644
(file)
--- 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_taint
ed
().
*/
const char *print_tainted(void)
{