Cleanup alignment issue reported by checkpatch.
CHECK: Alignment should match open parenthesis

Signed-off-by: Michael Straube <straube.li...@gmail.com>
---
 drivers/staging/gs_fpgaboot/io.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/gs_fpgaboot/io.c b/drivers/staging/gs_fpgaboot/io.c
index 3d17ca557611..80903ec36b76 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;
        }
 
-- 
2.20.1

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to