summaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/include/rtw_io.h
diff options
context:
space:
mode:
authorDaniel Watson <ozzloy@challenge-bot.com>2022-06-06 23:11:13 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-06-07 13:02:37 +0200
commit5e9c7546b2be9ac4d0881e23c2c30371f8d92cd9 (patch)
treedba23c86a0223d9d584704d7ede270cd0e9c3134 /drivers/staging/r8188eu/include/rtw_io.h
parent3e763d3dc62697733877ccb2d3c219dfd2404cd9 (diff)
downloadlinux-5e9c7546b2be9ac4d0881e23c2c30371f8d92cd9.tar.bz2
staging: r8188eu: fix declaration to match 'foo *bar'
put '*' next to variable to match kernel style from checkpatch Signed-off-by: Daniel Watson <ozzloy@challenge-bot.com> Link: https://lore.kernel.org/r/20220607061113.32633-1-ozzloy@challenge-bot.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/r8188eu/include/rtw_io.h')
-rw-r--r--drivers/staging/r8188eu/include/rtw_io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/r8188eu/include/rtw_io.h b/drivers/staging/r8188eu/include/rtw_io.h
index 6910e2b430e2..0e390eda5b4d 100644
--- a/drivers/staging/r8188eu/include/rtw_io.h
+++ b/drivers/staging/r8188eu/include/rtw_io.h
@@ -283,7 +283,7 @@ void free_io_queue(struct adapter *adapter);
void async_bus_io(struct io_queue *pio_q);
void bus_sync_io(struct io_queue *pio_q);
u32 _ioreq2rwmem(struct io_queue *pio_q);
-void dev_power_down(struct adapter * Adapter, u8 bpwrup);
+void dev_power_down(struct adapter *Adapter, u8 bpwrup);
#define PlatformEFIOWrite1Byte(_a,_b,_c) \
rtw_write8(_a,_b,_c)