Skip to content
Commit 26ac8e5f authored by wangweidong's avatar wangweidong Committed by David S. Miller
Browse files

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: default avatarWang Weidong <wangweidong1@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent cb3f837b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment