]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: rtl8723bs: fix include guard comment in rtw_cmd.h
authorXiyuan Guo <tommyguo039@gmail.com>
Fri, 3 Apr 2026 01:18:59 +0000 (21:18 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Apr 2026 11:01:52 +0000 (05:01 -0600)
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>
drivers/staging/rtl8723bs/include/rtw_cmd.h

index c4c3edee809d46ead35a3f54db8672abd411ca67..3014fcf7bb85aa5662db6c902ccb664e7c224827 100644 (file)
@@ -712,4 +712,4 @@ enum {
 #define _GetRFReg_CMD_         _Read_RFREG_CMD_
 #define _SetRFReg_CMD_         _Write_RFREG_CMD_
 
-#endif /*  _CMD_H_ */
+#endif /* __RTW_CMD_H_ */