On 7/28/23 07:47, Tree Davies wrote:
Rename functions to fix checkpatch warning: Avoid CamelCase
Changelist:
v3: Changed patch #5, Rename global function ResetBaEntry to rtllib_reset_ba_entry
v2: Sent to mailing list via git send-email, patches are the same.
Tree Davies (5):
Staging: rtl8192e: Rename function ActivateBAEntry
Staging: rtl8192e: Rename function DeActivateBAEntry
Staging: rtl8192e: Rename function TxTsDeleteBA
Staging: rtl8192e: Rename function RxTsDeleteBA
Staging: rtl8192e: Rename function ResetBaEntry
drivers/staging/rtl8192e/rtl819x_BAProc.c | 44 +++++++++++------------
drivers/staging/rtl8192e/rtl819x_TSProc.c | 6 ++--
drivers/staging/rtl8192e/rtllib.h | 2 +-
3 files changed, 26 insertions(+), 26 deletions(-)
Hi Tree,
those patches have been accepted and cannot be applied again.
commit c928e84ce577262da288c0178c8c77620ba8b430 (HEAD ->
staging-testing, origin/staging-testing)
Author: Tree Davies <tdavies@xxxxxxxxxxxxxxx>
Date: Wed Jul 26 23:19:47 2023 -0700
Staging: rtl8192e: Rename function RxTsDeleteBA
Rename function RxTsDeleteBA to rx_ts_delete_ba in order to Fix
checkpatch
warning: Avoid CamelCase
Signed-off-by: Tree Davies <tdavies@xxxxxxxxxxxxxxx>
Link:
https://lore.kernel.org/r/20230727061948.579480-5-tdavies@xxxxxxxxxxxxxxx
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
commit 7b31905582358d566332182653a4e5552dba1574
Author: Tree Davies <tdavies@xxxxxxxxxxxxxxx>
Date: Wed Jul 26 23:19:46 2023 -0700
Staging: rtl8192e: Rename function TxTsDeleteBA
Rename function TxTsDeleteBA to tx_ts_delete_ba in order to Fix
checkpatch
warning: Avoid CamelCase
Signed-off-by: Tree Davies <tdavies@xxxxxxxxxxxxxxx>
Link:
https://lore.kernel.org/r/20230727061948.579480-4-tdavies@xxxxxxxxxxxxxxx
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
commit 8dd56eaa9450fb19f6bcc73956b3b1477331d28b
Author: Tree Davies <tdavies@xxxxxxxxxxxxxxx>
Date: Wed Jul 26 23:19:45 2023 -0700
Staging: rtl8192e: Rename function DeActivateBAEntry
Rename function DeActivateBAEntry to deactivate_ba_entry in order
to Fix
checkpatch warning: Avoid CamelCase
Signed-off-by: Tree Davies <tdavies@xxxxxxxxxxxxxxx>
Link:
https://lore.kernel.org/r/20230727061948.579480-3-tdavies@xxxxxxxxxxxxxxx
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
commit ca77687ae3f6d65fb26a0e1f93b54753af3581fc
Author: Tree Davies <tdavies@xxxxxxxxxxxxxxx>
Date: Wed Jul 26 23:19:44 2023 -0700
Staging: rtl8192e: Rename function ActivateBAEntry
Rename function ActivateBAEntry to activate_ba_entry in order to Fix
checkpatch warning: Avoid CamelCase
Signed-off-by: Tree Davies <tdavies@xxxxxxxxxxxxxxx>
Link:
https://lore.kernel.org/r/20230727061948.579480-2-tdavies@xxxxxxxxxxxxxxx
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Bye Philipp