lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Thu, 20 Jul 2023 14:50:26 +0800
From:   sunran001@...suo.com
To:     hare@...e.com, jejb@...ux.ibm.com, martin.petersen@...cle.com
Cc:     linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] scsi: aic7xxx: that open brace { should be on the previous
 line

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

Signed-off-by: Ran Sun <sunran001@...suo.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"	},

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ