Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108857
b: refs/heads/master
c: c85e203
h: refs/heads/master
i:
  108855: b612633
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Dmitry Torokhov committed Aug 19, 2008
1 parent 6ddd2b7 commit d2e987b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0cc1fe2238e458ebe2d52f035ccc6f3d2ecc9ca1
refs/heads/master: c85e2031eb55381a5e2f0f66c2e1d62ecd58eb85
4 changes: 2 additions & 2 deletions trunk/drivers/input/evdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,8 @@ static int handle_eviocgbit(struct input_dev *dev, unsigned int cmd, void __user
len = OLD_KEY_MAX;
if (printk_timed_ratelimit(&keymax_warn_time, 10 * 1000))
printk(KERN_WARNING
"evdev.c(EVIOCGBIT): Suspicious buffer size %d, "
"limiting output to %d bytes. See "
"evdev.c(EVIOCGBIT): Suspicious buffer size %u, "
"limiting output to %zu bytes. See "
"http://userweb.kernel.org/~dtor/eviocgbit-bug.html\n",
OLD_KEY_MAX,
BITS_TO_LONGS(OLD_KEY_MAX) * sizeof(long));
Expand Down

0 comments on commit d2e987b

Please sign in to comment.