summaryrefslogtreecommitdiff
path: root/include/dt-bindings/clock/pistachio-clk.h
diff options
context:
space:
mode:
authortcharding <me@tobin.cc>2017-02-09 17:56:05 +1100
committerDavid S. Miller <davem@davemloft.net>2017-02-10 13:37:48 -0500
commit643aa9cba0b688ffde28ac39aebec6f56fc2a8af (patch)
treec59bf18fe6faa96803acbd58bcb311d99b23886e /include/dt-bindings/clock/pistachio-clk.h
parent722c9a0cebb88ac1a982285f15d5fd44f4140c66 (diff)
net: Fix checkpatch whitespace errors
This patch fixes two trivial whitespace errors. Brace should be on the previous line and trailing statements should be on next line. Signed-off-by: Tobin C. Harding <me@tobin.cc> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/dt-bindings/clock/pistachio-clk.h')
0 files changed, 0 insertions, 0 deletions
es in v3: - removed multiline comments from added structures - simplify error handling in dsa_slave_add_cls_matchall Changes in v2: - fixed filter removal logic to disable the ingress or egress mirroring when there are no longer ports being monitored in ingress or egress - removed a stray list_head in dsa_port structure that is not used Tested using the two iproute2 examples: tc qdisc add dev eth1 handle ffff: ingress tc filter add dev eth1 parent ffff: \ matchall skip_sw \ action mirred egress mirror \ dev eth2 tc qdisc add dev eth1 handle 1: root prio tc filter add dev eth1 parent 1: \ matchall skip_sw \ action mirred egress mirror \ dev eth2 ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/dccp.h')