diff options
author | 2021-02-05 02:47:50 +0530 | |
---|---|---|
committer | 2021-02-06 14:11:21 +0100 | |
commit | af48fc5a4f2a8dc76371b744fe28f4ff2b3cca80 (patch) | |
tree | 39e79888f81ce99165a862d1e85feb88b5ec0d0e /tools/perf/scripts/python | |
parent | staging: bcm2835-audio: Replace unsafe strcpy() with strscpy() (diff) | |
download | wireguard-linux-af48fc5a4f2a8dc76371b744fe28f4ff2b3cca80.tar.xz wireguard-linux-af48fc5a4f2a8dc76371b744fe28f4ff2b3cca80.zip |
staging: rtl8723bs: fix pointer declaration style
Fix some pointer declarations where '*' is not adjacent to
data name.
This fixes checkpatch.pl error: "POINTER_LOCATION: "foo * bar"
should be "foo *bar""
Signed-off-by: Ayush <ayush@disroot.org>
Link: https://lore.kernel.org/r/20210204211750.102129-1-ayush@disroot.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions