aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/printk.c')
-rw-r--r--kernel/printk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/printk.c b/kernel/printk.c
index c3ab51dc9faf..fbd94bdaa74f 100644
--- a/kernel/printk.c
+++ b/kernel/printk.c
@@ -593,6 +593,8 @@ static int have_callable_console(void)
593 * 593 *
594 * See also: 594 * See also:
595 * printf(3) 595 * printf(3)
596 *
597 * See the vsnprintf() documentation for format string extensions over C99.
596 */ 598 */
597 599
598asmlinkage int printk(const char *fmt, ...) 600asmlinkage int printk(const char *fmt, ...)