From: Michael Straube Date: Sat, 22 Dec 2018 09:46:24 +0000 (+0100) Subject: staging: gs_fpgaboot: cleanup alignment issue - style X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e4abc2488073a1e2764313feac5312622c7f04f9;p=linux.git staging: gs_fpgaboot: cleanup alignment issue - style Cleanup alignment issue reported by checkpatch. CHECK: Alignment should match open parenthesis Signed-off-by: Michael Straube Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/gs_fpgaboot/io.c b/drivers/staging/gs_fpgaboot/io.c index 3d17ca5576116..80903ec36b76e 100644 --- a/drivers/staging/gs_fpgaboot/io.c +++ b/drivers/staging/gs_fpgaboot/io.c @@ -39,8 +39,7 @@ int xl_supported_prog_bus_width(enum wbus bus_bytes) case bus_2byte: break; default: - pr_err("unsupported program bus width %d\n", - bus_bytes); + pr_err("unsupported program bus width %d\n", bus_bytes); return 0; }