[PATCH] staging: mt7621-pci: Fix coding style error

2018-06-09 Thread Abdun Nihaal
This patch removes space after * to fix the following checkpatch error: ERROR: "foo * bar" should be "foo *bar" Signed-off-by: Abdun Nihaal --- drivers/staging/mt7621-pci/pci-mt7621.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/st

[PATCH 3/7] staging: mt7621-pci: add space before open parenthesis

2018-06-03 Thread Abdun Nihaal
This fixes the following checkpatch error: ERROR: space required before the open parenthesis '(' Signed-off-by: Abdun Nihaal --- drivers/staging/mt7621-pci/pci-mt7621.c | 28 - 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/drivers/staging/

[PATCH 2/7] staging: mt7621-pci: remove trailing whitespace

2018-06-03 Thread Abdun Nihaal
This fixes the following checkpatch error: ERROR: trailing whitespace Signed-off-by: Abdun Nihaal --- drivers/staging/mt7621-pci/pci-mt7621.c | 32 - 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/drivers/staging/mt7621-pci/pci-mt7621.c b/drivers

[PATCH 1/7] staging: mt7621-pci: Remove space after open parenthesis

2018-06-03 Thread Abdun Nihaal
This fixes the following checkpatch error: ERROR: space prohibited after that open parenthesis '(' Signed-off-by: Abdun Nihaal --- drivers/staging/mt7621-pci/pci-mt7621.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/mt7621-pci/pci-m

[PATCH 5/7] staging: mt7621-pci: add spaces around equal symbol

2018-06-03 Thread Abdun Nihaal
This fixes the following checkpatch error: ERROR: spaces required around that '=' (ctx:VxW) Signed-off-by: Abdun Nihaal --- drivers/staging/mt7621-pci/pci-mt7621.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/mt7621-pci/pci-mt7621.c

[PATCH 7/7] staging: mt7621-pci: fix coding style error

2018-06-03 Thread Abdun Nihaal
This fixes the following checkpatch error: ERROR: that open brace { should be on the previous line Signed-off-by: Abdun Nihaal --- drivers/staging/mt7621-pci/pci-mt7621.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/mt7621-pci/pci-mt7621.c b

[PATCH 4/7] staging: mt7621-pci: add space after comma symbol

2018-06-03 Thread Abdun Nihaal
This patch fixes the following checkpatch error: ERROR: space required after that ',' (ctx:VxV) Signed-off-by: Abdun Nihaal --- drivers/staging/mt7621-pci/pci-mt7621.c | 36 - 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/drivers/staging/mt76

[PATCH 6/7] staging: mt7621-pci: add space after '==' symbol

2018-06-03 Thread Abdun Nihaal
This fixes the following checkpatch error: ERROR: spaces required around that '==' (ctx:WxV) Signed-off-by: Abdun Nihaal --- drivers/staging/mt7621-pci/pci-mt7621.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/mt7621-pci/pci-mt7621.c

[PATCH 0/7] staging: mt7621-pci: Fix coding style issues

2018-06-03 Thread Abdun Nihaal
tx:VxV) ERROR: spaces required around that '=' (ctx:VxW) ERROR: spaces required around that '==' (ctx:WxV) ERROR: that open brace { should be on the previous line Abdun Nihaal (7): staging: mt7621-pci: Remove space after open parenthesis staging: mt7621-pci: remove trailing white

[PATCH] staging: most: video: remove debugging code

2018-05-08 Thread Abdun Nihaal
This patch removes debugging code in video.c that causes the following checkpatch warning: WARNING: Prefer using '\"%s...\", __func__' to using function's name in a string Signed-off-by: Abdun Nihaal --- drivers/staging/most/video/video.c | 23 --

[PATCH] staging: most: video: use __func__ instead of function name

2018-05-03 Thread Abdun Nihaal
This fixes the following checkpatch warning in video.c: WARNING: Prefer using '\"%s...\", __func__' to using function's name in a string Signed-off-by: Abdun Nihaal --- drivers/staging/most/video/video.c | 24 1 file changed, 12 insertions(