[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20240911004216.42648-1-yang.lee@linux.alibaba.com>
Date: Wed, 11 Sep 2024 08:42:16 +0800
From: Yang Li <yang.lee@...ux.alibaba.com>
To: kent.overstreet@...ux.dev
Cc: linux-bcachefs@...r.kernel.org,
linux-kernel@...r.kernel.org,
Yang Li <yang.lee@...ux.alibaba.com>,
Abaci Robot <abaci@...ux.alibaba.com>
Subject: [PATCH -next] bcachefs: Remove unneeded semicolon
./fs/bcachefs/ec.c:903:24-25: Unneeded semicolon
Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=10836
Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
---
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
Powered by blists - more mailing lists