]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - net/xfrm/xfrm_state.c
xfrm: checkpatch errors with foo * bar
authorWeilong Chen <chenweilong@huawei.com>
Tue, 24 Dec 2013 01:43:47 +0000 (09:43 +0800)
committerSteffen Klassert <steffen.klassert@secunet.com>
Thu, 2 Jan 2014 06:48:49 +0000 (07:48 +0100)
commit3e94c2dcfd7ca297bd7e0a8d96be1e76dec711a3
tree41ac49d46146b498d649c0b6b6a038f198243a5f
parent9b7a787d0da7db3127f6e04f8f8159632da50a36
xfrm: checkpatch errors with foo * bar

This patch clean up some checkpatch errors like this:
ERROR: "foo * bar" should be "foo *bar"
ERROR: "(foo*)" should be "(foo *)"

Signed-off-by: Weilong Chen <chenweilong@huawei.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/xfrm/xfrm_input.c
net/xfrm/xfrm_policy.c
net/xfrm/xfrm_state.c