Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2012 17:39:21 GMT
From:      Adam McDougall <mcdouga9@egr.msu.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/170636: spelling mistake "oustanding" in kernel tree
Message-ID:  <201208141739.q7EHdLOx043422@red.freebsd.org>
Resent-Message-ID: <201208141740.q7EHeAAr071965@freefall.freebsd.org>

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

>Number:         170636
>Category:       kern
>Synopsis:       spelling mistake "oustanding" in kernel tree
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 14 17:40:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Adam McDougall
>Release:        9.0-stable
>Organization:
>Environment:
FreeBSD daemon 9.0-STABLE FreeBSD 9.0-STABLE #1: Mon Jul 16 08:02:14 EDT 2012     mcdouga9@daemon:/usr/obj/usr/src/sys/AMD64-9  amd64

>Description:
I saw a typo in a SCSI error printed by the kernel on a server experiencing trouble.  I did a grep to see where it occurs, sometimes just comments but some of it is live code:

grep -R oustanding *
sys/dev/isci/scil/scif_sas_domain.c:      // oustanding requests that matches the criteria supplied by the
sys/dev/isci/scil/scif_sas_domain.c:   // oustanding requests that matches the criteria supplied by the
sys/dev/sfxge/common/efx_mcdi.c:         * by virtue of there only being one oustanding MCDI request.
sys/dev/sfxge/common/efx_mcdi.c:         * If there is an oustanding event-completed MCDI operation, then we
sys/contrib/octeon-sdk/cvmx-mixx-defs.h:                                                         4 oustanding timestamp interrupts, this field should
sys/contrib/octeon-sdk/cvmx-dpi-defs.h:                                                         Limits the number of oustanding load requests on
sys/cam/scsi/scsi_da.c:                 xpt_print(periph->path, "oustanding %d\n",
sys/cam/ctl/scsi_ctl.c: xpt_print(periph->path, "%ju CCBs oustanding (%ju allocated, %ju "

>How-To-Repeat:
grep -R oustanding /usr/src/sys
(I did not see this typo outside of sys)
>Fix:
s/oustanding/outstanding/g

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208141739.q7EHdLOx043422>