Skip to content

Commit 9385c5b

Browse files
Colin Ian Kingmartinkpetersen
authored andcommitted
scsi: stex: make S6flag static
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>
1 parent c0e3a6a commit 9385c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/stex.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ struct st_card_info {
363363
u16 sts_count;
364364
};
365365

366-
int S6flag;
366+
static int S6flag;
367367
static int stex_halt(struct notifier_block *nb, ulong event, void *buf);
368368
static struct notifier_block stex_notifier = {
369369
stex_halt, NULL, 0

0 commit comments

Comments
 (0)