[PATCH] Bluetooth:btmtksdio Fixed switch and case should be at the same indent

2020-12-15 Thread Jagdish Tirumala
Switch and case where not properly aligned Signed-off-by: Jagdish Tirumala --- drivers/bluetooth/btmtksdio.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/bluetooth/btmtksdio.c b/drivers/bluetooth/btmtksdio.c index ba45c59bd9f3..605b0cc84697 100644

[PATCH] watchdog: diag288_wdt: pointer location foo * bar should be foo *bar

2018-09-12 Thread Jagdish Tirumala
Fix the following checkpatch error: ERROR: pointer location foo * bar should be foo *bar FILE: drivers/watchdog/diag288_wdt.c:202 Signed-off-by: Jagdish Tirumala --- drivers/watchdog/diag288_wdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog

[PATCH] WATCHDOG: DIAG288_WDT: Fixed error POINTER_LOCATION

2018-09-12 Thread Jagdish Tirumala
Fixed ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" in file drivers/watchdog/diag288_wdt.c Signed-off-by: Jagdish Tirumala --- drivers/watchdog/diag288_wdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/diag288_wdt.

[PATCH] WATCHDOG: uniphier_wdt.c: Fixed error do not initialise statics to 0

2018-09-12 Thread Jagdish Tirumala
Fixed error do not initialise statics to 0 in file drivers/watchdog/uniphier_wdt.c Signed-off-by: Jagdish Tirumala --- drivers/watchdog/uniphier_wdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/uniphier_wdt.c b/drivers/watchdog/uniphier_wdt.c index

[PATCH] USB: STORAGE: ISD200 Fixed error space required in for loop

2018-09-11 Thread Jagdish Tirumala
Fixed errors spaces required around the for loop '=' , ';' and '<' in drivers/usb/storage/isd200.c Signed-off-by: Jagdish Tirumala --- drivers/usb/storage/isd200.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/storage/isd200

[PATCH] [PATCH] Bluetooth: hci_serdev: Fixed error space required before open paranethesis

2018-09-11 Thread Jagdish Tirumala
Fixed error in space required before paranthesis in drivers/bluetooth/hci_serdev.c Signed-off-by: Jagdish Tirumala --- drivers/bluetooth/hci_serdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bluetooth/hci_serdev.c b/drivers/bluetooth/hci_serdev.c index