From 7612012fad6a45f081e28d51faa775111b0bc047 Mon Sep 17 00:00:00 2001 From: johann Date: Thu, 3 Dec 2009 17:14:53 +0000 Subject: [PATCH] Branch b1_8 b=20668 i=johann (patch from eeb) Remove trailing semicolons in do{}while(0) macro definitions. --- lustre/llite/lproc_llite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/llite/lproc_llite.c b/lustre/llite/lproc_llite.c index 149f463..15b514a 100644 --- a/lustre/llite/lproc_llite.c +++ b/lustre/llite/lproc_llite.c @@ -951,7 +951,7 @@ void lprocfs_unregister_mountpoint(struct ll_sb_info *sbi) seq_putc(seq, '|'); \ seq_puts(seq, #flag); \ } \ - } while(0); + } while(0) static void *llite_dump_pgcache_seq_start(struct seq_file *seq, loff_t *pos) { -- 1.8.3.1