[PATCH] Staging: Ralink: ralink-gdma: Fixed codestyle issue and warnings

2020-09-06 Thread Naveen Panwar
Fixed checkpatch warnings two warnings still exits about DT compatible strings appers undocumented. Fixed the other codestyle errors, and some warnings about use of volatile and un-necessary out of memory errors. Signed-off-by: Naveen Panwar --- drivers/staging/ralink-gdma/ralink-gdma.c | 29

[PATCH 2/2] Staging: netlogic: platform_net.c: introduced a helper function

2018-01-17 Thread Naveen Panwar
'irq' are actually unsigned. The values passed to those fit into 0..2G range, so the behaviour is unchanged, but it's more consistent that way. Signed-off-by: Naveen Panwar --- drivers/staging/netlogic/platform_net.c | 21 +++-- 1 file changed, 11 insertions(+), 10 d

[PATCH 2/2] Staging: netlogic: platform_net.c: introduced a helper function

2018-01-15 Thread Naveen Panwar
'irq' are actually unsigned. The values passed to those fit into 0..2G range, so the behaviour is unchanged, but it's more consistent that way. Signed-off-by: Naveen Panwar --- drivers/staging/netlogic/platform_net.c | 21 +++-- 1 file changed, 11 insertions(+), 10 d

[PATCH] Staging: netlogic: platform_net: Fixed '(' at the EOL

2018-01-14 Thread Naveen Panwar
Removed '(' from the end of line, coding style issue. Signed-off-by: Naveen Panwar --- drivers/staging/netlogic/platform_net.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/netlogic/platform_net.c b/drivers/staging/netlogic/plat