]> Git Repo - J-linux.git/commitdiff
dm vdo murmurhash: remove unneeded semicolon
authorMatthew Sakai <[email protected]>
Fri, 5 Apr 2024 19:26:21 +0000 (21:26 +0200)
committerMike Snitzer <[email protected]>
Wed, 10 Apr 2024 15:46:40 +0000 (11:46 -0400)
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Matthew Sakai <[email protected]>
Signed-off-by: Mikulas Patocka <[email protected]>
Signed-off-by: Mike Snitzer <[email protected]>
drivers/md/dm-vdo/murmurhash3.c

index 01d2743444ec6cc7eec0945b69ba1c63195f09b1..3a989efae1420a0f2e5b965b55555fe8a85a4037 100644 (file)
@@ -137,7 +137,7 @@ void murmurhash3_128(const void *key, const int len, const u32 seed, void *out)
                        break;
                default:
                        break;
-               };
+               }
        }
        /* finalization */
 
This page took 0.123909 seconds and 4 git commands to generate.