Re: [PATCH] staging: pi433: align function parameters with open parenthesis

2018-01-09 Thread Greg Kroah-Hartman
On Mon, Jan 08, 2018 at 06:39:33PM +0100, Valentin Vidic wrote: > Fixes checkpatch warnings: > > CHECK: Alignment should match open parenthesis > --- > drivers/staging/pi433/pi433_if.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) No signed-off-by line :( _

[PATCH] staging: pi433: align function parameters with open parenthesis

2018-01-08 Thread Valentin Vidic
Fixes checkpatch warnings: CHECK: Alignment should match open parenthesis --- drivers/staging/pi433/pi433_if.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/pi433/pi433_if.c b/drivers/staging/pi433/pi433_if.c index f56425ffbe90..edcd7e798f99 1006