Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jun 2012 19:03:41 GMT
From:      Steven Hartland <steven.hartland@multiplay.co.uk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/169497: typo in cam_periph_alloc panic call (patch included)
Message-ID:  <201206271903.q5RJ3faw097688@red.freebsd.org>
Resent-Message-ID: <201206271910.q5RJA3tq042433@freefall.freebsd.org>

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

>Number:         169497
>Category:       kern
>Synopsis:       typo in cam_periph_alloc panic call (patch included)
>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 Jun 27 19:10:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steven Hartland
>Release:        8.3-RELEASE
>Organization:
Multiplay
>Environment:
FreeBSD build 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #114: Wed Jun 27 17:26:53 UTC 2012     root@build:/usr/obj/usr/src/sys/MULTIPLAY  amd64
>Description:
Simple typo in cam_periph_alloc panic call Unkown vs Unknown
>How-To-Repeat:
N/A
>Fix:
Apply the following patch

diff -u /usr/src/sys/cam/cam_periph.c.orig /usr/src/sys/cam/cam_periph.c
--- /usr/src/sys/cam/cam_periph.c.orig  2012-06-27 16:26:47.458659218 +0000
+++ /usr/src/sys/cam/cam_periph.c       2012-06-27 17:45:03.907384143 +0000
@@ -266,7 +266,7 @@
                /* No cleanup to perform. */
                break;
        default:
-               panic("cam_periph_alloc: Unkown init level");
+               panic("cam_periph_alloc: Unknown init level");
        }
        return(status);
 }

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



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