From: Marco Cesati Date: Wed, 17 Mar 2021 22:20:53 +0000 (+0100) Subject: Staging: rtl8723bs: fix names in rtw_recv.h X-Git-Tag: io_uring-5.13-2021-05-07~88^2~459 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=9413ea743403e98141072770c0db5906ec5e28b0;p=linux-block.git Staging: rtl8723bs: fix names in rtw_recv.h This commit converts names of structs / enums in include/rtw_recv.h from ALL_CAPS format to lowercase Signed-off-by: Marco Cesati Link: https://lore.kernel.org/r/20210317222130.29528-7-marcocesati@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/include/rtw_recv.h b/drivers/staging/rtl8723bs/include/rtw_recv.h index 0a56c3a66ee8..1439158829ac 100644 --- a/drivers/staging/rtl8723bs/include/rtw_recv.h +++ b/drivers/staging/rtl8723bs/include/rtw_recv.h @@ -369,7 +369,7 @@ union recv_frame { }; -enum RX_PACKET_TYPE { +enum rx_packet_type { NORMAL_RX,/* Normal rx packet */ TX_REPORT1,/* CCX */ TX_REPORT2,/* TX RPT */