Commit e4abc248 authored by Michael Straube's avatar Michael Straube Committed by Greg Kroah-Hartman

staging: gs_fpgaboot: cleanup alignment issue - style

Cleanup alignment issue reported by checkpatch.
CHECK: Alignment should match open parenthesis
Signed-off-by: default avatarMichael Straube <straube.linux@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 01ad0d0b
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment