diff --git a/kernel/printk/printk.c b/kernel/printk/printk.c index 4dae9cbe9259..bd7ee2a9f960 100644 --- a/kernel/printk.c +++ b/kernel/printk.c @@ -206,8 +206,7 @@ struct printk_log { }; /* - * The logbuf_lock protects kmsg buffer, indices, counters. It is also - * used in interesting ways to provide interlocking in console_unlock(); + * The logbuf_lock protects kmsg buffer, indices, counters. */ static DEFINE_RAW_SPINLOCK(logbuf_lock); -- 1.8.1.4