Staging: rtl8192e: Rename variable pTS in function prototype rtllib_FlushRxTsPendingP...
authorTree Davies <tdavies@darkphysics.net>
Fri, 25 Aug 2023 14:08:42 +0000 (07:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Sep 2023 08:35:04 +0000 (10:35 +0200)
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>
drivers/staging/rtl8192e/rtllib.h

index bfa4dbf94d605a38492fae864ab5929d9d0db6be..95c9f6679d71048559dfa4dba78483b9e5324c26 100644 (file)
@@ -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,