scsi: 3w-9xxx: Move * operator to clean up code style warning

Checkpatch is warning that char* text sould be char *text to match the
coding style. Fix this.

Link: https://lore.kernel.org/r/20210416094713.2033212-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Colin Ian King 2021-04-16 10:47:13 +01:00 committed by Martin K. Petersen
parent cdcda4651d
commit 1b3babe200

View File

@ -50,7 +50,7 @@
/* AEN string type */
typedef struct TAG_twa_message_type {
unsigned int code;
char* text;
char *text;
} twa_message_type;
/* AEN strings */