aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memstick
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2020-10-31 06:48:18 -0700
committerUlf Hansson <ulf.hansson@linaro.org>2020-11-16 11:59:28 +0100
commit8c3c0aca1a0cef20ac739b63f26971849b0f453a (patch)
tree010b5b791c295c291570584c14eb91f495f3d878 /drivers/memstick
parentmemstick: jmb38x_ms: remove unneeded semicolon (diff)
downloadlinux-dev-8c3c0aca1a0cef20ac739b63f26971849b0f453a.tar.xz
linux-dev-8c3c0aca1a0cef20ac739b63f26971849b0f453a.zip
memstick: mspro_block: remove unneeded semicolon
A semicolon is not needed after a switch statement. Signed-off-by: Tom Rix <trix@redhat.com> Link: https://lore.kernel.org/r/20201031134818.2135446-1-trix@redhat.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/memstick')
-rw-r--r--drivers/memstick/core/mspro_block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/memstick/core/mspro_block.c b/drivers/memstick/core/mspro_block.c
index cd6b8d4f2335..afb892e7ffc6 100644
--- a/drivers/memstick/core/mspro_block.c
+++ b/drivers/memstick/core/mspro_block.c
@@ -276,7 +276,7 @@ static const char *mspro_block_attr_name(unsigned char tag)
return "attr_devinfo";
default:
return NULL;
- };
+ }
}
typedef ssize_t (*sysfs_show_t)(struct device *dev,