Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: rtl8723bs: remove named enums in rtl8723b_cmd.h

Remove the following unnecessary enum name in
include/rtl8723b_cmd.h:

enum h2c_cmd_8723B

Signed-off-by: Marco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210324124456.25221-14-marcocesati@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Marco Cesati and committed by
Greg Kroah-Hartman
dd210c1d 21482161

+1 -1
+1 -1
drivers/staging/rtl8723bs/include/rtl8723b_cmd.h
··· 11 11 /* H2C CMD DEFINITION ------------------------------------------------ */ 12 12 /* */ 13 13 14 - enum h2c_cmd_8723B { 14 + enum { 15 15 /* Common Class: 000 */ 16 16 H2C_8723B_RSVD_PAGE = 0x00, 17 17 H2C_8723B_MEDIA_STATUS_RPT = 0x01,