[dpdk-dev] [PATCH v9 01/12] eal: Fix coding style of eal_pci.c and eal_pci_uio.c

2015-07-09 Thread Tetsuya Mukawa
On 2015/07/09 5:30, Thomas Monjalon wrote: > 2015-07-08 09:09, Stephen Hemminger: >> On Wed, 8 Jul 2015 19:34:42 +0900 >> Tetsuya Mukawa wrote: >> >>> diff --git a/lib/librte_eal/bsdapp/eal/eal_pci.c >>> b/lib/librte_eal/bsdapp/eal/eal_pci.c >>> index 2df5c1c..a63d450 100644 >>> ---

[dpdk-dev] [PATCH v9 01/12] eal: Fix coding style of eal_pci.c and eal_pci_uio.c

2015-07-08 Thread Thomas Monjalon
2015-07-08 09:09, Stephen Hemminger: > On Wed, 8 Jul 2015 19:34:42 +0900 > Tetsuya Mukawa wrote: > > > diff --git a/lib/librte_eal/bsdapp/eal/eal_pci.c > > b/lib/librte_eal/bsdapp/eal/eal_pci.c > > index 2df5c1c..a63d450 100644 > > --- a/lib/librte_eal/bsdapp/eal/eal_pci.c > > +++

[dpdk-dev] [PATCH v9 01/12] eal: Fix coding style of eal_pci.c and eal_pci_uio.c

2015-07-08 Thread Tetsuya Mukawa
From: "Tetsuya.Mukawa" This patch fixes coding style of below files in linuxapp and bsdapp. - eal_pci.c - eal_pci_uio.c Signed-off-by: Tetsuya Mukawa Acked-by: Stephen Hemminger Acked-by: David Marchand Acked-by: Bruce Richardson Acked-by: Bernard Iremonger ---

[dpdk-dev] [PATCH v9 01/12] eal: Fix coding style of eal_pci.c and eal_pci_uio.c

2015-07-08 Thread Stephen Hemminger
On Wed, 8 Jul 2015 19:34:42 +0900 Tetsuya Mukawa wrote: > diff --git a/lib/librte_eal/bsdapp/eal/eal_pci.c > b/lib/librte_eal/bsdapp/eal/eal_pci.c > index 2df5c1c..a63d450 100644 > --- a/lib/librte_eal/bsdapp/eal/eal_pci.c > +++ b/lib/librte_eal/bsdapp/eal/eal_pci.c > @@ -2,6 +2,7 @@ > *