fs: dlm: use __func__ for function name
authorAlexander Aring <aahringo@redhat.com>
Mon, 15 Aug 2022 19:43:17 +0000 (15:43 -0400)
committerDavid Teigland <teigland@redhat.com>
Tue, 23 Aug 2022 19:46:49 +0000 (14:46 -0500)
commitc2d76a62d866ae9c03f09ec2a9f9fb266ad586b8
treebadd55e519be3b45b1bb9881e764a1fb7659e19d
parent420ba3cd035a202757f0848b435d743590deee94
fs: dlm: use __func__ for function name

Avoid hard-coded function names inside message format strings.
(Prevents checkpatch warnings.)

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lock.c