diff options
| author | Deepak R Varma <[email protected]> | 2022-11-06 23:25:37 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2022-11-08 16:29:46 +0100 |
| commit | c1a84fe1f431cb3de6763aabddcf6073d5053f9d (patch) | |
| tree | 55db5199dc7a4a39728f1fcaf526366846852f21 /scripts/gdb/linux/timerlist.py | |
| parent | 2b62e1b447c643de8bb063d64348e4d000f3c557 (diff) | |
staging: r8188eu: simplify complex pointer casting
Pointers to structures udphdr and dhcpMessage are derived by casting
adjacent pointers with size_t. Such typecast of pointer using size_t
is not preferred. The code looks complex and delicate. Simplify such
casting by utilizing generic "void *" casting.
Suggested-by: Joe Perches <[email protected]>
Signed-off-by: Deepak R Varma <[email protected]>
Tested-by: Philipp Hortmann <[email protected]> # Edimax N150
Link: https://lore.kernel.org/r/1428580d09a9916899209c9278dca40ee2d297d3.1667755987.git.drv@mailo.com
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/timerlist.py')
0 files changed, 0 insertions, 0 deletions