Message ID | 20210416094713.2033212-1-colin.king@canonical.com |
---|---|
State | New |
Headers | show |
Series | scsi: 3w-9xxx: Move * operator to clean up code style warning | expand |
Colin, > Checkpatch is warning that char* text sould be char *text to match the > coding style. Fix this. Applied to 5.14/scsi-staging, thanks! -- Martin K. Petersen Oracle Linux Engineering
On Fri, 16 Apr 2021 10:47:13 +0100, Colin King wrote: > Checkpatch is warning that char* text sould be char *text to match > the coding style. Fix this. Applied to 5.14/scsi-queue, thanks! [1/1] scsi: 3w-9xxx: Move * operator to clean up code style warning https://git.kernel.org/mkp/scsi/c/1b3babe20049 -- Martin K. Petersen Oracle Linux Engineering
diff --git a/drivers/scsi/3w-9xxx.h b/drivers/scsi/3w-9xxx.h index d3f479324527..30109ae96ce5 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 */