From nobody@FreeBSD.org  Thu Feb 22 15:40:08 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id C57FA37B491
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 22 Feb 2001 15:40:08 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1MNe8D33868;
	Thu, 22 Feb 2001 15:40:08 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200102222340.f1MNe8D33868@freefall.freebsd.org>
Date: Thu, 22 Feb 2001 15:40:08 -0800 (PST)
From: sferrari@yahoo.com
To: freebsd-gnats-submit@FreeBSD.org
Subject: Think I found a typo in scsiall.c
X-Send-Pr-Version: www-1.0

>Number:         25291
>Category:       misc
>Synopsis:       Think I found a typo in scsiall.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gibbs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 22 15:50:01 PST 2001
>Closed-Date:    Sat Feb 24 11:25:42 PST 2001
>Last-Modified:  Sat Feb 24 11:26:50 PST 2001
>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:
Responsible-Changed-From-To: freebsd-bugs->gibbs 
Responsible-Changed-By: kris 
Responsible-Changed-When: Fri Feb 23 23:50:19 PST 2001 
Responsible-Changed-Why:  
gibbs imported this code 

http://www.freebsd.org/cgi/query-pr.cgi?pr=25291 
State-Changed-From-To: open->closed 
State-Changed-By: gibbs 
State-Changed-When: Sat Feb 24 11:25:42 PST 2001 
State-Changed-Why:  
Corrected in revs 1.14.2.5 and 1.20 of scsi_all.c 

http://www.freebsd.org/cgi/query-pr.cgi?pr=25291 
>Unformatted:
