diff options
author | wangweidong <wangweidong1@huawei.com> | 2014-02-14 02:43:44 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-02-14 16:18:32 -0500 |
commit | 6f0984a05e87aeab07781190aaf134bb8ad81a9c (patch) | |
tree | b8d62e1b6f24d6b8b6561c88d80e94f4438271d2 /net/appletalk | |
parent | fd1dc261dfd9d04e2b934693f2f3c4dc5563b314 (diff) |
appletalk: fix checkpatch errors with foo* bar|foo * bar
fix checkpatch errors below:
ERROR: "foo* bar" should be "foo *bar"
ERROR: "foo * bar" should be "foo *bar"
Signed-off-by: Wang Weidong <wangweidong1@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/appletalk')
-rw-r--r-- | net/appletalk/ddp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/appletalk/ddp.c b/net/appletalk/ddp.c index a878df925a59..06e0d19176d5 100644 --- a/net/appletalk/ddp.c +++ b/net/appletalk/ddp.c | |||
@@ -293,7 +293,7 @@ static int atif_probe_device(struct atalk_iface *atif) | |||
293 | 293 | ||
294 | /* Perform AARP probing for a proxy address */ | 294 | /* Perform AARP probing for a proxy address */ |
295 | static int atif_proxy_probe_device(struct atalk_iface *atif, | 295 | static int atif_proxy_probe_device(struct atalk_iface *atif, |
296 | struct atalk_addr* proxy_addr) | 296 | struct atalk_addr *proxy_addr) |
297 | { | 297 | { |
298 | int netrange = ntohs(atif->nets.nr_lastnet) - | 298 | int netrange = ntohs(atif->nets.nr_lastnet) - |
299 | ntohs(atif->nets.nr_firstnet) + 1; | 299 | ntohs(atif->nets.nr_firstnet) + 1; |
@@ -581,7 +581,7 @@ out: | |||
581 | } | 581 | } |
582 | 582 | ||
583 | /* Delete a route. Find it and discard it */ | 583 | /* Delete a route. Find it and discard it */ |
584 | static int atrtr_delete(struct atalk_addr * addr) | 584 | static int atrtr_delete(struct atalk_addr *addr) |
585 | { | 585 | { |
586 | struct atalk_route **r = &atalk_routes; | 586 | struct atalk_route **r = &atalk_routes; |
587 | int retval = 0; | 587 | int retval = 0; |