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

sunran001@208suo.com posted 1 patch 2 years, 6 months ago
drivers/scsi/aic7xxx/aic79xx_core.c  | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
[PATCH] scsi: aic7xxx: that open brace { should be on the previous line
Posted by sunran001@208suo.com 2 years, 6 months ago
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(-)

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