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>
This commit is contained in:
parent
cb3f837ba9
commit
26ac8e5fe1
8 changed files with 22 additions and 22 deletions
|
@ -4610,7 +4610,7 @@ sctp_disposition_t sctp_sf_do_prm_asoc(struct net *net,
|
|||
sctp_cmd_seq_t *commands)
|
||||
{
|
||||
struct sctp_chunk *repl;
|
||||
struct sctp_association* my_asoc;
|
||||
struct sctp_association *my_asoc;
|
||||
|
||||
/* The comment below says that we enter COOKIE-WAIT AFTER
|
||||
* sending the INIT, but that doesn't actually work in our
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue