diff options
| author | Agathe Porte <gagath@debian.org> | 2024-07-30 15:27:54 +0900 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-07-30 09:21:44 +0200 |
| commit | bbb12311f507f123ea86f44aea70c934aef819b5 (patch) | |
| tree | d9b72577e471b8e55aad159d15c12b5916cf0953 /tools/perf/scripts/python/gecko.py | |
| parent | af1cdd74c49774c8e7061fd362d4a9d9b7822e29 (diff) | |
staging: vme_user: vme_irq_handler: name func ptr args
This commit fixes the following checkpatch.pl warnings:
WARNING: function definition argument 'int' should also have an identifier name
+ void (*call)(int, int, void *);
WARNING: function definition argument 'int' should also have an identifier name
+ void (*call)(int, int, void *);
WARNING: function definition argument 'void *' should also have an identifier name
+ void (*call)(int, int, void *);
Signed-off-by: Agathe Porte <gagath@debian.org>
Link: https://lore.kernel.org/r/20240730062843.64977-1-gagath@debian.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions
