scsi: scsi_devinfo: cleanly zero-pad devinfo strings
authorMartin Wilck <mwilck@suse.com>
Mon, 27 Nov 2017 22:47:35 +0000 (23:47 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Dec 2018 12:05:06 +0000 (13:05 +0100)
commit5f41f8cacf643281dbb9027b06d4de37e5605f99
treea966948ec731044e36ffe3d21781f667bbbc6db8
parentde8268d0fe98b817eb1fe70a1326a90633a6b0a7
scsi: scsi_devinfo: cleanly zero-pad devinfo strings

commit 81df022b688d43d2a3667518b2f755d384397910 upstream.

Cleanly fill memory for "vendor" and "model" with 0-bytes for the
"compatible" case rather than adding only a single 0 byte.  This
simplifies the devinfo code a a bit, and avoids mistakes in other places
of the code (not in current upstream, but we had one such mistake in the
SUSE kernel).

[mkp: applied by hand and added braces]

Signed-off-by: Martin Wilck <mwilck@suse.com>
Reviewed-by: Bart Van Assche <bart.vanassche@wdc.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/scsi/scsi_devinfo.c