block: remove unwanted semicolons
authorNamhyung Kim <namhyung@gmail.com>
Tue, 31 May 2011 11:45:53 +0000 (13:45 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Tue, 31 May 2011 11:45:53 +0000 (13:45 +0200)
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>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>

No differences found