[RFC PATCH] scsi: ufs: alloc_mctx can be static

From: kbuild test robot
Date: Sat Mar 21 2020 - 12:50:47 EST



Fixes: 161f01e2ffea ("scsi: ufs: UFS Host Performance Booster(HPB) driver")
Signed-off-by: kbuild test robot <lkp@xxxxxxxxx>
---
ufshpb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/ufs/ufshpb.c b/drivers/scsi/ufs/ufshpb.c
index 137d0e3cf7261..ee77c7db668e7 100644
--- a/drivers/scsi/ufs/ufshpb.c
+++ b/drivers/scsi/ufs/ufshpb.c
@@ -29,7 +29,7 @@
/*
* debug variables
*/
-int alloc_mctx;
+static int alloc_mctx;

/*
* define global constants