projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e72740d
)
ieee802154: wpan-class: fix trailing semicolon
author
Alexander Aring
<alex.aring@gmail.com>
Sat, 25 Oct 2014 03:25:12 +0000
(
05:25
+0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sat, 25 Oct 2014 06:07:30 +0000
(08:07 +0200)
This patch removes an unnecessary tailing semicolon after macro
define. Otherwise we get a trailing semicolon while using this macro.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/ieee802154/wpan-class.c
patch
|
blob
|
history
diff --git
a/net/ieee802154/wpan-class.c
b/net/ieee802154/wpan-class.c
index 9a2dfab5648de2fbc98c0675b368af612aa0bc18..e4c6fb31a3601225342c9602010bc5f761f1a76f 100644
(file)
--- a/
net/ieee802154/wpan-class.c
+++ b/
net/ieee802154/wpan-class.c
@@
-33,7
+33,7
@@
static ssize_t name ## _show(struct device *dev, \
mutex_unlock(&phy->pib_lock); \
return ret; \
} \
-static DEVICE_ATTR_RO(name)
;
+static DEVICE_ATTR_RO(name)
#define MASTER_SHOW(field, format_string) \
MASTER_SHOW_COMPLEX(field, format_string, phy->field)