Macro kernel::pr_warn_once

source ·
macro_rules! pr_warn_once {
    ($($arg:tt)*) => { ... };
}
Expand description

Prints a warning-level message (level 4) only once.

Equivalent to the kernel’s pr_warn_once macro.