commit | 38614ed80220f74c08333fb5e9b2c98a2fe9cacc | [log] [tgz] |
---|---|---|
author | Eisha Chen-yen-su <chenyensu0@gmail.com> | Tue Feb 20 10:05:25 2018 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 22 14:53:05 2018 +0100 |
tree | 309e1cd9b94b78f8e320c77926fdce77bfeb9a3f | |
parent | 4f7b006ff1f8f31f27d7591fb5a768e8339fac31 [diff] |
staging: comedi: Use '"%s:", __func__' instead of function name Replace all occurrences of functions' names in strings by a reference to __func__, to improve robustness. Problem found with checkpatch. Signed-off-by: Eisha Chen-yen-su <chenyensu0@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>