From: Colin Ian King Date: Fri, 16 Apr 2021 09:47:13 +0000 (+0100) Subject: scsi: 3w-9xxx: Move * operator to clean up code style warning X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1b3babe200498bfd4426057f07a935b5347077ab;p=linux.git 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 Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/3w-9xxx.h b/drivers/scsi/3w-9xxx.h index d3f479324527b..30109ae96ce5a 100644 --- a/drivers/scsi/3w-9xxx.h +++ b/drivers/scsi/3w-9xxx.h @@ -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 */