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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]

  Powered by Linux