diff options
Diffstat (limited to 'include/linux/wait.h')
-rw-r--r-- | include/linux/wait.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/wait.h b/include/linux/wait.h index ec099b03e11b..3b23afa04d6b 100644 --- a/include/linux/wait.h +++ b/include/linux/wait.h | |||
@@ -732,7 +732,7 @@ do { \ | |||
732 | int __ret = 0; \ | 732 | int __ret = 0; \ |
733 | if (!(condition)) \ | 733 | if (!(condition)) \ |
734 | __ret = __wait_event_interruptible_lock_irq(wq, \ | 734 | __ret = __wait_event_interruptible_lock_irq(wq, \ |
735 | condition, lock,) \ | 735 | condition, lock,); \ |
736 | __ret; \ | 736 | __ret; \ |
737 | }) | 737 | }) |
738 | 738 | ||