[PATCH 4/4] staging: mt7621-pci: Move open-braces to match kernel code style

2018-07-07 Thread Peter Vernia
Moves some open-braces to the end of the conditional statement to match the kernel's coding style Signed-off-by: Peter Vernia --- 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/dr

[PATCH 3/4] staging: mt7621-pci: Add spaces after commas in pci-mt7621.c

2018-07-07 Thread Peter Vernia
Adds spaces after commas in parameter lists in pci-mt7621.c Signed-off-by: Peter Vernia --- drivers/staging/mt7621-pci/pci-mt7621.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/mt7621-pci/pci-mt7621.c b/drivers/staging/mt7621-pci/pci

[PATCH 2/4] staging: mt7621-pci: Fix spacing around equals sign

2018-07-07 Thread Peter Vernia
Add spaces in front of the equals sign in assignment operations Signed-off-by: Peter Vernia --- 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 b/drivers/staging/mt7621-pci/pci-mt7621.c

[PATCH 1/4] staging: mt7621-pci: Fix spaces around parenthesis in pci-7621.c

2018-07-07 Thread Peter Vernia
Adds spaces before open parenthesis, and removes spaces after open parenthesis Signed-off-by: Peter Vernia --- drivers/staging/mt7621-pci/pci-mt7621.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/drivers/staging/mt7621-pci/pci-mt7621.c b

Re: [PATCH] staging: mt7621-pinctrl: Replace unsigned with unsigned int

2018-07-06 Thread Peter Vernia
On Fri, Jul 06, 2018 at 05:37:49PM +0200, Greg Kroah-Hartman wrote: > Someone else sent this same change before you did, sorry :( Thanks for the review anyway. I realize now that I was looking at the wrong tree. ___ devel mailing list de...@linuxdriverpr

[PATCH] staging: mt7621-pinctrl: Replace unsigned with unsigned int

2018-07-05 Thread Peter Vernia
Replaces instances of "unsigned" with "unsigned int" in pinctrl-mt7621.c Signed-off-by: Peter Vernia --- drivers/staging/mt7621-pinctrl/pinctrl-rt2880.c | 27 + 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/drivers/staging/mt7621-pi

[PATCH] staging: mt7621-pinctrl: Style fixes to pinctrl-rt2880

2018-07-02 Thread Peter Vernia
Replaces instances of "unsigned" with "unsigned int"; fixes comma and tab spacing. Signed-off-by: Peter Vernia --- drivers/staging/mt7621-pinctrl/pinctrl-rt2880.c | 35 + 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/drivers/st

Re: [PATCH] staging: mt7621-pinctrl: Replaces "unsigned" with "unsigned int", fixes mixed indentation, and puts spaces after commas.

2018-07-02 Thread Peter Vernia
> The subject is over 72 characters or whatever the limit is and there > isn't a commit message. Dan, thanks for your help, I realize where I went wrong now. I will re-submit the patch fresh to fix the message subject. --Peter ___ devel mailing list

[PATCH] staging: mt7621-pinctrl: Replaces "unsigned" with "unsigned int", fixes mixed indentation, and puts spaces after commas.

2018-06-30 Thread Peter Vernia
Signed-off-by: Peter Vernia --- drivers/staging/mt7621-pinctrl/pinctrl-rt2880.c | 35 + 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/drivers/staging/mt7621-pinctrl/pinctrl-rt2880.c b/drivers/staging/mt7621-pinctrl/pinctrl-rt2880.c index 0c3e498