> -----Original Message-----
> From: Jakub Kicinski <[email protected]>
> Sent: Tuesday, June 23, 2020 4:39 PM
> To: Kirsher, Jeffrey T <[email protected]>
> Cc: [email protected]; Brady, Alan <[email protected]>;
> [email protected]; [email protected]; [email protected];
> Michael, Alice <[email protected]>; Burra, Phani R
> <[email protected]>; Hay, Joshua A <[email protected]>; Chittim,
> Madhu <[email protected]>; Linga, Pavan Kumar
> <[email protected]>; Skidmore, Donald C
> <[email protected]>; Brandeburg, Jesse
> <[email protected]>; Samudrala, Sridhar
> <[email protected]>; lkp <[email protected]>
> Subject: Re: [net-next v2 15/15] idpf: Introduce idpf driver
> 
> On Tue, 23 Jun 2020 15:40:43 -0700 Jeff Kirsher wrote:
> > +/**
> > + * idpf_probe - Device initialization routine
> > + * @pdev: PCI device information struct
> > + * @ent: entry in idpf_pci_tbl
> > + *
> > + * Returns 0 on success, negative on failure  */ int
> > +idpf_probe(struct pci_dev *pdev,
> > +          const struct pci_device_id __always_unused *ent)
> 
> 
> drivers/net/ethernet/intel/idpf/idpf_main.c:46:5: warning: symbol 'idpf_probe'
> was not declared. Should it be static?
> drivers/net/ethernet/intel/idpf/idpf_main.c:46:5: warning: no previous
> prototype for idpf_probe [-Wmissing-prototypes]
>    46 | int idpf_probe(struct pci_dev *pdev,
>       |     ^~~~~~~~~~

Woops, missed one, sorry for the thrash and thanks for double checking.  Will 
get another version fixing this soon.

Alan

Reply via email to