]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: Use '"%s:", __func__' instead of function name
authorEisha Chen-yen-su <chenyensu0@gmail.com>
Sun, 18 Feb 2018 13:27:07 +0000 (14:27 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Feb 2018 16:57:43 +0000 (17:57 +0100)
commit584a7b838a9e9a0377a1ff3d2b254e8234335e64
treea0d8ea0ad960a1aca8357cf4a5cf145428d4ca29
parent02fae8af484316a4e5c277548895f33c7cba3627
staging: comedi: Use '"%s:", __func__' instead of function name

Replace an occurrence of the function name in a string by a reference
to __func__, to improve robustness. Problem found with checkpatch.

Signed-off-by: Eisha Chen-yen-su <chenyensu0@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/s626.c