[dpdk-dev] [PATCH v2 23/52] net/ice/base: remove unnecessary braces
Ferruh Yigit
ferruh.yigit at intel.com
Thu Jun 11 20:39:12 CEST 2020
On 6/9/2020 12:59 PM, Qi Zhang wrote:
> This patch mainly does cleanups related to unnecessary braces.
Personally I think better to keep the braces when the block is more than single
line, otherwise you are mostly relying on indentation which is prone to error.
If you have strong opinion/need to remove them that is OK but if this is
optional my 5cents is to keep the braces.
>
> A few other minor fixes are included which include fixing a typo,
> pulling up some lines, and fixing RCT.
I can't find the typo fix and I can't find othe change (fixing RCT), are they
still valid in this patch?
>
> Signed-off-by: Tony Nguyen <anthony.l.nguyen at intel.com>
> Signed-off-by: Paul M. Stillwell Jr <paul.m.stillwell.jr at intel.com>
> Signed-off-by: Qi Zhang <qi.z.zhang at intel.com>
<...>
More information about the dev
mailing list