drivers/wifi/generic: Fix typo in header guard comment
The header guard comment in the chip.h file was incorrect, using _GENERIC_WIFI_H_ instead of the correct _WIFI_GENERIC_H_. This commit corrects the typo to ensure consistency. Change-Id: I00a93e811608ddf449065bc92441648f7332fc4b Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/89055 Reviewed-by: Bora Guvendik <bora.guvendik@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jamie Ryu <jamie.m.ryu@intel.com>
This commit is contained in:
parent
2e2490256f
commit
84ec1493a3
1 changed files with 1 additions and 1 deletions
|
|
@ -32,4 +32,4 @@ struct drivers_wifi_generic_config {
|
|||
DEVTREE_CONST struct device *bluetooth_companion;
|
||||
};
|
||||
|
||||
#endif /* _GENERIC_WIFI_H_ */
|
||||
#endif /* _WIFI_GENERIC_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue