Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189574
b: refs/heads/master
c: bb1dc0b
h: refs/heads/master
v: v3
  • Loading branch information
Yong Zhang authored and Linus Torvalds committed Apr 7, 2010
1 parent efc68ac commit 1b9bb91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2a7268abc48c8009b284bd88605d14fcb65772ec
refs/heads/master: bb1dc0bacb8ddd7ba6a5906c678a5a5a110cf695
2 changes: 1 addition & 1 deletion trunk/include/linux/kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b9bb91

Please sign in to comment.