diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2006-03-24 06:16:13 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-24 10:33:24 -0500 |
commit | 53b3531bbbf70ac7551b32d1acc229d94de52658 (patch) | |
tree | 644440c93f599bbf64bb0b703c97b03b4dc5d737 /drivers/usb/input | |
parent | 29afd49b72a9b2c26fa8c678bcf3976d0540446b (diff) |
[PATCH] s/;;/;/g
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/usb/input')
-rw-r--r-- | drivers/usb/input/hid-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/input/hid-core.c b/drivers/usb/input/hid-core.c index 58b59f6e9881..d4bf1701046b 100644 --- a/drivers/usb/input/hid-core.c +++ b/drivers/usb/input/hid-core.c | |||
@@ -1215,7 +1215,7 @@ static void hid_irq_out(struct urb *urb, struct pt_regs *regs) | |||
1215 | 1215 | ||
1216 | if (hid->outhead != hid->outtail) { | 1216 | if (hid->outhead != hid->outtail) { |
1217 | if (hid_submit_out(hid)) { | 1217 | if (hid_submit_out(hid)) { |
1218 | clear_bit(HID_OUT_RUNNING, &hid->iofl);; | 1218 | clear_bit(HID_OUT_RUNNING, &hid->iofl); |
1219 | wake_up(&hid->wait); | 1219 | wake_up(&hid->wait); |
1220 | } | 1220 | } |
1221 | spin_unlock_irqrestore(&hid->outlock, flags); | 1221 | spin_unlock_irqrestore(&hid->outlock, flags); |