OSDN Git Service

dm thin: fix trailing semicolon in __remap_and_issue_shared_cell
authorLuis de Bethencourt <luisbg@kernel.org>
Wed, 17 Jan 2018 15:09:25 +0000 (15:09 +0000)
committerMike Snitzer <snitzer@redhat.com>
Mon, 29 Jan 2018 18:44:57 +0000 (13:44 -0500)
commitbd6d1e0a5fafd47acb4ca5ca51d5dc8c7563112c
treef864f7ee41873f3d8cc5e42f41a0bf7b0ed7cf89
parenteaa160ededfad7a38f7ee06dc1af2ced1b410ad8
dm thin: fix trailing semicolon in __remap_and_issue_shared_cell

The trailing semicolon is an empty statement that does no operation.
Removing it since it doesn't do anything.

Signed-off-by: Luis de Bethencourt <luisbg@kernel.org>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-thin.c