Message ID | 2217410b.882.18ad58bac2d.Coremail.chenguohua@jari.cn |
---|---|
State | New |
Headers | show |
Series | [SCSI] aic7xxx: Clean up errors in scsi_iu.h | expand |
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
Fix the following errors reported by checkpatch: ERROR: open brace '{' following struct go on the same line Signed-off-by: GuoHua Cheng <chenguohua@jari.cn> --- drivers/scsi/aic7xxx/scsi_iu.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)