Commit fe002a41 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Jiri Kosina

trivial: Correct print_tainted routine name in comment

Signed-off-by: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent b9049df5
...@@ -177,7 +177,7 @@ static const struct tnt tnts[] = { ...@@ -177,7 +177,7 @@ static const struct tnt tnts[] = {
* 'W' - Taint on warning. * 'W' - Taint on warning.
* 'C' - modules from drivers/staging are loaded. * '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) const char *print_tainted(void)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment