[dpdk-dev] [PATCH] ixgbe: cleanup whitespace and formatting issues

Lu, Wenzhuo wenzhuo.lu at intel.com
Tue Apr 5 02:57:16 CEST 2016


Hi Stephen,

> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Stephen Hemminger
> Sent: Tuesday, April 5, 2016 12:14 AM
> To: Zhang, Helin; Ananyev, Konstantin
> Cc: dev at dpdk.org; Stephen Hemminger
> Subject: [dpdk-dev] [PATCH] ixgbe: cleanup whitespace and formatting issues
> 
> This driver was one of the originals and has lots of little whitespace issues.
> 
> PS: I know Intel doesn't like whitespace changes, there is never a good time
> to do this, but no resuliting binary changes and it is unlikely that more
> changes to this driver will occur this late in release cycle.
> 
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
Thanks for this patch. I think it's good to make the format better :)
But there's some checkpatch error and warnings, like this,
ERROR: "foo* bar" should be "foo *bar"
#508: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:4256:
+ixgbe_uc_hash_table_set(struct rte_eth_dev *dev, struct ether_addr* mac_addr,



More information about the dev mailing list