[PATCH] scsi: aic7xxx: that open brace { should be on the previous line

From: sunran001
Date: Thu Jul 20 2023 - 02:50:35 EST


ERROR: that open brace { should be on the previous line

Signed-off-by: Ran Sun <sunran001@xxxxxxxxxx>
---
drivers/scsi/aic7xxx/aic79xx_core.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)

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",
"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" },