diff --git a/kernel/printk/printk.c b/kernel/printk/printk.c index 7476a53bc378225e3b89a5e4bfa5b82de562820f..5bc54478c963e47488c717e3e2b041225cafbfc0 100644 --- a/kernel/printk/printk.c +++ b/kernel/printk/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);