[PATCH] staging: emxx_udc: remove unneeded parenthesis

2019-03-25 Thread Emiliano Ingrassia
Fix 5 warnings detected by checkpatch.pl about unneeded parenthesis around conditions tests. Signed-off-by: Emiliano Ingrassia --- drivers/staging/emxx_udc/emxx_udc.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/emxx_udc/emxx_udc.c b/drivers

[PATCH] staging: emxx_udc: fix various function invocations indentation issues

2019-03-18 Thread Emiliano Ingrassia
Fix various warnings and checks issued by checkpatch.pl. Signed-off-by: Emiliano Ingrassia --- Task 10 of the Eudyptula challenge. drivers/staging/emxx_udc/emxx_udc.c | 122 ++-- 1 file changed, 63 insertions(+), 59 deletions(-) diff --git a/drivers/staging/emxx_udc

[PATCH v2] staging: emxx_udc: fix coding style issues

2019-03-17 Thread Emiliano Ingrassia
Fix various warnings and checks issued by checkpatch.pl. Signed-off-by: Emiliano Ingrassia --- Changes since v1: - add missed signed-off Task 10 of the Eudyptula challenge. drivers/staging/emxx_udc/emxx_udc.c | 636 ++-- 1 file changed, 315 insertions(+), 321

[PATCH] staging: emxx_udc: fix various indentation issues

2019-03-17 Thread Emiliano Ingrassia
This patch fixes various indentation and coding style issues in EMXX UDC device controller driver. --- Task 10 of the Eudyptula challenge. drivers/staging/emxx_udc/emxx_udc.c | 636 ++-- 1 file changed, 315 insertions(+), 321 deletions(-) diff --git a/drivers/staging/em