staging: gs_fpgaboot: cleanup alignment issue - style
authorMichael Straube <straube.linux@gmail.com>
Sat, 22 Dec 2018 09:46:24 +0000 (10:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Jan 2019 15:08:05 +0000 (16:08 +0100)
Cleanup alignment issue reported by checkpatch.
CHECK: Alignment should match open parenthesis

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gs_fpgaboot/io.c

index 3d17ca5576116159014e603dabe87ce59157120e..80903ec36b76e61518371350db655dc73dd9f6bc 100644 (file)
@@ -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;
        }