Skip to content

Commit 2e5744d

Browse files
treedaviesgregkh
authored andcommitted
Staging: rtl8192e: Rename function rtllib_send_ADDBAReq()
Rename function rtllib_send_ADDBAReq to rtllib_send_add_ba_req 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/20240229024325.453374-4-tdavies@darkphysics.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 8e23184 commit 2e5744d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/staging/rtl8192e/rtl819x_BAProc.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ static struct sk_buff *rtllib_DELBA(struct rtllib_device *ieee, u8 *dst,
173173
return skb;
174174
}
175175

176-
static void rtllib_send_ADDBAReq(struct rtllib_device *ieee, u8 *dst,
177-
struct ba_record *ba)
176+
static void rtllib_send_add_ba_req(struct rtllib_device *ieee, u8 *dst,
177+
struct ba_record *ba)
178178
{
179179
struct sk_buff *skb;
180180

@@ -481,7 +481,7 @@ void rtllib_ts_init_add_ba(struct rtllib_device *ieee, struct tx_ts_record *ts,
481481

482482
activate_ba_entry(ba, BA_SETUP_TIMEOUT);
483483

484-
rtllib_send_ADDBAReq(ieee, ts->ts_common_info.addr, ba);
484+
rtllib_send_add_ba_req(ieee, ts->ts_common_info.addr, ba);
485485
}
486486

487487
void rtllib_ts_init_del_ba(struct rtllib_device *ieee,

0 commit comments

Comments
 (0)