Message ID | e78682698a5190fede3bfe734c0c66a8@208suo.com |
---|---|
State | New |
Headers | show |
Series | scsi: aic7xxx: that open brace { should be on the previous line | expand |
diff --git a/drivers/scsi/aic7xxx/aic79xx_core.c b/drivers/scsi/aic7xxx/aic79xx_core.c index 3e3100dbfda3..f2e0094768ba 100644 --- a/drivers/scsi/aic7xxx/aic79xx_core.c +++ b/drivers/scsi/aic7xxx/aic79xx_core.c @@ -45,8 +45,7 @@ #include "aicasm/aicasm_insformat.h" /***************************** Lookup Tables **********************************/ -static const char *const ahd_chip_names[] = -{ +static const char *const ahd_chip_names[] = { "NONE", "aic7901",
ERROR: that open brace { should be on the previous line Signed-off-by: Ran Sun <sunran001@208suo.com> --- drivers/scsi/aic7xxx/aic79xx_core.c | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) "aic7902", @@ -71,8 +70,7 @@ static const struct ahd_hard_error_entry ahd_hard_errors[] = { }; static const u_int num_errors = ARRAY_SIZE(ahd_hard_errors); -static const struct ahd_phase_table_entry ahd_phase_table[] = -{ +static const struct ahd_phase_table_entry ahd_phase_table[] = { { P_DATAOUT, NOP, "in Data-out phase" }, { P_DATAIN, INITIATOR_ERROR, "in Data-in phase" }, { P_DATAOUT_DT, NOP, "in DT Data-out phase" },