Re: [PATCH 04/19] Convert a strncmp() call into a strcmp() call

2017-08-25 Thread Hannes Reinecke
On 08/23/2017 11:39 PM, Bart Van Assche wrote: > 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 > Cc: Christoph Hellwig

Re: [PATCH 04/19] Convert a strncmp() call into a strcmp() call

2017-08-24 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig

[PATCH 04/19] Convert a strncmp() call into a strcmp() call

2017-08-23 Thread Bart Van Assche
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 Cc: Christoph Hellwig Cc: Hannes Reinecke Cc: Johannes