mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 05:31:28 +00:00
scst_vdisk: Do not initialize static variables to zero
Detected by checkpatch. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6602 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -7383,7 +7383,7 @@ static void vdev_ext_copy_remap(struct scst_cmd *cmd,
|
||||
struct scst_ext_copy_seg_descr *seg)
|
||||
{
|
||||
struct scst_ext_copy_data_descr *d;
|
||||
static int shift = 0;
|
||||
static int shift;
|
||||
static DEFINE_SPINLOCK(lock);
|
||||
int s;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user