[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220607061113.32633-1-ozzloy@challenge-bot.com>
Date: Mon, 6 Jun 2022 23:11:13 -0700
From: daniel watson <ozzloy@...llenge-bot.com>
To: Larry Finger <Larry.Finger@...inger.net>,
Phillip Potter <phil@...lpotter.co.uk>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Cc: Daniel Watson <ozzloy@...llenge-bot.com>
Subject: [PATCH] staging: r8188eu: fix declaration to match 'foo *bar'
From: Daniel Watson <ozzloy@...llenge-bot.com>
put '*' next to variable to match kernel style from checkpatch
Signed-off-by: Daniel Watson <ozzloy@...llenge-bot.com>
---
drivers/staging/r8188eu/include/rtw_io.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/r8188eu/include/rtw_io.h b/drivers/staging/r8188eu/include/rtw_io.h
index 6910e2b430e24..0e390eda5b4d3 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)
--
2.34.1
Powered by blists - more mailing lists