From: Yang Yingliang Date: Mon, 23 Dec 2013 09:39:00 +0000 (+0800) Subject: sch_dsmark: use correct func name in print messages X-Git-Tag: v3.14-rc1~94^2~352 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c76f2a2c4c348e2de94b7ba10fcd3640a35d04fa;p=pandora-kernel.git sch_dsmark: use correct func name in print messages 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed