diff --git a/include/linux/kernel.h b/include/linux/kernel.h index 7f07074633603463af3c80eb9c9334f31789f244..9365227dbaf6498f4b4318c7205e8e1a61103da5 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h @@ -426,7 +426,7 @@ static inline char *pack_hex_byte(char *buf, u8 byte) .burst = DEFAULT_RATELIMIT_BURST, \ }; \ \ - if (!__ratelimit(&_rs)) \ + if (__ratelimit(&_rs)) \ printk(fmt, ##__VA_ARGS__); \ }) #else