]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: remove superfluous ; after statements
authorColin Ian King <colin.i.king@gmail.com>
Mon, 7 Oct 2024 08:11:21 +0000 (09:11 +0100)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 21 Dec 2024 06:36:14 +0000 (01:36 -0500)
commit1c6d5841aebcad7d1a63e242780e400db6efcf97
tree512a652af4225d1ed9922473d107240c0ebe0068
parent135c0c85248a10512a9c5d17dccf65e220398cf4
bcachefs: remove superfluous ; after statements

There are a several statements with two following semicolons, replace
these with just one semicolon.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/btree_update.c
fs/bcachefs/ec.c
fs/bcachefs/super.c