1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00

ctdb:utils: Remove trailing whitespaces in scsi_io.c

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Martin Schwenke <mschwenke@ddn.com>
This commit is contained in:
Andreas Schneider 2023-03-22 09:45:04 +01:00 committed by Andreas Schneider
parent 88ee870e67
commit 8ccd915587

View File

@ -26,7 +26,7 @@
/* scsi bugs:
INQUIRY takes a 2 byte allocation_length parameter but it appears that
it only looks at the low byte. If you specify 0x00ff all is well
but if you specify 0x0100 it gets confused and returnes garbage data
but if you specify 0x0100 it gets confused and returns garbage data
for (e.g) SupportedVPDPages. Same goes for UnitSerialNumber and probably all
other inq pages as well.