Skip to content

Commit

Permalink
scsi: stex: make S6flag static
Browse files Browse the repository at this point in the history
This module specific flag can be made static as it does not need to be
in global scope.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Charles Chiou <charles.chiou@tw.promise.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
  • Loading branch information
Colin Ian King authored and Martin K. Petersen committed Apr 26, 2017
1 parent c0e3a6a commit 9385c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/stex.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ struct st_card_info {
u16 sts_count;
};

int S6flag;
static int S6flag;
static int stex_halt(struct notifier_block *nb, ulong event, void *buf);
static struct notifier_block stex_notifier = {
stex_halt, NULL, 0
Expand Down

0 comments on commit 9385c5b

Please sign in to comment.