|
@@ -424,7 +424,7 @@ our $typeTypedefs = qr{(?x:
|
|
|
our $zero_initializer = qr{(?:(?:0[xX])?0+$Int_type?|NULL|false)\b};
|
|
|
|
|
|
our $logFunctions = qr{(?x:
|
|
|
- printk(?:_ratelimited|_once|)|
|
|
|
+ printk(?:_ratelimited|_once|_deferred_once|_deferred|)|
|
|
|
(?:[a-z0-9]+_){1,2}(?:printk|emerg|alert|crit|err|warning|warn|notice|info|debug|dbg|vdbg|devel|cont|WARN)(?:_ratelimited|_once|)|
|
|
|
WARN(?:_RATELIMIT|_ONCE|)|
|
|
|
panic|
|