All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: gs_fpgaboot: fix indentation sytle in io.c
@ 2016-11-29 16:46 Thomas Casey
  2016-11-29 20:57 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Casey @ 2016-11-29 16:46 UTC (permalink / raw)
  To: gregkh, bmarsh94; +Cc: devel, linux-kernel

This patch properly aligns a statement with arguments on multiple lines
found by the checkpatch.pl script

Signed-off-by: Thomas Casey <tqcasey@gmail.com>
---
 drivers/staging/gs_fpgaboot/io.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/gs_fpgaboot/io.c b/drivers/staging/gs_fpgaboot/io.c
index c939119..f5799d3 100644
--- a/drivers/staging/gs_fpgaboot/io.c
+++ b/drivers/staging/gs_fpgaboot/io.c
@@ -55,7 +55,7 @@ int xl_supported_prog_bus_width(enum wbus bus_bytes)
 		break;
 	default:
 		pr_err("unsupported program bus width %d\n",
-				bus_bytes);
+		       bus_bytes);
 		return 0;
 	}
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Staging: gs_fpgaboot: fix indentation sytle in io.c
  2016-11-29 16:46 [PATCH] Staging: gs_fpgaboot: fix indentation sytle in io.c Thomas Casey
@ 2016-11-29 20:57 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2016-11-29 20:57 UTC (permalink / raw)
  To: Thomas Casey; +Cc: bmarsh94, devel, linux-kernel

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 <tqcasey@gmail.com>
> ---
>  drivers/staging/gs_fpgaboot/io.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/gs_fpgaboot/io.c b/drivers/staging/gs_fpgaboot/io.c
> index c939119..f5799d3 100644
> --- a/drivers/staging/gs_fpgaboot/io.c
> +++ b/drivers/staging/gs_fpgaboot/io.c
> @@ -55,7 +55,7 @@ int xl_supported_prog_bus_width(enum wbus bus_bytes)
>  		break;
>  	default:
>  		pr_err("unsupported program bus width %d\n",
> -				bus_bytes);
> +		       bus_bytes);

Why not just put this all on one line?

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-29 20:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-29 16:46 [PATCH] Staging: gs_fpgaboot: fix indentation sytle in io.c Thomas Casey
2016-11-29 20:57 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.