aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2020-07-17 03:50:13 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2020-07-17 03:50:13 +0000
commit5d21382d1a81a0aa3da2c27235171a8b88357c00 (patch)
treea322cc5b5e82618b7358ec89113e5f3c72ede8d8 /scripts
parentec46929f407fa5cc5fd1b276d407c17d1d70c2e5 (diff)
downloadsg3_utils-5d21382d1a81a0aa3da2c27235171a8b88357c00.tar.gz
testing: remove master-slave terminology for sgv4; remove space from end of source lines for git-svn
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@856 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/scsi_satl8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/scsi_satl b/scripts/scsi_satl
index c79249bc..08042ae3 100755
--- a/scripts/scsi_satl
+++ b/scripts/scsi_satl
@@ -15,9 +15,9 @@
# INQUIRY (VPD: 0x83) Device identification VPD page
# INQUIRY (VPD: 0x89) ATA Information VPD page
# REPORT LUNS SPC-3, SPC-4 (hardly mentioned in sat-r08c)
-# TEST UNIT READY
-# REQUEST SENSE
-# SEND DIAGNOSTIC default self test
+# TEST UNIT READY
+# REQUEST SENSE
+# SEND DIAGNOSTIC default self test
# MODE SENSE(10) draft unclear which mode pages, so ask for all
# ATA PASS THROUGH(16) send IDENTIFY DEVICE command. Assume non-packet
# device, if packet device add "-p" option
@@ -76,7 +76,7 @@ if [ $# -lt 1 ]
then
usage
exit 1
-fi
+fi
for command in "sg_inq" "sg_vpd" "sg_vpd -p di" "sg_vpd -p ai" "sg_luns" \
"sg_turs" "sg_requests -s" "sg_senddiag -t" "sg_modes -a" \