Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Alok Tiwari and committed by
Jakub Kicinski
241b91d9 bc443c25

+1 -1
+1 -1
drivers/net/ethernet/marvell/octeontx2/nic/otx2_devlink.h
··· 17 17 int otx2_register_dl(struct otx2_nic *pfvf); 18 18 void otx2_unregister_dl(struct otx2_nic *pfvf); 19 19 20 - #endif /* RVU_DEVLINK_H */ 20 + #endif /* OTX2_DEVLINK_H */