Date: Wed, 15 May 2002 13:24:02 +0200 (CEST) From: Sune Stjerneby <sst@vmunix.dk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/38104: Typo in scsi_all.c Message-ID: <200205151124.g4FBO2RV091698@fnyx.vmunix.dk>
next in thread | raw e-mail | index | archive | help
>Number: 38104
>Category: kern
>Synopsis: Typo in scsi_all.c
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed May 15 04:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Sune Stjerneby
>Release: FreeBSD 4.6-PRERELEASE i386
>Organization:
vmunix.dk
>Environment:
System: FreeBSD fnyx.vmunix.dk 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #8: Tue May 7 23:23:32 CEST 2002 root@fnyx.vmunix.dk:/usr/src/sys/compile/FNYX i386
Also observed in 4.4-STABLE.
>Description:
Small typo in /sys/cam/scsi/scsi_all.c - s/Arrray/Array/:
pass0: <COMPAQ DATA ROUTER 1170> Fixed Storage Arrray SCSI-2 device
>How-To-Repeat:
Read a dmesg on a machine with a SCSI storage array.
or
% grep Arrray /sys/cam/scsi/scsi_all.c
>Fix:
--- scsi_all.c Wed May 15 13:14:49 2002
+++ scsi_all.c.orig Wed May 15 13:14:42 2002
@@ -2364,7 +2364,7 @@
dtype = "Communication";
break;
case T_STORARRAY:
- dtype = "Storage Array";
+ dtype = "Storage Arrray";
break;
case T_ENCLOSURE:
dtype = "Enclosure Services";
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205151124.g4FBO2RV091698>
