Skip to main content

pr_info_once

Macro pr_info_once 

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

Prints an info-level message (level 6) only once.

Equivalent to the kernel’s pr_info_once macro.