Skip to content

Commit 3535089

Browse files
garyrookardgregkh
authored andcommitted
staging: rtl8192e: rename variable HTSetConnectBwModeCallback
Coding style issue, checkpatch Avoid CamelCase, rename it. HTSetConnectBwModeCallback -> ht_set_connect_bw_mode_callback Signed-off-by: Gary Rookard <garyrookard@fastmail.org> Link: https://lore.kernel.org/r/20231221183413.8349-5-garyrookard@fastmail.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent b399e23 commit 3535089

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/staging/rtl8192e/rtl819x_HTProc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ u8 ht_c_check(struct rtllib_device *ieee, u8 *pFrame)
633633
return false;
634634
}
635635

636-
static void HTSetConnectBwModeCallback(struct rtllib_device *ieee)
636+
static void ht_set_connect_bw_mode_callback(struct rtllib_device *ieee)
637637
{
638638
struct rt_hi_throughput *ht_info = ieee->ht_info;
639639

@@ -695,5 +695,5 @@ void ht_set_connect_bw_mode(struct rtllib_device *ieee,
695695

696696
ht_info->sw_bw_in_progress = true;
697697

698-
HTSetConnectBwModeCallback(ieee);
698+
ht_set_connect_bw_mode_callback(ieee);
699699
}

0 commit comments

Comments
 (0)