Re: [dpdk-dev] [PATCH v3 1/4] power: changed unsigned to unsigned int

2018-01-11 Thread Thomas Monjalon
12/12/2017 15:03, Marko Kovacevic: > Since this patch-set attempts to clean up the power library, > and there are many instances of "unsigned" caught by checkpatch, > it was decided to clean these up first rather than have them included > in the later patches in the patch set. And would also minimi

[dpdk-dev] [PATCH v3 1/4] power: changed unsigned to unsigned int

2017-12-12 Thread Marko Kovacevic
Since this patch-set attempts to clean up the power library, and there are many instances of "unsigned" caught by checkpatch, it was decided to clean these up first rather than have them included in the later patches in the patch set. And would also minimise this type of error being caught by check