]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
scsi: Convert a strncmp() call into a strcmp() call
authorBart Van Assche <bart.vanassche@wdc.com>
Fri, 25 Aug 2017 20:46:30 +0000 (13:46 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 25 Aug 2017 21:08:07 +0000 (17:08 -0400)
commit3991e4605dd3a8c7180a5ddd60d802108e880027
tree425d02afe28587e4cdf8335cfa9a9dc1e333b660
parent3bf2ff6749f0f87d719bf8f67eccecfde742f2b3
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>
drivers/scsi/scsi_sysfs.c