Skip to content

Commit

Permalink
kernel/printk.c: Made printk_recursion_bug_msg static.
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Guilak <[email protected]>
Acked-by: Josh Triplett <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Daniel Guilak authored and torvalds committed Jul 9, 2008
1 parent 48948a3 commit 7683c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ static int acquire_console_semaphore_for_printk(unsigned int cpu)
return retval;
}

const char printk_recursion_bug_msg [] =
static const char printk_recursion_bug_msg [] =
KERN_CRIT "BUG: recent printk recursion!\n";
static int printk_recursion_bug;

Expand Down

0 comments on commit 7683c57

Please sign in to comment.