[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201101153008.2291089-1-trix@redhat.com>
Date: Sun, 1 Nov 2020 07:30:08 -0800
From: trix@...hat.com
To: clm@...com, josef@...icpanda.com, dsterba@...e.com
Cc: linux-btrfs@...r.kernel.org, linux-kernel@...r.kernel.org,
Tom Rix <trix@...hat.com>
Subject: [PATCH] btrfs: sysfs: remove unneeded semicolon
From: Tom Rix <trix@...hat.com>
A semicolon is not needed after a switch statement.
Signed-off-by: Tom Rix <trix@...hat.com>
---
fs/btrfs/sysfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/btrfs/sysfs.c b/fs/btrfs/sysfs.c
index 279d9262b676..c96ecf951c86 100644
--- a/fs/btrfs/sysfs.c
+++ b/fs/btrfs/sysfs.c
@@ -1207,7 +1207,7 @@ static const char *alloc_name(u64 flags)
default:
WARN_ON(1);
return "invalid-combination";
- };
+ }
}
/*
--
2.18.1
Powered by blists - more mailing lists