diff options
| author | Jérôme Pouiller <[email protected]> | 2020-09-07 12:15:19 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-09-13 09:23:06 +0200 |
| commit | c8fb880910bdb2cf118a8a5d0122090ee07b6ce5 (patch) | |
| tree | b869160c12344abd0b04ceaecce99ffce2ac32d9 /tools/perf/scripts/python | |
| parent | f68ef6d8c920d0f528305ceec2263fc677bc4321 (diff) | |
staging: wfx: uniformize naming rules in hif_tx_mib.c
hif_tx_mib.c contains functions that format data to be sent to the
hardware. In this file, sometime the struct to be sent is named 'arg',
sometime 'val'. In some other function 'val' is used for the argument of
the function.
This patch uniformize the things and choose to call all the data in
destination to the hardware 'arg' (note this choice is only dictated by
the number of lines to change in the code)
Signed-off-by: Jérôme Pouiller <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions