Hi Marko,
On 28/11/2017 1:22 PM, Marko Kovacevic wrote:
--snip--
int
-guest_channel_host_connect(const char *path, unsigned lcore_id)
+guest_channel_host_connect(const char *path, unsigned int lcore_id)
--snip--
I'd suggest adding the following into the commit message. It would help
e
As i saw that many other variables were changed from unsigned to
unsigned int
and since i was cleaning up the code i thought it would be beneficial
to change it now not to cause checkpatch problems or other problems down
the line.
Marko
On 28/11/2017 14:16, Bruce Richardson wrote:
On Tue, Nov
On Tue, Nov 28, 2017 at 01:22:00PM +, Marko Kovacevic wrote:
> Signed-off-by: Marko Kovacevic
> ---
While I know that checkpatch complains about unsigned vs unsigned int,
is there some other reason for making this change wholesale in the code?
/Bruce
Signed-off-by: Marko Kovacevic
---
lib/librte_power/guest_channel.c | 6 +++---
lib/librte_power/guest_channel.h | 6 +++---
lib/librte_power/rte_power.c | 4 ++--
lib/librte_power/rte_power.h | 12 ++--
lib/librte_power/rte_power_acpi_cpufre
4 matches
Mail list logo