[PATCH] drivers: target: target_core_pr.c: Fix tabspace error

2021-04-20 Thread Shubhankar Kuranagatti
Tabs have been used to replace spaces. This is done to maintain code uniformity. Signed-off-by: Shubhankar Kuranagatti --- drivers/target/target_core_pr.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/drivers/target/target_core_pr.c b/drivers

[PATCH] drivers: regulator: core.c: Fix indentation of comment

2021-04-19 Thread Shubhankar Kuranagatti
Shifted the closing */ of multiline comment to a new line This is done to maintain code uniformity Signed-off-by: Shubhankar Kuranagatti --- drivers/regulator/core.c | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/drivers/regulator/core.c b/drivers

[PATCH 2/2] drivers: misc: kgdbts.c: Fix indentation warning.

2021-03-13 Thread Shubhankar Kuranagatti
An extra space has been removed before tab. This is to maintain code uniformity. Signed-off-by: Shubhankar Kuranagatti --- drivers/misc/kgdbts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/misc/kgdbts.c b/drivers/misc/kgdbts.c index 3ee5acc1c391..e6e7c5144ab3

[PATCH 1/2] drivers: misc: kgdbts.c: Fix declaration warning.

2021-03-13 Thread Shubhankar Kuranagatti
A new line has been added after declaration. This is done to maintain code uniformity. Signed-off-by: Shubhankar Kuranagatti --- drivers/misc/kgdbts.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/misc/kgdbts.c b/drivers/misc/kgdbts.c index 945701bce553..3ee5acc1c391 100644

[PATCH] net: ipv4: route.c: Fix indentation of multi line comment.

2021-03-11 Thread Shubhankar Kuranagatti
All comment lines inside the comment block have been aligned. Every line of comment starts with a * (uniformity in code). Signed-off-by: Shubhankar Kuranagatti --- net/ipv4/route.c | 97 1 file changed, 49 insertions(+), 48 deletions(-) diff

[PATCH 2/2] drivers: usb: host: fotg210-hcd.c: Fix alignment of comment

2021-03-11 Thread Shubhankar Kuranagatti
The * has been aligned on each line for block comment. Signed-off-by: Shubhankar Kuranagatti --- drivers/usb/host/fotg210-hcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/host/fotg210-hcd.c b/drivers/usb/host/fotg210-hcd.c index b20898dda1f3..6cac642520fc

[PATCH 1/2] drivers: usb: host: fotg210-hcd.c: Fix indentation error

2021-03-11 Thread Shubhankar Kuranagatti
A space was given after tab key. The extra space has been removed. This is done to maintain uniformity in the code. Signed-off-by: Shubhankar Kuranagatti --- drivers/usb/host/fotg210-hcd.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/usb/host/fotg210

[PATCH] init: do_mounts.c: Fix indentation errors.

2021-03-11 Thread Shubhankar Kuranagatti
Switch and case have been aligned together, extra tab removed Removed extra space before tab. Signed-off-by: Shubhankar Kuranagatti --- init/do_mounts.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/init/do_mounts.c b/init/do_mounts.c index a78e44ee6adb

[PATCH 2/2] net: core: datagram.c: Fix usage of space before tab

2021-03-11 Thread Shubhankar Kuranagatti
Removed an extra space before the tab key. Signed-off-by: Shubhankar Kuranagatti --- net/core/datagram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/core/datagram.c b/net/core/datagram.c index 7b2204f102b7..be0caaec9add 100644 --- a/net/core/datagram.c +++ b/net/core

[PATCH 1/2] net: core: datagram.c: Fix use of assignment in if condition

2021-03-11 Thread Shubhankar Kuranagatti
The assignment inside the if condition has been changed to initialising outside the if condition. Signed-off-by: Shubhankar Kuranagatti --- net/core/datagram.c | 31 --- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/net/core/datagram.c b/net/core

[PATCH] net: core: bpf_sk_storage.c: Fix bare usage of unsigned

2021-03-11 Thread Shubhankar Kuranagatti
Changed bare usage of unsigned to unsigned int Signed-off-by: Shubhankar Kuranagatti --- net/core/bpf_sk_storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/core/bpf_sk_storage.c b/net/core/bpf_sk_storage.c index 4edd033e899c..d99753f88a70 100644 --- a/net/core

[PATCH] net: socket.c: Fix comparison issues

2021-03-10 Thread Shubhankar Kuranagatti
The constant has been placed to the right side of the test. Signed-off-by: Shubhankar Kuranagatti --- net/socket.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/socket.c b/net/socket.c index 84a8049c2b09..a23dd4348793 100644 --- a/net/socket.c +++ b/net/socket.c

[PATCH] net: ipv4: route.c: fix space before tab

2021-03-10 Thread Shubhankar Kuranagatti
The extra space before tab space has been removed. Signed-off-by: Shubhankar Kuranagatti --- net/ipv4/route.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net/ipv4/route.c b/net/ipv4/route.c index 02d81d79deeb..55f2813a000d 100644 --- a/net/ipv4/route.c +++ b

[PATCH] net: ipv6: route.c:fix indentation

2021-03-10 Thread Shubhankar Kuranagatti
The series of space has been replaced by tab space wherever required. Signed-off-by: Shubhankar Kuranagatti --- net/ipv6/route.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 1536f4948e86..60058f3dcc48