[PATCH] scsi: aic7xxx: "foo* bar" should be "foo *bar"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



ERROR: "foo* bar" should be "foo *bar"

Signed-off-by: Ran Sun <sunran001@xxxxxxxxxx>
---
 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h b/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h
index ed3bdd43c297..ec4eae41418a 100644
--- a/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h
+++ b/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h
@@ -65,7 +65,7 @@ typedef enum {
 	RO = 0x01,
 	WO = 0x02,
 	RW = 0x03
-}amode_t;
+} amode_t;

 typedef SLIST_HEAD(symlist, symbol_node) symlist_t;

@@ -113,7 +113,7 @@ STAILQ_HEAD(macro_arg_list, macro_arg);
 struct macro_info {
 	struct macro_arg_list args;
 	int   narg;
-	const char* body;
+	const char *body;
 };

 typedef struct expression_info {



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]

  Powered by Linux