mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 06:31:58 +02:00
dm vdo murmurhash: remove unneeded semicolon
Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202404050327.4ebVLBD3-lkp@intel.com/ Signed-off-by: Matthew Sakai <msakai@redhat.com> Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@kernel.org>
This commit is contained in:
parent
39cd87c4eb
commit
f141dde5dc
|
|
@ -137,7 +137,7 @@ void murmurhash3_128(const void *key, const int len, const u32 seed, void *out)
|
|||
break;
|
||||
default:
|
||||
break;
|
||||
};
|
||||
}
|
||||
}
|
||||
/* finalization */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user