From owner-freebsd-bugs Thu Feb 22 15:50: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2CB137B503 for ; Thu, 22 Feb 2001 15:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1MNo1U34635; Thu, 22 Feb 2001 15:50:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C57FA37B491 for ; 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 X-Send-Pr-Version: www-1.0 Subject: misc/25291: Think I found a typo in scsiall.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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