commit | 037e6d8654469051e6a75d64e6c2d6727130fe4c | [log] [tgz] |
---|---|---|
author | Mark Rustad <mark.d.rustad@intel.com> | Tue Oct 14 06:38:53 2014 -0700 |
committer | Christoph Hellwig <hch@lst.de> | Wed Nov 12 11:15:53 2014 +0100 |
tree | acdcdf31c4bf85b7dd023b3ddd1551a43c6fcc09 | |
parent | 605c6dbef7556604b20b9831ea790dfe988416d8 [diff] |
scsi: resolve some missing-field-initializers warnings Resolve some missing-field-initializers warnings by using designated initialization. [hch: W=2 with modern gcc warns about this. Pretty pointless to me, but I'd prefer to keep us warning free] Signed-off-by: Mark Rustad <mark.d.rustad@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: Christoph Hellwig <hch@lst.de>