summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_sysfs_if.c
diff options
context:
space:
mode:
authortanxiaojun2013-12-19 06:28:12 +0100
committerDavid S. Miller2013-12-20 01:27:26 +0100
commit31a5b837c2e0d282f36d06a2b96f16d97464fd68 (patch)
tree6ddc619a75aa0b4a016c6f07c2b1b5093740d954 /net/bridge/br_sysfs_if.c
parentbridge: remove unnecessary parentheses (diff)
downloadkernel-qcow2-linux-31a5b837c2e0d282f36d06a2b96f16d97464fd68.tar.gz
kernel-qcow2-linux-31a5b837c2e0d282f36d06a2b96f16d97464fd68.tar.xz
kernel-qcow2-linux-31a5b837c2e0d282f36d06a2b96f16d97464fd68.zip
bridge: add space before '(/{', after ',', etc.
Spaces required before the open parenthesis '(', before the open brace '{', after that ',' and around that '?/:'. Signed-off-by: Tan Xiaojun <tanxiaojun@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge/br_sysfs_if.c')
-rw-r--r--net/bridge/br_sysfs_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bridge/br_sysfs_if.c b/net/bridge/br_sysfs_if.c
index 2a2cdb756d51..1549b26ad4e5 100644
--- a/net/bridge/br_sysfs_if.c
+++ b/net/bridge/br_sysfs_if.c
@@ -26,7 +26,7 @@ struct brport_attribute {
int (*store)(struct net_bridge_port *, unsigned long);
};
-#define BRPORT_ATTR(_name,_mode,_show,_store) \
+#define BRPORT_ATTR(_name, _mode, _show, _store) \
const struct brport_attribute brport_attr_##_name = { \
.attr = {.name = __stringify(_name), \
.mode = _mode }, \