1
0
Fork 0

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>
hifive-unleashed-5.1
Michael Straube 2018-12-22 10:46:24 +01:00 committed by Greg Kroah-Hartman
parent 01ad0d0b15
commit e4abc24880
1 changed files with 1 additions and 2 deletions

View 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;
}