Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Feb 2001 15:40:08 -0800 (PST)
From:      sferrari@yahoo.com
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/25291: Think I found a typo in scsiall.c
Message-ID:  <200102222340.f1MNe8D33868@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         25291
>Category:       misc
>Synopsis:       Think I found a typo in scsiall.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:   Thu Feb 22 15:50:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Ferrari
>Release:        3.4
>Organization:
>Environment:
>Description:
I don't follow FreeBSD, but looking at scsi_all.c I think I noticed a typo:  The last "asc" in the below should probably be "ascq":


#if !defined(SCSI_NO_SENSE_STRINGS)
#define SST(asc, ascq, action, desc) \
	asc, ascq, action, desc
#else 
#define SST(asc, ascq, action, desc) \
	asc, asc, action
#endif
>How-To-Repeat:

>Fix:
Insert a "q" before the comma.  :-)
>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?200102222340.f1MNe8D33868>