diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/sbi/sbi_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sbi/sbi_list.h b/include/sbi/sbi_list.h index fe735dff..9e56c526 100644 --- a/include/sbi/sbi_list.h +++ b/include/sbi/sbi_list.h @@ -31,7 +31,7 @@ struct sbi_dlist _lname = SBI_LIST_HEAD_INIT(_lname) #define SBI_INIT_LIST_HEAD(ptr) \ do { \ (ptr)->next = ptr; (ptr)->prev = ptr; \ -} while (0); +} while (0) static inline void __sbi_list_add(struct sbi_dlist *new, struct sbi_dlist *prev, |
