mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
staging: rtl8723bs: fix include guard comment in rtw_cmd.h
The #endif comment at the bottom of the file mistakenly referred to _CMD_H_ instead of the actual include guard macro __RTW_CMD_H_ defined at the top of the file. Signed-off-by: Xiyuan Guo <tommyguo039@gmail.com> Link: https://patch.msgid.link/20260403011859.307665-1-tommyguo039@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c31cf90807
commit
b3e254c620
|
|
@ -712,4 +712,4 @@ enum {
|
|||
#define _GetRFReg_CMD_ _Read_RFREG_CMD_
|
||||
#define _SetRFReg_CMD_ _Write_RFREG_CMD_
|
||||
|
||||
#endif /* _CMD_H_ */
|
||||
#endif /* __RTW_CMD_H_ */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user