]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7078ba7af8cdab2dc68e2b015f7cefcc8faf9297
treeb794c102b9c92d6a7433af238d4332ea6424a893
parent33b5b1ff06867a1fc294920159b773204efa2981
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