| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-06-24 | staging: vchiq_arm: Drop vchiq_arm_init_state | Stefan Wahren | 1 | -18/+9 | |
| After removal of struct vchiq_2835_state, the init of vchiq_arm_state can be simplified by doing it directly within vchiq_platform_init_state. Signed-off-by: Stefan Wahren <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: vchiq_arm: Get the rid off struct vchiq_2835_state | Stefan Wahren | 1 | -19/+6 | |
| The whole benefit of this encapsulating struct is questionable. It just stores a flag to signalize the init state of vchiq_arm_state. Beside the fact this flag is set too soon, the access to uninitialized members should be avoided. So initialize vchiq_arm_state properly before assign it directly to vchiq_state. Signed-off-by: Stefan Wahren <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: vchiq_arm: Drop unnecessary declarations | Stefan Wahren | 2 | -5/+0 | |
| These declarations are left from cleanups and not necessary anymore. So we can drop them. Signed-off-by: Stefan Wahren <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: vchiq_core: Drop non-functional struct members | Stefan Wahren | 2 | -6/+0 | |
| There are some struct members, which don't have a real function. So it's safe to drop them. Signed-off-by: Stefan Wahren <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: vchiq_arm: Drop obsolete comment | Stefan Wahren | 1 | -1/+0 | |
| The BUG_ON has been replaced with WARN_ON. So we can drop the comment. Signed-off-by: Stefan Wahren <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: vchiq_arm: Unify return code variable | Stefan Wahren | 1 | -72/+69 | |
| The file vchiq_arm uses a wild mixture of variable names for return codes. Unify them by using the common name "ret". Signed-off-by: Stefan Wahren <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: rtl8723bs: Remove unused macro in ioctl_cfg80211.c | Philipp Hortmann | 1 | -1/+0 | |
| Remove unused macro. Signed-off-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/0a33ebb3e11558f41dc847dcaa9733bfe1cf4ba6.1719155208.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: rtl8723bs: Remove unused macros in rtw_io.h | Philipp Hortmann | 1 | -57/+0 | |
| Remove unused macros. Signed-off-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/91e79b32292ba567c2ec624e130350a40a7866b5.1719155208.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: rtl8723bs: Remove unused macros in rtw_mlme.h | Philipp Hortmann | 1 | -23/+0 | |
| Remove unused macros. Removed also commented out macros. Signed-off-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/289075f2b84a1ad9be85417a8c9736059ef709ed.1719155208.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: rtl8723bs: Remove unused macros in rtw_mp.h | Philipp Hortmann | 1 | -29/+0 | |
| Remove unused macros. Signed-off-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/49bf00c305b34f2d3ed1061b6a22d042edd3a2c1.1719155208.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: rtl8723bs: Remove unused macros in rtw_pwrctrl.h | Philipp Hortmann | 1 | -38/+0 | |
| Remove unused macros. Signed-off-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/41f7ed26b5a6de187a71bdc7f062f3817993ba5f.1719155208.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: rtl8723bs: Remove unused macros in rtw_recv.h | Philipp Hortmann | 1 | -16/+0 | |
| Remove unused macros. Signed-off-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/e9f61bab428def7298212aecfab3708a32469cef.1719155208.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: rtl8723bs: Remove unused macros in rtw_security.h | Philipp Hortmann | 1 | -5/+0 | |
| Remove unused macros. Signed-off-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/59d13806a66afc571c9a7082f9436439113d3231.1719155208.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: rtl8723bs: Remove unused macros in rtw_xmit.h | Philipp Hortmann | 1 | -10/+0 | |
| Remove unused macros. Signed-off-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/3d0c5e727098f7eb3ceb5d3ebe0562515dd19bcd.1719155208.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: rtl8723bs: Remove unused macros in sta_info.h | Philipp Hortmann | 1 | -44/+0 | |
| Remove unused macros. Signed-off-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/912fba119b3041c396bcb2ddf22219fa0025ee42.1719155208.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: rtl8723bs: Remove unused macros in wifi.h | Philipp Hortmann | 1 | -299/+0 | |
| Remove unused macros. Signed-off-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/26af5a910e84523d9040ee29967c9b3a4971daa5.1719155208.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: rtl8723bs: Remove empty file sdio_osintf.h | Philipp Hortmann | 2 | -11/+0 | |
| Remove empty file sdio_osintf.h. Signed-off-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/1536950be4d4e4fc4757e10070ffc38c0158f808.1719155208.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: rtl8723bs: Remove unused declarations start with sd_hal_bus_init | Philipp Hortmann | 2 | -10/+0 | |
| Remove unused function declarations. Signed-off-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/37d2c677e5ef57a9aeb6857d7857d4512b8e3954.1719155208.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: rtl8723bs: Remove switch(type) as type is constant | Philipp Hortmann | 1 | -14/+0 | |
| Remove switch(type) as type is constant and never matches any of the cases. Signed-off-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/1e3982de9a03e75931bf7977fca83c5402084aa4.1719155208.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: rtl8723bs: Remove unused structs starting with profile_info | Philipp Hortmann | 1 | -133/+0 | |
| Remove unused structs. Signed-off-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/0771ebf074f71fb484d0005241416144ca813859.1719155208.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: vc04_services: use 'time_left' variable with ↵ | Wolfram Sang | 2 | -8/+8 | |
| wait_for_completion_timeout() There is a confusing pattern in the kernel to use a variable named 'timeout' to store the result of wait_for_completion_timeout() causing patterns like: timeout = wait_for_completion_timeout(...) if (!timeout) return -ETIMEDOUT; with all kinds of permutations. Use 'time_left' as a variable to make the code self explaining. Signed-off-by: Wolfram Sang <[email protected]> Reviewed-by: Stefan Wahren <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: rtl8192e: Remove unnecessary pre-declaration of struct net_device | Teddy Engel | 2 | -2/+0 | |
| Remove pre-declaration of struct. Signed-off-by: Teddy Engel <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/bb7d1aa7b336e4d68a30fd17dae7accfd2d5a26e.1718309120.git.engel.teddy@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: rtl8192e: Remove unused macro dm_tx_bb_gain_idx_to_amplify | Teddy Engel | 1 | -2/+0 | |
| Remove unused macro. Signed-off-by: Teddy Engel <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/5ee3df2b02a84e6aeb2d1c4903cb018161d78b1b.1718309120.git.engel.teddy@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: rtl8192e: Capitalize constant RegC38_TH | Teddy Engel | 2 | -3/+3 | |
| According to kernel coding style, capitalize defined constant. Signed-off-by: Teddy Engel <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/e78f4c30a838d8e98794d80126ca246614b14b68.1718309120.git.engel.teddy@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: rtl8192e: Remove unused struct phy_ofdm_rx_status_rxsc | Teddy Engel | 1 | -7/+0 | |
| Remove unused struct declaration. Signed-off-by: Teddy Engel <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/ef5ffc1063323f6c1f22ab75f3b5ff01982c3061.1718309120.git.engel.teddy@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: rtl8192e: Remove unused constants | Teddy Engel | 2 | -4/+0 | |
| Remove unused constants: IC_VersionCut_C, IC_VersionCut_E, WA_IOT_TH_VAL Signed-off-by: Teddy Engel <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/0ff436b8aa199829728ee11d0ed302e3fa6fd2ac.1718309120.git.engel.teddy@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | staging: vt6656: Remove line from TODO | Teddy Engel | 1 | -1/+0 | |
| Remove checkpatch.pl line from TODO as no valid checkpatch recommendations still present. Signed-off-by: Teddy Engel <[email protected]> Reviewed-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | Staging: rtl8192e: Fix alignment to match open parenthesis in rtllib_rx.c | Tree Davies | 1 | -19/+18 | |
| Add spaces and tabs to fix warning: Alignment should match open parenthesis. Signed-off-by: Tree Davies <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | Staging: rtl8192e: Fix alignment to match open parenthesis in rtllib_tx.c | Tree Davies | 1 | -3/+3 | |
| Add spaces and tabs to fix warning: Alignment should match open parenthesis. Signed-off-by: Tree Davies <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | Staging: rtl8192e: Remove variable IsAmsdu from rtllib_xmit_inter() | Tree Davies | 1 | -6/+1 | |
| Remove boolean variable, IsAmsdu, and code which does not execute because it is never set to true. Signed-off-by: Tree Davies <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | Staging: rtl8192e: Remove parameter bIsAmsdu from rtllib_classify() | Tree Davies | 1 | -2/+2 | |
| Remove argument, bIsAmsdu from rtllib_classify() as it is never used. Signed-off-by: Tree Davies <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | Staging: rtl8192e: Rename variable bRTSSTBC | Tree Davies | 3 | -3/+3 | |
| Rename variable bRTSSTBC to rtsstbc to fix checkpatch warning Avoid CamelCase. Signed-off-by: Tree Davies <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | Staging: rtl8192e: Rename variable bUseShortPreamble | Tree Davies | 3 | -5/+5 | |
| Rename variable bUseShortPreamble to use_short_preamble to fix checkpatch warning Avoid CamelCase. Signed-off-by: Tree Davies <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | Staging: rtl8192e: Rename function rtllib_query_HTCapShortGI | Tree Davies | 1 | -2/+2 | |
| Rename function rtllib_query_HTCapShortGI to rtllib_query_ht_cap_short_gi to fix checkpatch warning Avoid CamelCase. Signed-off-by: Tree Davies <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | Staging: rtl8192e: Rename function rtllib_query_ShortPreambleMode | Tree Davies | 1 | -2/+2 | |
| Rename function rtllib_query_ShortPreambleMode to rtllib_query_short_preamble_mode to fix checkpatch warning Avoid CamelCase. Signed-off-by: Tree Davies <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | Staging: rtl8192e: Rename function rtllib_query_BandwidthMode | Tree Davies | 1 | -2/+2 | |
| Rename function rtllib_query_BandwidthMode to rtllib_query_bandwidth_mode to fix checkpatch warning Avoid CamelCase. Signed-off-by: Tree Davies <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | Staging: rtl8192e: Fix alignment to match open parenthesis | Tree Davies | 1 | -5/+5 | |
| Added tabs and spaces to fix warning: Alignment should match open parenthesis Signed-off-by: Tree Davies <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | Staging: rtl8192e: Rename function TsStartAddBaProcess() | Tree Davies | 3 | -3/+3 | |
| Rename variable TsStartAddBaProcess to rtllib_ts_start_add_ba_process to fix checkpatch warning Avoid CamelCase. Signed-off-by: Tree Davies <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | Staging: rtl8192e: Rename variable bUseShortGI | Tree Davies | 3 | -5/+5 | |
| Rename variable bUseShortGI to use_short_gi to fix checkpatch warning Avoid CamelCase. Signed-off-by: Tree Davies <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | Staging: rtl8192e: Rename variable CntAfterLink | Tree Davies | 4 | -6/+6 | |
| Rename variable CntAfterLink to cnt_after_link to fix checkpatch warning Avoid CamelCase. Signed-off-by: Tree Davies <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | Staging: rtl8192e: Rename variable bBroadcast | Tree Davies | 2 | -5/+5 | |
| Rename variable bBroadcast to broadcast to fix checkpatch warning Avoid CamelCase. Signed-off-by: Tree Davies <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | Staging: rtl8192e: Rename variable bPacketBW | Tree Davies | 3 | -4/+4 | |
| Rename variable bPacketBW to packet_bw to fix checkpatch warning Avoid CamelCase. Signed-off-by: Tree Davies <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | Staging: rtl8192e: Rename variable bforced_tx20Mhz | Tree Davies | 3 | -6/+6 | |
| Rename variable bforced_tx20Mhz to forced_tx_20MHz to remove hungarian notation and make it snake_case. Signed-off-by: Tree Davies <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | Staging: rtl8192e: Rename variable bRTSUseShortGI | Tree Davies | 3 | -3/+3 | |
| Rename variable bRTSUseShortGI to rts_use_short_gi to fix checkpatch warning Avoid CamelCase. Signed-off-by: Tree Davies <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | Staging: rtl8192e: Rename variable bCTSEnable | Tree Davies | 3 | -7/+7 | |
| Rename variable bCTSEnable to cts_enable to fix checkpatch warning Avoid CamelCase. Signed-off-by: Tree Davies <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | Staging: rtl8192e: Rename variable bRTSBW | Tree Davies | 2 | -3/+3 | |
| Rename variable bRTSBW to rts_bw to fix checkpatch warning Avoid CamelCase. Signed-off-by: Tree Davies <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | Staging: rtl8192e: Rename variable bRTSEnable | Tree Davies | 3 | -11/+11 | |
| Rename variable bRTSEnable to rts_enable to fix checkpatch warning Avoid CamelCase. Signed-off-by: Tree Davies <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | Staging: rtl8192e: Rename variable HTOpMode | Tree Davies | 1 | -4/+4 | |
| Rename variable HTOpMode to ht_op_mode to fix checkpatch warning Avoid CamelCase. Signed-off-by: Tree Davies <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | Staging: rtl8192e: Rename variable HTCurrentOperaRate | Tree Davies | 3 | -4/+4 | |
| Rename variable HTCurrentOperaRate to ht_curr_op_rate to fix checkpatch warning Avoid CamelCase. Signed-off-by: Tree Davies <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2024-06-24 | Staging: rtl8192e: Rename variable bIsMulticast | Tree Davies | 1 | -5/+5 | |
| Rename variable bIsMulticast to is_multicast to fix checkpatch warning Avoid CamelCase. Signed-off-by: Tree Davies <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||