Fix the following errors reported by checkpatch: ERROR: open brace '{' following struct go on the same line Signed-off-by: GuoHua Cheng <chenguohua@xxxxxxx> --- 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