Skip to main content

pr_alert_once

Macro pr_alert_once 

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

Prints an alert-level message (level 1) only once.

Equivalent to the kernel’s pr_alert_once macro.