diff mbox series

scsi: aic79xx: fix some errors related to spaces

Message ID 3029a40608f9337530b3cb767d936f36@208suo.com
State New
Headers show
Series scsi: aic79xx: fix some errors related to spaces | expand

Commit Message

sunran001@208suo.com July 20, 2023, 9:22 a.m. UTC
ERROR: space prohibited before that close parenthesis ')'
ERROR: open brace '{' following struct go on the same line
ERROR: space prohibited before open square bracket '['

Signed-off-by: Ran Sun <sunran001@208suo.com>
---
  drivers/scsi/aic7xxx/aic79xx.h | 7 +++----
  1 file changed, 3 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/drivers/scsi/aic7xxx/aic79xx.h 
b/drivers/scsi/aic7xxx/aic79xx.h
index 59e9321815c8..a1fdefdfddd8 100644
--- a/drivers/scsi/aic7xxx/aic79xx.h
+++ b/drivers/scsi/aic7xxx/aic79xx.h
@@ -66,7 +66,7 @@  struct scb_platform_data;
  #define	SCB_LIST_NULL		0xFF00
  #define	SCB_LIST_NULL_LE	(ahd_htole16(SCB_LIST_NULL))
  #define QOUTFIFO_ENTRY_VALID 0x80
-#define SCBID_IS_NULL(scbid) (((scbid) & 0xFF00 ) == SCB_LIST_NULL)
+#define SCBID_IS_NULL(scbid) (((scbid) & 0xFF00) == SCB_LIST_NULL)

  #define SCSIID_TARGET(ahd, scsiid)	\
  	(((scsiid) & TID) >> TID_SHIFT)
@@ -1043,8 +1043,7 @@  typedef enum {

  typedef uint8_t ahd_mode_state;

-struct ahd_completion
-{
+struct ahd_completion {
  	uint16_t	tag;
  	uint8_t		sg_status;
  	uint8_t		valid_tag;
@@ -1316,7 +1315,7 @@  struct aic7770_identity {
  	const char		*name;
  	ahd_device_setup_t	*setup;
  };
-extern struct aic7770_identity aic7770_ident_table [];
+extern struct aic7770_identity aic7770_ident_table[];
  extern const int ahd_num_aic7770_devs;

  #define AHD_EISA_SLOT_OFFSET	0xc00