kern/169497: typo in cam_periph_alloc panic call (patch included)

Steven Hartland steven.hartland at multiplay.co.uk
Wed Jun 27 19:10:03 UTC 2012


>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 at 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:


More information about the freebsd-bugs mailing list