aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-vdo/murmurhash3.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/dm-vdo/murmurhash3.c')
-rw-r--r--drivers/md/dm-vdo/murmurhash3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-vdo/murmurhash3.c b/drivers/md/dm-vdo/murmurhash3.c
index 01d2743444ec6c..3a989efae1420a 100644
--- a/drivers/md/dm-vdo/murmurhash3.c
+++ b/drivers/md/dm-vdo/murmurhash3.c
@@ -137,7 +137,7 @@ void murmurhash3_128(const void *key, const int len, const u32 seed, void *out)
break;
default:
break;
- };
+ }
}
/* finalization */