Skip to main content

pr_warn_once

Macro 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.