diff options
| author | Michael Straube <[email protected]> | 2021-08-29 13:25:53 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-09-13 08:49:44 +0200 |
| commit | 45efafd4ccaaa04b1886cd857762a50862b39b93 (patch) | |
| tree | 4eefb4c8a41a07a868b5dfcf7c7fc12534cb9954 /tools/perf/scripts/python/exported-sql-viewer.py | |
| parent | 41a4f38a68fd2e73a7eaec3ce336bce09a6f9927 (diff) | |
staging: r8188eu: convert type of second parameter of rtw_*_encrypt()
Convert the type of the second parameter of the rtw_*_encrypt() functions
to struct xmit_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 xmit_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/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions