Skip to main content

pr_notice_once

Macro pr_notice_once 

Source
macro_rules! pr_notice_once {
    ($($arg:tt)*) => { ... };
}
Expand description

Prints a notice-level message (level 5) only once.

Equivalent to the kernel’s pr_notice_once macro.