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)
commit26ac8e5fe1562831e68ccd9f7057aade37aab2a3
treeb794c102b9c92d6a7433af238d4332ea6424a893
parentcb3f837ba95d7774978e86fc17ddf970cf7d15a4
sctp: fix checkpatch errors with (foo*)|foo * bar|foo* bar

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