lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 22 Mar 2020 00:50:21 +0800
From:   kbuild test robot <lkp@...el.com>
To:     huobean@...il.com
Cc:     kbuild-all@...ts.01.org, alim.akhtar@...sung.com,
        avri.altman@....com, asutoshd@...eaurora.org, jejb@...ux.ibm.com,
        martin.petersen@...cle.com, stanley.chu@...iatek.com,
        beanhuo@...ron.com, bvanassche@....org, tomas.winkler@...el.com,
        cang@...eaurora.org, linux-scsi@...r.kernel.org,
        linux-kernel@...r.kernel.org, ymhungry.lee@...sung.com,
        j-young.choi@...sung.com
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@...el.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ