projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb82986
)
memstick: mspro_block: remove unneeded semicolon
author
Tom Rix
<trix@redhat.com>
Sat, 31 Oct 2020 13:48:18 +0000
(06:48 -0700)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Mon, 16 Nov 2020 10:59:28 +0000
(11:59 +0100)
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>
drivers/memstick/core/mspro_block.c
patch
|
blob
|
history
diff --git
a/drivers/memstick/core/mspro_block.c
b/drivers/memstick/core/mspro_block.c
index cd6b8d4f23350f1e9d9ea24446045b54eb2bd05d..afb892e7ffc6f2b004546781461c2ecaccf2cacd 100644
(file)
--- 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,