Skip to content

Commit

Permalink
dm-vdo murmurhash: remove unneeded semicolon
Browse files Browse the repository at this point in the history
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Matthew Sakai <[email protected]>
  • Loading branch information
lorelei-sakai committed Apr 4, 2024
1 parent 31bf4f9 commit 940778e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/md/dm-vdo/murmurhash3.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ void murmurhash3_128(const void *key, const int len, const u32 seed, void *out)
break;
default:
break;
};
}
}
/* finalization */

Expand Down

0 comments on commit 940778e

Please sign in to comment.