summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_u32.c
diff options
context:
space:
mode:
authorYang Yingliang2013-12-10 13:55:31 +0100
committerDavid S. Miller2013-12-11 04:44:51 +0100
commit82d567c26647aa2e54c6814cd593a32f7799e387 (patch)
tree870885a516f0d93e4350f8c440e7d0a970005d59 /net/sched/cls_u32.c
parentnet_sched: cls_bpf: use tabs to do indent (diff)
downloadkernel-qcow2-linux-82d567c26647aa2e54c6814cd593a32f7799e387.tar.gz
kernel-qcow2-linux-82d567c26647aa2e54c6814cd593a32f7799e387.tar.xz
kernel-qcow2-linux-82d567c26647aa2e54c6814cd593a32f7799e387.zip
net_sched: change "foo* bar" to "foo *bar"
"foo* bar" or "foo * bar" should be "foo *bar". Signed-off-by: Yang Yingliang <yangyingliang@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/cls_u32.c')
-rw-r--r--net/sched/cls_u32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/cls_u32.c b/net/sched/cls_u32.c
index eb07a1e536e6..59e546c2ac98 100644
--- a/net/sched/cls_u32.c
+++ b/net/sched/cls_u32.c
@@ -352,7 +352,7 @@ static int u32_destroy_key(struct tcf_proto *tp, struct tc_u_knode *n)
return 0;
}
-static int u32_delete_key(struct tcf_proto *tp, struct tc_u_knode* key)
+static int u32_delete_key(struct tcf_proto *tp, struct tc_u_knode *key)
{
struct tc_u_knode **kp;
struct tc_u_hnode *ht = key->ht_up;