diff --git a/qla2x00t/doc/qla2x00t-howto.html b/qla2x00t/doc/qla2x00t-howto.html index 5f8e8a26e..10c8d192b 100644 --- a/qla2x00t/doc/qla2x00t-howto.html +++ b/qla2x00t/doc/qla2x00t-howto.html @@ -63,7 +63,7 @@ qla2xxx 0000:13:00.0: Failed to initialize adapter Copy the firmware image (.BIN) file to the /lib/firmware directory and rename it such that the kernel driver can find it. The file name that should be used for the firmware file depends on the RISC controller ID: - +
@@ -241,8 +241,8 @@ Now let's create our virtual device:
modprobe qla2x00tgt
 find /sys/kernel/scst_tgt/targets/qla2x00t -name enabled | \
-while read f; do echo 1 >$f & done; wait
-find /sys -name issue_lip | while read f; do echo 1 >$f & done; wait
+while read f; do echo 1 >$f & done; wait
+find /sys -name issue_lip | while read f; do echo 1 >$f & done; wait
 {
 cat <<EOF
 HANDLER vdisk_fileio {
ISP ModelFirmware file
name
ISP 21XXql2100_fw.bin
ISP 22XXql2200_fw.bin