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:   Wed, 27 Sep 2023 15:30:15 +0800 (GMT+08:00)
From:   chenguohua@...i.cn
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: Clean up errors in scsi_iu.h

Fix the following errors reported by checkpatch:

ERROR: open brace '{' following struct go on the same line

Signed-off-by: GuoHua Cheng <chenguohua@...i.cn>
---
 drivers/scsi/aic7xxx/scsi_iu.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/scsi/aic7xxx/scsi_iu.h b/drivers/scsi/aic7xxx/scsi_iu.h
index 0eafd3c17730..0fb186fb8095 100644
--- a/drivers/scsi/aic7xxx/scsi_iu.h
+++ b/drivers/scsi/aic7xxx/scsi_iu.h
@@ -4,8 +4,7 @@
 #ifndef	_SCSI_SCSI_IU_H
 #define _SCSI_SCSI_IU_H 1
 
-struct scsi_status_iu_header
-{
+struct scsi_status_iu_header {
 	u_int8_t reserved[2];
 	u_int8_t flags;
 #define	SIU_SNSVALID 0x2
-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ