sctp: fix checkpatch errors with (foo*)|foo * bar|foo* bar
authorwangweidong <wangweidong1@huawei.com>
Mon, 23 Dec 2013 04:16:51 +0000 (12:16 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Dec 2013 18:47:47 +0000 (13:47 -0500)
fix checkpatch errors below:
ERROR: "(foo*)" should be "(foo *)"
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>
net/sctp/auth.c
net/sctp/objcnt.c
net/sctp/proc.c
net/sctp/sm_make_chunk.c
net/sctp/sm_statefuns.c
net/sctp/socket.c
net/sctp/sysctl.c
net/sctp/ulpqueue.c

diff --cc net/sctp/auth.c
Simple merge
Simple merge
diff --cc net/sctp/proc.c
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge