* [PATCH net-next] octeontx2-pf: Fix header guard comment in otx2_devlink.h
@ 2026-01-27 17:42 Alok Tiwari
2026-01-29 14:56 ` Simon Horman
2026-01-30 2:50 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Alok Tiwari @ 2026-01-27 17:42 UTC (permalink / raw)
To: sbhatta, hkelam, gakula, sgoutham, bbhushan2, pabeni, kuba,
edumazet, davem, andrew+netdev, netdev
Cc: alok.a.tiwarilinux, alok.a.tiwari
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>
---
drivers/net/ethernet/marvell/octeontx2/nic/otx2_devlink.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_devlink.h b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_devlink.h
index c7bd4f3c6c6b..069e39b48847 100644
--- a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_devlink.h
+++ b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_devlink.h
@@ -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 */
--
2.50.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH net-next] octeontx2-pf: Fix header guard comment in otx2_devlink.h
2026-01-27 17:42 [PATCH net-next] octeontx2-pf: Fix header guard comment in otx2_devlink.h Alok Tiwari
@ 2026-01-29 14:56 ` Simon Horman
2026-01-30 2:50 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2026-01-29 14:56 UTC (permalink / raw)
To: Alok Tiwari
Cc: sbhatta, hkelam, gakula, sgoutham, bbhushan2, pabeni, kuba,
edumazet, davem, andrew+netdev, netdev, alok.a.tiwarilinux
On Tue, Jan 27, 2026 at 09:42:52AM -0800, Alok Tiwari wrote:
> 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>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] octeontx2-pf: Fix header guard comment in otx2_devlink.h
2026-01-27 17:42 [PATCH net-next] octeontx2-pf: Fix header guard comment in otx2_devlink.h Alok Tiwari
2026-01-29 14:56 ` Simon Horman
@ 2026-01-30 2:50 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-01-30 2:50 UTC (permalink / raw)
To: ALOK TIWARI
Cc: sbhatta, hkelam, gakula, sgoutham, bbhushan2, pabeni, kuba,
edumazet, davem, andrew+netdev, netdev, alok.a.tiwarilinux
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 27 Jan 2026 09:42:52 -0800 you wrote:
> 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>
>
> [...]
Here is the summary with links:
- [net-next] octeontx2-pf: Fix header guard comment in otx2_devlink.h
https://git.kernel.org/netdev/net-next/c/241b91d9680d
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-01-30 2:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-27 17:42 [PATCH net-next] octeontx2-pf: Fix header guard comment in otx2_devlink.h Alok Tiwari
2026-01-29 14:56 ` Simon Horman
2026-01-30 2:50 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox