commit | 11ac11999bae3c353f86b6e7dd0e43d4a0eada12 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | Thu Feb 05 23:17:20 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sat Feb 07 22:41:56 2015 -0800 |
tree | 7b534a34bb4a15fd7a8af7b8f2f8cf8072d236aa | |
parent | 83d2b9ba1abca241df44a502b6da950a25856b5b [diff] |
net: rds: Remove repeated function names from debug output The macro rdsdebug is defined as pr_debug("%s(): " fmt, __func__ , ##args) Hence it doesn't make sense to include the name of the calling function explicitly in the format string passed to rdsdebug. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: David S. Miller <davem@davemloft.net>