diff --git a/scst/src/scst_pres.c b/scst/src/scst_pres.c index e5ce9fa1b..85433044c 100644 --- a/scst/src/scst_pres.c +++ b/scst/src/scst_pres.c @@ -81,7 +81,7 @@ if (dev->dev_list_entry.next && \ !list_empty(&dev->dev_list_entry)) \ lockdep_assert_held(&dev->dev_pr_mutex); \ - } while (0); + } while (0) #else static inline void scst_assert_pr_mutex_held(struct scst_device *dev) {