Skip to content

Commit 2265dd7

Browse files
ndrs-pstkartben
authored andcommitted
drivers: wifi: nxp: fix include guard typo in nxp_wifi_drv.h
Fix include guard name and added trailing comment to final #endif. Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
1 parent 4c8a2ac commit 2265dd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/wifi/nxp/nxp_wifi_drv.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Wi-Fi L2 layer
88
*/
99

10-
#ifndef ZEPHYR_DRIVERS_WIFI_NNP_WIFI_DRV_H_
10+
#ifndef ZEPHYR_DRIVERS_WIFI_NXP_WIFI_DRV_H_
1111
#define ZEPHYR_DRIVERS_WIFI_NXP_WIFI_DRV_H_
1212

1313
#include <zephyr/kernel.h>
@@ -83,4 +83,4 @@ void nxp_wifi_shell_register(struct nxp_wifi_dev *dev);
8383
#define nxp_wifi_shell_register(dev)
8484
#endif
8585

86-
#endif
86+
#endif /* ZEPHYR_DRIVERS_WIFI_NXP_WIFI_DRV_H_ */

0 commit comments

Comments
 (0)