[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20240103010720.39784-1-yang.lee@linux.alibaba.com>
Date: Wed, 3 Jan 2024 09:07:20 +0800
From: Yang Li <yang.lee@...ux.alibaba.com>
To: kent.overstreet@...ux.dev,
bfoster@...hat.com
Cc: linux-bcachefs@...r.kernel.org,
linux-kernel@...r.kernel.org,
Yang Li <yang.lee@...ux.alibaba.com>
Subject: [PATCH -next] bcachefs: Remove unneeded semicolon
./fs/bcachefs/super.c:1093:59-60: Unneeded semicolon
./fs/bcachefs/super.c:1097:59-60: Unneeded semicolon
Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
---
fs/bcachefs/super.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/bcachefs/super.c b/fs/bcachefs/super.c
index 64ff7da49860..bc254d69b596 100644
--- a/fs/bcachefs/super.c
+++ b/fs/bcachefs/super.c
@@ -1090,11 +1090,11 @@ static int bch2_dev_in_fs(struct bch_sb_handle *fs,
prt_newline(&buf);
prt_printf(&buf, "%pg ", fs->bdev);
- bch2_prt_datetime(&buf, le64_to_cpu(fs->sb->write_time));;
+ bch2_prt_datetime(&buf, le64_to_cpu(fs->sb->write_time));
prt_newline(&buf);
prt_printf(&buf, "%pg ", sb->bdev);
- bch2_prt_datetime(&buf, le64_to_cpu(sb->sb->write_time));;
+ bch2_prt_datetime(&buf, le64_to_cpu(sb->sb->write_time));
prt_newline(&buf);
prt_printf(&buf, "Not using older sb");
--
2.20.1.7.g153144c
Powered by blists - more mailing lists