net_sched: remove unnecessary parentheses while return
authorYang Yingliang <yangyingliang@huawei.com>
Tue, 10 Dec 2013 12:55:29 +0000 (20:55 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Dec 2013 03:44:51 +0000 (22:44 -0500)
commit17569faedf84768e76b204ba6d682022b830a3ed
tree2a20143f83d758cf95d5cb246a1d2bd84de68378
parent109744c7cff0320790f3afa60bebe05994be9ec3
net_sched: remove unnecessary parentheses while return

return is not a function, parentheses are not required.

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_api.c
net/sched/sch_dsmark.c