diff options
author | Lee Jones <[email protected]> | 2020-06-24 13:10:54 +0100 |
---|---|---|
committer | Lee Jones <[email protected]> | 2020-07-06 08:32:01 +0100 |
commit | 9c3739ee293bc956739c9a90d357595f41f46d39 (patch) | |
tree | 0866f93f54fa446b65cffccfd202fc37c8b9bb24 /scripts/gcc-plugins/cyc_complexity_plugin.c | |
parent | 5ae3d1bcea485e3f0056c508d2e12d1a95c453ee (diff) |
mfd: tps65218: Repair incorrect function argument name 's/tps65218/tps/'
The kerneldocs for both tps65218_reg_write() and tps65218_update_bits()
describe their first arguments as 'tps65218', when in reality these are
simply called 'tps'.
Fixes the following W=1 warnings:
drivers/mfd/tps65218.c:58: warning: Function parameter or member 'tps' not described in 'tps65218_reg_write'
drivers/mfd/tps65218.c:58: warning: Excess function parameter 'tps65218' description in 'tps65218_reg_write'
drivers/mfd/tps65218.c:90: warning: Function parameter or member 'tps' not described in 'tps65218_update_bits'
drivers/mfd/tps65218.c:90: warning: Excess function parameter 'tps65218' description in 'tps65218_update_bits'
Cc: Tony Lindgren <[email protected]>
Cc: J Keerthy <[email protected]>
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions