[PATCH] Staging: emxx_udc: fixed checkpatch warnings

2018-07-29 Thread sepehrdad . dev
From: sepehrdad sh Fixed and cleaned up checkpatch coding style errors. Signed-off-by: Sepehrdad Sh --- drivers/staging/emxx_udc/emxx_udc.c | 309 +--- 1 file changed, 146 insertions(+), 163 deletions(-) diff --git a/drivers/staging/emxx_udc/emxx_udc.c b/drivers/stagi

[PATCH] Staging: fbtft: fbtft-sysfs: fixed a 80 char line coding style issue Staging: fbtft: flexfb: fixed a 80 char line coding style issue

2018-07-28 Thread sepehrdad . dev
From: sepehrdad sh Fixed multiple coding style issue Signed-off-by: Sepehrdad Sh --- drivers/staging/fbtft/fbtft-sysfs.c | 6 -- drivers/staging/fbtft/flexfb.c | 22 +++--- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/drivers/staging/fbtft/fbtft-sys