./fs/bcachefs/ec.c:903:24-25: Unneeded semicolon

Reported-by: Abaci Robot <[email protected]>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=10836
Signed-off-by: Yang Li <[email protected]>
---
 fs/bcachefs/ec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/bcachefs/ec.c b/fs/bcachefs/ec.c
index c26319475876..c63d9c6fa734 100644
--- a/fs/bcachefs/ec.c
+++ b/fs/bcachefs/ec.c
@@ -900,7 +900,7 @@ int bch2_ec_read_extent(struct btree_trans *trans, struct 
bch_read_bio *rbio,
        bch2_bkey_val_to_text(&msgbuf, c, orig_k);
        bch_err_ratelimited(c,
                            "error doing reconstruct read: %s\n  %s", msg, 
msgbuf.buf);
-       printbuf_exit(&msgbuf);;
+       printbuf_exit(&msgbuf);
        ret = -BCH_ERR_stripe_reconstruct;
        goto out;
 }
-- 
2.32.0.3.g01195cf9f


Reply via email to