Skip to content

Commit 8867af6

Browse files
treedaviesgregkh
authored andcommitted
Staging: rtl8192e: Rename function rtllib_TURBO_Info()
Rename function rtllib_TURBO_Info to rtllib_turbo_info to fix checkpatch warning Avoid CamelCase. Signed-off-by: Tree Davies <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 1ed0f61 commit 8867af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/staging/rtl8192e/rtllib_softmac.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ static void rtllib_wmm_info(struct rtllib_device *ieee, u8 **tag_p)
9898
*tag_p = tag;
9999
}
100100

101-
static void rtllib_TURBO_Info(struct rtllib_device *ieee, u8 **tag_p)
101+
static void rtllib_turbo_info(struct rtllib_device *ieee, u8 **tag_p)
102102
{
103103
u8 *tag = *tag_p;
104104

@@ -896,7 +896,7 @@ rtllib_association_req(struct rtllib_network *beacon,
896896

897897
if (turbo_info_len) {
898898
tag = skb_put(skb, turbo_info_len);
899-
rtllib_TURBO_Info(ieee, &tag);
899+
rtllib_turbo_info(ieee, &tag);
900900
}
901901

902902
if (ieee->ht_info->current_ht_support && ieee->ht_info->enable_ht) {

0 commit comments

Comments
 (0)