public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND] block: remove unwanted semicolons
@ 2011-05-31 11:44 Namhyung Kim
  2011-05-31 11:46 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Namhyung Kim @ 2011-05-31 11:44 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-kernel

Since those defined functions require additional semicolon
from the caller, they could cause potential syntax errors
when used in if-else statements.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Acked-by: Martin K. Petersen <martin.petersen@oracle.com>
---
 include/linux/blkdev.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index ae9091a68480..1a23722e8878 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -1282,8 +1282,8 @@ queue_max_integrity_segments(struct request_queue *q)
 #define blk_get_integrity(a)			(0)
 #define blk_integrity_compare(a, b)		(0)
 #define blk_integrity_register(a, b)		(0)
-#define blk_integrity_unregister(a)		do { } while (0);
-#define blk_queue_max_integrity_segments(a, b)	do { } while (0);
+#define blk_integrity_unregister(a)		do { } while (0)
+#define blk_queue_max_integrity_segments(a, b)	do { } while (0)
 #define queue_max_integrity_segments(a)		(0)
 #define blk_integrity_merge_rq(a, b, c)		(0)
 #define blk_integrity_merge_bio(a, b, c)	(0)
-- 
1.7.5.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH RESEND] block: remove unwanted semicolons
  2011-05-31 11:44 [PATCH RESEND] block: remove unwanted semicolons Namhyung Kim
@ 2011-05-31 11:46 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2011-05-31 11:46 UTC (permalink / raw)
  To: Namhyung Kim; +Cc: linux-kernel@vger.kernel.org

On 2011-05-31 13:44, Namhyung Kim wrote:
> Since those defined functions require additional semicolon
> from the caller, they could cause potential syntax errors
> when used in if-else statements.

Applied, thanks.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-05-31 11:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-31 11:44 [PATCH RESEND] block: remove unwanted semicolons Namhyung Kim
2011-05-31 11:46 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox