Hi, > -----Original Message----- > From: Pei, Andy > Sent: Thursday, January 17, 2019 14:40 > To: [email protected] > Cc: Xu, Rosen <[email protected]>; Zhang, Tianfei > <[email protected]>; Pei, Andy <[email protected]> > Subject: [DPDK] raw/ifpga: fix a typo Which version number?
> fix a typo Pls descript it in detail. > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] Miss fixline. > Signed-off-by: Andy Pei <[email protected]> > --- > drivers/raw/ifpga_rawdev/base/opae_hw_api.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/raw/ifpga_rawdev/base/opae_hw_api.c > b/drivers/raw/ifpga_rawdev/base/opae_hw_api.c > index ea42757..1541b67 100644 > --- a/drivers/raw/ifpga_rawdev/base/opae_hw_api.c > +++ b/drivers/raw/ifpga_rawdev/base/opae_hw_api.c > @@ -304,7 +304,7 @@ static struct opae_adapter_ops *match_ops(struct > opae_adapter *adapter) > > /** > * opae_adapter_init - init opae_adapter data structure > - * @adapter: pointer of opae_adater data structure > + * @adapter: pointer of opae_adapter data structure > * @name: adapter name. > * @data: private data of this adapter. > * > -- > 1.8.3.1

