]> asedeno.scripts.mit.edu Git - linux.git/commit
IB/rxe: Use __func__ to print function's name
authorKamal Heib <kamalheib1@gmail.com>
Thu, 15 Jun 2017 08:29:06 +0000 (11:29 +0300)
committerDoug Ledford <dledford@redhat.com>
Mon, 24 Jul 2017 12:43:12 +0000 (08:43 -0400)
commit61013828f6673fffc6ead0a62d52674ffc1b34dc
tree944b2fbe26688be5a5313a3a7126fc94fd93bfe9
parentc05d26647b06b49e286b11cbd14e1444f9acc1c5
IB/rxe: Use __func__ to print function's name

Its better to use __func__ to print functions name instead of writing
the name in the print statement.

Signed-off-by: Kamal Heib <kamalh@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/sw/rxe/rxe_task.c
drivers/infiniband/sw/rxe/rxe_verbs.c