Re: [PATCH v2 17/24] net: netronome: nfp: Fix wrong function name in comments

From: Simon Horman
Date: Mon May 17 2021 - 06:02:06 EST


On Mon, May 17, 2021 at 12:45:28PM +0800, Yang Shen wrote:
> Fixes the following W=1 kernel build warning(s):
>
> drivers/net/ethernet/netronome/nfp/ccm_mbox.c:52: warning: expecting prototype for struct nfp_ccm_mbox_skb_cb. Prototype was for struct nfp_ccm_mbox_cmsg_cb instead
> drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c:35: warning: expecting prototype for struct nfp_tun_pre_run_rule. Prototype was for struct nfp_tun_pre_tun_rule instead
> drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nffw.c:38: warning: expecting prototype for NFFW_INFO_VERSION history(). Prototype was for NFFW_INFO_VERSION_CURRENT() instead
>
> Cc: Simon Horman <simon.horman@xxxxxxxxxxxxx>
> Cc: Jakub Kicinski <kuba@xxxxxxxxxx>
> Signed-off-by: Yang Shen <shenyang39@xxxxxxxxxx>

Reviewed-by: Simon Horman <simon.horman@xxxxxxxxxxxxx>