Skip to content

Commit

Permalink
scsi: 3w-9xxx: Move * operator to clean up code style warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Martin K. Petersen committed May 10, 2021
1 parent cdcda46 commit 1b3babe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/3w-9xxx.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 1b3babe

Please sign in to comment.