commit | ea9d6553b3b3044e7374774cc33bb1b2eee19dd3 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@gmail.com> | Tue May 31 13:45:53 2011 +0200 |
committer | Jens Axboe <jaxboe@fusionio.com> | Tue May 31 13:45:53 2011 +0200 |
tree | 9079017f7576f1df50d063c033c80c5a201dc555 | |
parent | a1706ac4c0201ea0143dc0db0659001b26ceeabb [diff] |
block: remove unwanted semicolons 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>