Skip to content

Commit 1ed0f61

Browse files
treedaviesgregkh
authored andcommitted
Staging: rtl8192e: Rename function rtllib_WMM_Info()
Rename function rtllib_WMM_Info to rtllib_wmm_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 d70c91a commit 1ed0f61

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
@@ -82,7 +82,7 @@ static void rtllib_mfie_grate(struct rtllib_device *ieee, u8 **tag_p)
8282
*tag_p = tag;
8383
}
8484

85-
static void rtllib_WMM_Info(struct rtllib_device *ieee, u8 **tag_p)
85+
static void rtllib_wmm_info(struct rtllib_device *ieee, u8 **tag_p)
8686
{
8787
u8 *tag = *tag_p;
8888

@@ -888,7 +888,7 @@ rtllib_association_req(struct rtllib_network *beacon,
888888
}
889889
if (wmm_info_len) {
890890
tag = skb_put(skb, wmm_info_len);
891-
rtllib_WMM_Info(ieee, &tag);
891+
rtllib_wmm_info(ieee, &tag);
892892
}
893893

894894
if (wps_ie_len && ieee->wps_ie)

0 commit comments

Comments
 (0)