]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: rds: Remove repeated function names from debug output
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Thu, 5 Feb 2015 22:17:20 +0000 (23:17 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 8 Feb 2015 06:41:56 +0000 (22:41 -0800)
commit11ac11999bae3c353f86b6e7dd0e43d4a0eada12
tree7b534a34bb4a15fd7a8af7b8f2f8cf8072d236aa
parent83d2b9ba1abca241df44a502b6da950a25856b5b
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>
net/rds/ib_send.c
net/rds/iw_cm.c
net/rds/iw_send.c