git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a071d27
)
sch_dsmark: use correct func name in print messages
author
Yang Yingliang
<yangyingliang@huawei.com>
Mon, 23 Dec 2013 09:39:00 +0000
(17:39 +0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 31 Dec 2013 18:50:57 +0000
(13:50 -0500)
In dsmark_drop(), the function name printed by pr_debug
is "dsmark_reset", correct it to "dsmark_drop" by using
__func__ .
BTW, replace the other function names with __func__ .
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_dsmark.c
patch
|
blob
|
history
diff --cc
net/sched/sch_dsmark.c
Simple merge