aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/powerpc-hcalls.py
diff options
context:
space:
mode:
authorPrashant Malani <[email protected]>2019-10-02 14:09:33 -0700
committerDavid S. Miller <[email protected]>2019-10-03 11:50:44 -0400
commit151ea094378d057dfca76c0110da76dd29cf1de3 (patch)
treed7030d6c68ec0029898a1a642217acf7e009ac22 /tools/perf/scripts/python/powerpc-hcalls.py
parentfab401e1ee96efc58dc3891c6a9e9ee3cc6ba0f8 (diff)
r8152: Add identifier names for function pointers
Checkpatch throws warnings for function pointer declarations which lack identifier names. An example of such a warning is: WARNING: function definition argument 'struct r8152 *' should also have an identifier name 739: FILE: drivers/net/usb/r8152.c:739: + void (*init)(struct r8152 *); So, fix those warnings by adding the identifier names. While we are at it, also fix a character limit violation which was causing another checkpatch warning. Change-Id: Idec857ce2dc9592caf3173188be1660052c052ce Signed-off-by: Prashant Malani <[email protected]> Reviewed-by: Grant Grundler <[email protected]> Acked-by: Hayes Wang <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/powerpc-hcalls.py')
0 files changed, 0 insertions, 0 deletions