lkml.org 
[lkml]   [2020]   [Mar]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[RFC PATCH] scsi: ufs: alloc_mctx can be static

Fixes: 161f01e2ffea ("scsi: ufs: UFS Host Performance Booster(HPB) driver")
Signed-off-by: kbuild test robot <lkp@intel.com>
---
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
\
 
 \ /
  Last update: 2020-03-21 17:51    [W:0.082 / U:0.092 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site