]> git.baikalelectronics.ru Git - kernel.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)
commit3bf992c56bbfd5ff75985b483ee744d5f9712e6b
tree944b2fbe26688be5a5313a3a7126fc94fd93bfe9
parent12d0a9e0bba34f6693ac2c24331079e9a09ef9af
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