Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2003 21:32:47 +0100 (CET)
From:      alexander.pohoyda@gmx.net
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   misc/47794: Typo and style fix.
Message-ID:  <200302012032.h11KWkRF000781@oak.pohoyda.family>

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

>Number:         47794
>Category:       misc
>Synopsis:       Typo and style fix.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 01 12:40:06 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Pohoyda
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD oak.pohoyda.family 4.7-STABLE FreeBSD 4.7-STABLE #40: Sat Feb 1 20:10:54 CET 2003 apog@oak.pohoyda.family:/usr/src/sys/compile/OAK i386


	
>Description:
    Output string should be \n terminated to produce more readable output.
    AC97 is referenced as "ac97" in the other messages of this file.

>How-To-Repeat:
    Recompile the kernel with
	device              pcm
    device              csa
    on the machine where this error happens :-)

>Fix:
--- ac97.c.orig	Sat Feb  1 21:08:32 2003
+++ ac97.c	Sat Feb  1 21:21:25 2003
@@ -216,7 +216,7 @@
 			return;
 		DELAY(1000);
 	}
-	device_printf(codec->dev, "AC97 reset timed out.");
+	device_printf(codec->dev, "ac97 reset timed out\n");
 }
 
 int
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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