mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 09:02:21 -04:00
octeontx2-pf: Fix header guard comment in otx2_devlink.h
The closing #endif comment in otx2_devlink.h refers to RVU_DEVLINK_H, but the actual header guard is OTX2_DEVLINK_H. Fix the comment to match the correct header guard name. Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://patch.msgid.link/20260127174333.1247747-1-alok.a.tiwari@oracle.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
bc443c253f
commit
241b91d968
@@ -17,4 +17,4 @@ struct otx2_devlink {
|
||||
int otx2_register_dl(struct otx2_nic *pfvf);
|
||||
void otx2_unregister_dl(struct otx2_nic *pfvf);
|
||||
|
||||
#endif /* RVU_DEVLINK_H */
|
||||
#endif /* OTX2_DEVLINK_H */
|
||||
|
||||
Reference in New Issue
Block a user