linux-stable/drivers/staging/rtl8712
Gustavo A. R. Silva 8dda212c69 staging: rtl8712: Use fallthrough pseudo-keyword
Replace the existing /* fall through */ comments and its variants with
the new pseudo-keyword macro fallthrough[1].

[1] https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through

Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Link: https://lore.kernel.org/r/20200727185838.GA29595@embeddedor
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-07-28 10:18:52 +02:00
..
Kconfig staging: rtl8712: switch to common ieee80211 headers 2020-06-16 21:26:18 +02:00
Makefile
TODO
basic_types.h staging: rtl8712: base_types: Remove unused macros 2020-07-03 10:32:13 +02:00
drv_types.h staging: rtl8712: Fixed CamelCase wkFilterRxFF0 renamed to wk_filter_rx_ff0 2019-06-13 11:52:39 +02:00
ethernet.h
hal_init.c staging: rtl8712: handle firmware load failure 2020-07-17 12:08:44 +02:00
ieee80211.c staging: rtl8712: r8712_parse_wpa2_ie(): Change return values 2019-07-01 10:44:06 +02:00
ieee80211.h staging: rtl8712: switch to common ieee80211 headers 2020-06-16 21:26:18 +02:00
mlme_linux.c staging: rtl8712: r8712_wdg_timeout_handler: Remove function 2019-06-21 16:46:18 +02:00
mlme_osdep.h
mp_custom_oid.h
os_intfs.c staging: rtl8712: r8712_free_drv_sw(): Change return type 2019-08-08 19:58:15 +02:00
osdep_intf.h staging: rtl8712: Simplify expressions with boolean logic 2020-07-10 13:53:59 +02:00
osdep_service.h
recv_linux.c staging: rtl8712: r8712_os_recvbuf_resource_free(): Change return type 2019-08-02 14:00:56 +02:00
recv_osdep.h staging: rtl8712: r8712_recv_entry(): Change return type 2019-08-08 19:58:14 +02:00
rtl871x_cmd.c staging: rtl8712: Annotate r8712_sitesurvey_cmd() 2020-07-10 13:52:45 +02:00
rtl871x_cmd.h staging: rtl8712: Fixes for simple typos in C comments 2020-03-12 12:54:34 +01:00
rtl871x_debug.h
rtl871x_eeprom.c staging: rtl8712: Fixed CamelCase for EepromAddressSize 2019-06-10 17:57:21 +02:00
rtl871x_eeprom.h
rtl871x_event.h
rtl871x_ht.h staging: rtl8712: switch to common ieee80211 headers 2020-06-16 21:26:18 +02:00
rtl871x_io.c staging: rtl8712: rtl87x_io : make use of kzalloc 2019-06-20 14:39:15 +02:00
rtl871x_io.h staging: rtl8712: Improve naming of include hearder guards 2019-08-21 05:48:06 -07:00
rtl871x_ioctl.h
rtl871x_ioctl_linux.c staging: rtl8712: Replace FIELD_OFFSET() with offsetof() 2020-07-03 10:32:13 +02:00
rtl871x_ioctl_rtl.c staging: rtl8712: Change return values of r8712_getrfreg_cmd() 2019-07-01 10:44:05 +02:00
rtl871x_ioctl_rtl.h
rtl871x_ioctl_set.c staging: rtl8712: r8712_set_802_11_add_wep(): Change return values 2019-07-25 09:52:00 +02:00
rtl871x_ioctl_set.h staging: rtl8712: r8712_set_802_11_add_wep(): Change return values 2019-07-25 09:52:00 +02:00
rtl871x_led.h
rtl871x_mlme.c staging: rtl8712/: Using comparison to true is error prone 2020-07-10 13:55:11 +02:00
rtl871x_mlme.h staging: rtl8712: r8712_set_key(): Change return values 2019-07-25 09:52:00 +02:00
rtl871x_mp.c staging: rtl8712: Remove unnecessary braces 2020-03-20 15:07:44 +01:00
rtl871x_mp.h
rtl871x_mp_ioctl.c staging: rtl8712: clean up function headers 2019-10-14 15:36:55 +02:00
rtl871x_mp_ioctl.h staging: Replace zero-length array with flexible-array member 2020-02-23 19:18:54 +01:00
rtl871x_mp_phy_regdef.h staging: rtl8712: Correct a typo in a comment 2020-03-19 15:09:10 +01:00
rtl871x_pwrctrl.c staging: rtl8712: r8712_register_cmd_alive(): Change return values 2019-07-25 09:52:00 +02:00
rtl871x_pwrctrl.h staging: rtl8712: r8712_register_cmd_alive(): Change return values 2019-07-25 09:52:00 +02:00
rtl871x_recv.c staging: rtl8712: switch to common ieee80211 headers 2020-06-16 21:26:18 +02:00
rtl871x_recv.h staging: rtl8712: switch to common ieee80211 headers 2020-06-16 21:26:18 +02:00
rtl871x_rf.h staging: rtl8712: Improve naming of include hearder guards 2019-08-21 05:48:06 -07:00
rtl871x_security.c staging: rtl*/security: Use static const in array declarations 2020-07-17 12:08:44 +02:00
rtl871x_security.h staging: rtl8712: r8712_aes_decrypt(): Change return type 2019-08-02 14:00:57 +02:00
rtl871x_sta_mgt.c staging: rtl8712: _r8712_init_sta_priv(): Change return values 2019-07-01 10:44:06 +02:00
rtl871x_wlan_sme.h
rtl871x_xmit.c staging: rtl8712: switch to common ieee80211 headers 2020-06-16 21:26:18 +02:00
rtl871x_xmit.h staging: rtl8712: code improvements to make_wlanhdr 2020-04-13 08:55:29 +02:00
rtl8712_bitdef.h
rtl8712_cmd.c staging: rtl8712: Remove while loop and check_cmd_fifo() 2019-08-08 19:58:15 +02:00
rtl8712_cmd.h Merge 5.1-rc3 into staging-next 2019-04-01 07:49:24 +02:00
rtl8712_cmdctrl_bitdef.h
rtl8712_cmdctrl_regdef.h
rtl8712_debugctrl_bitdef.h
rtl8712_debugctrl_regdef.h
rtl8712_edcasetting_bitdef.h
rtl8712_edcasetting_regdef.h
rtl8712_efuse.c staging: rtl8712: rtl8712_efuse.c: Remove leading p from variable names 2019-06-20 14:47:28 +02:00
rtl8712_efuse.h staging: rtl8712: rtl8712_efuse.h: alignment should match open parenthesis 2019-03-21 20:08:08 +01:00
rtl8712_event.h
rtl8712_fifoctrl_bitdef.h
rtl8712_fifoctrl_regdef.h
rtl8712_gp_bitdef.h
rtl8712_gp_regdef.h
rtl8712_hal.h
rtl8712_interrupt_bitdef.h
rtl8712_io.c staging: rtl8712: rename bSurpriseRemoved to surprise_removed 2019-03-18 07:05:18 +01:00
rtl8712_led.c staging: rtl8712: align arguments with open parenthesis in file rtl8712_led.c 2019-10-07 12:29:36 +02:00
rtl8712_macsetting_bitdef.h
rtl8712_macsetting_regdef.h
rtl8712_powersave_bitdef.h
rtl8712_powersave_regdef.h
rtl8712_ratectrl_bitdef.h
rtl8712_ratectrl_regdef.h
rtl8712_recv.c staging: rtl8712: Simplify expressions with boolean logic 2020-07-10 13:53:59 +02:00
rtl8712_recv.h staging: rtl8712: r8712_init_recvbuf(): Change return type 2019-07-25 09:52:01 +02:00
rtl8712_regdef.h
rtl8712_security_bitdef.h
rtl8712_spec.h
rtl8712_syscfg_bitdef.h
rtl8712_syscfg_regdef.h
rtl8712_timectrl_bitdef.h
rtl8712_timectrl_regdef.h
rtl8712_wmac_bitdef.h
rtl8712_wmac_regdef.h
rtl8712_xmit.c staging: rtl8712: r8712_dump_aggr_xframe(): Change type to void 2019-08-14 13:20:13 +02:00
rtl8712_xmit.h staging: rtl8712: r8712_dump_aggr_xframe(): Change type to void 2019-08-14 13:20:13 +02:00
sta_info.h staging: rtl8712: _r8712_init_sta_priv(): Change return values 2019-07-01 10:44:06 +02:00
usb_halinit.c staging: rtl8712: correct spelling mistake in comment 2020-04-16 12:33:03 +02:00
usb_intf.c staging: rtl8712: handle firmware load failure 2020-07-17 12:08:44 +02:00
usb_ops.c staging: rtl8712: usb_ops.c: Remove leading p from variable names 2019-06-09 13:03:52 +02:00
usb_ops.h
usb_ops_linux.c staging: rtl8712: Use fallthrough pseudo-keyword 2020-07-28 10:18:52 +02:00
usb_osintf.h staging: rtl8712: r8712_free_drv_sw(): Change return type 2019-08-08 19:58:15 +02:00
wifi.h staging: rtl8712: use common ieee80211 constants 2020-07-03 10:32:13 +02:00
wlan_bssdef.h
xmit_linux.c staging: rtl8712: r8712_update_attrib(): Change return values and type 2019-08-12 16:37:15 +02:00
xmit_osdep.h