forked from Minki/linux
staging: gs_fpgaboot: cleanup alignment issue - style
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>
This commit is contained in:
parent
01ad0d0b15
commit
e4abc24880
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user