From alexander.pohoyda@gmx.net  Sat Feb  1 12:33:00 2003
Return-Path: <alexander.pohoyda@gmx.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0843237B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  1 Feb 2003 12:33:00 -0800 (PST)
Received: from mail.gmx.net (imap.gmx.net [213.165.65.60])
	by mx1.FreeBSD.org (Postfix) with SMTP id 5489F43E4A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  1 Feb 2003 12:32:58 -0800 (PST)
	(envelope-from alexander.pohoyda@gmx.net)
Received: (qmail 22614 invoked by uid 0); 1 Feb 2003 20:32:51 -0000
Received: from p508BD6C4.dip.t-dialin.net (HELO oak.pohoyda.family) (80.139.214.196)
  by mail.gmx.net (mp003-rz3) with SMTP; 1 Feb 2003 20:32:51 -0000
Received: from oak.pohoyda.family (oak.pohoyda.family [127.0.0.1])
	by oak.pohoyda.family (8.12.6/8.12.6) with ESMTP id h11KWmNl000782
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 1 Feb 2003 21:32:49 +0100 (CET)
	(envelope-from apog@oak.pohoyda.family)
Received: (from apog@localhost)
	by oak.pohoyda.family (8.12.6/8.12.6/Submit) id h11KWkRF000781;
	Sat, 1 Feb 2003 21:32:47 +0100 (CET)
Message-Id: <200302012032.h11KWkRF000781@oak.pohoyda.family>
Date: Sat, 1 Feb 2003 21:32:47 +0100 (CET)
From: alexander.pohoyda@gmx.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: Typo and style fix.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         47794
>Category:       misc
>Synopsis:       Typo and style fix.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sound
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 01 12:40:06 PST 2003
>Closed-Date:    Sun Feb 02 17:40:53 PST 2003
>Last-Modified:  Sun Feb 02 17:40:53 PST 2003
>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:
Responsible-Changed-From-To: freebsd-bugs->sound 
Responsible-Changed-By: johan 
Responsible-Changed-When: Sun Feb 2 11:28:05 PST 2003 
Responsible-Changed-Why:  
Over to sound gurus. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=47794 
State-Changed-From-To: open->closed 
State-Changed-By: orion 
State-Changed-When: Sun Feb 2 17:39:20 PST 2003 
State-Changed-Why:  
Patch applied to -CURRENT, will MFC next weekend. 
Thanks. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=47794 
>Unformatted:
