appletalk: fix checkpatch errors with foo* bar|foo * bar
authorwangweidong <wangweidong1@huawei.com>
Fri, 14 Feb 2014 07:43:44 +0000 (15:43 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 14 Feb 2014 21:18:32 +0000 (16:18 -0500)
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>

No differences found