commit | c318bb0835ca7c744892ed5881c04862b771b3cf | [log] [tgz] |
---|---|---|
author | Eisha Chen-yen-su <chenyensu0@gmail.com> | Sun Feb 18 14:27:07 2018 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Feb 19 17:57:43 2018 +0100 |
tree | a0d8ea0ad960a1aca8357cf4a5cf145428d4ca29 | |
parent | c4ac54079300026120bec3beaf95e3d642a1e771 [diff] |
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>