Re: [PATCH] Staging: gs_fpgaboot: fix indentation sytle in io.c

2016-11-29 Thread Greg KH
On Tue, Nov 29, 2016 at 11:46:56AM -0500, Thomas Casey wrote: > This patch properly aligns a statement with arguments on multiple lines > found by the checkpatch.pl script > > Signed-off-by: Thomas Casey > --- > drivers/staging/gs_fpgaboot/io.c | 2 +- > 1 file changed, 1

[PATCH] Staging: gs_fpgaboot: fix indentation sytle in io.c

2016-11-29 Thread Thomas Casey
This patch properly aligns a statement with arguments on multiple lines found by the checkpatch.pl script Signed-off-by: Thomas Casey --- drivers/staging/gs_fpgaboot/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/gs_fpgaboot/io.c