diff options
| author | Michael Straube <[email protected]> | 2021-08-29 13:25:54 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-09-13 08:49:44 +0200 |
| commit | 67f8dd7653698cf4af7982d51b7aa0b8f64df132 (patch) | |
| tree | 85565d7d82bb65e1e7d679a62399338e62fa0104 /tools/perf/scripts/python/bin/export-to-sqlite-report | |
| parent | 45efafd4ccaaa04b1886cd857762a50862b39b93 (diff) | |
staging: r8188eu: convert type of second parameter of rtw_*_decrypt()
Convert the type of the second parameter of the rtw_*_decrypt() functions
to struct recv_frame.
All callers of the functions cast the type to (u8 *) and in the functions
it is casted back to the original type. Changing the type of the second
parameter to struct recv_frame avoids these unnecessary casts and improves
readability.
Acked-by: Phillip Potter <[email protected]>
Signed-off-by: Michael Straube <[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/bin/export-to-sqlite-report')
0 files changed, 0 insertions, 0 deletions