summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTree Davies <tdavies@darkphysics.net>2023-08-25 17:08:42 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-09-13 11:35:04 +0300
commit097df81e30749db1346af1c25fd75edadf019012 (patch)
tree99d9257aeb137c2ada33ac57c797dd2a69abc4c3 /drivers
parentacbc42e16ecd6702dba2fdb8ada224effffde160 (diff)
downloadlinux-097df81e30749db1346af1c25fd75edadf019012.tar.xz
Staging: rtl8192e: Rename variable pTS in function prototype rtllib_FlushRxTsPendingPkts()
Rename variable pTS in function prototype rtllib_FlushRxTsPendingPkts() to ts, to fix checkpatch warning Avoid CamelCase. Signed-off-by: Tree Davies <tdavies@darkphysics.net> Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/20230825140847.501113-12-tdavies@darkphysics.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/rtl8192e/rtllib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192e/rtllib.h b/drivers/staging/rtl8192e/rtllib.h
index bfa4dbf94d60..95c9f6679d71 100644
--- a/drivers/staging/rtl8192e/rtllib.h
+++ b/drivers/staging/rtl8192e/rtllib.h
@@ -2035,7 +2035,7 @@ bool rtllib_MgntDisconnect(struct rtllib_device *rtllib, u8 asRsn);
* ieee handler to refer to it.
*/
void rtllib_FlushRxTsPendingPkts(struct rtllib_device *ieee,
- struct rx_ts_record *pTS);
+ struct rx_ts_record *ts);
int rtllib_parse_info_param(struct rtllib_device *ieee,
struct rtllib_info_element *info_element,
u16 length,