commit | 3991e4605dd3a8c7180a5ddd60d802108e880027 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bart.vanassche@wdc.com> | Fri Aug 25 13:46:30 2017 -0700 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Fri Aug 25 17:08:07 2017 -0400 |
tree | 425d02afe28587e4cdf8335cfa9a9dc1e333b660 | |
parent | 3bf2ff6749f0f87d719bf8f67eccecfde742f2b3 [diff] |
scsi: Convert a strncmp() call into a strcmp() call This patch avoids that smatch reports the following warning: drivers/scsi/scsi_sysfs.c:117: check_set() error: strncmp() '"-"' too small (2 vs 20) Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Hannes Reinecke <hare@suse.de> Cc: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>