From nobody@FreeBSD.org  Fri Jun 20 15:28:40 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8303F106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Jun 2008 15:28:40 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 7AE908FC1E
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Jun 2008 15:28:40 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m5KFSdLY001465
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Jun 2008 15:28:39 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m5KFSdr2001464;
	Fri, 20 Jun 2008 15:28:39 GMT
	(envelope-from nobody)
Message-Id: <200806201528.m5KFSdr2001464@www.freebsd.org>
Date: Fri, 20 Jun 2008 15:28:39 GMT
From: Hywel Mallett <Hywel@hmallett.co.uk>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Typos in error messages in ggated.c
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         124788
>Category:       kern
>Synopsis:       [patch] [gjournal] Typos in error messages in g_journal.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-geom
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 20 15:30:05 UTC 2008
>Closed-Date:    Fri Jun 20 21:21:08 UTC 2008
>Last-Modified:  Fri Jun 20 21:21:08 UTC 2008
>Originator:     Hywel Mallett
>Release:        7-RELENG
>Organization:
>Environment:
FreeBSD one.option13.co.uk 7.0-STABLE FreeBSD 7.0-STABLE #0: Sun May  4 19:43:28 BST 2008     hywel@one.option13.co.uk:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
There are a few tiny typos in some error messages and sysctl descriptions in gjournal.
>How-To-Repeat:

>Fix:
Patch for /src/sys/geom/journal/g_journal.c attached

Patch attached with submission follows:

--- /usr/src/sys/geom/journal/g_journal.c       2007-06-05 01:00:52.000000000 +0100
+++ g_journal.c 2008-06-20 16:25:07.000000000 +0100
@@ -101,13 +101,13 @@
     &g_journal_force_switch, 0, "Force switch when journal is N% full");
 SYSCTL_UINT(_kern_geom_journal, OID_AUTO, parallel_flushes, CTLFLAG_RW,
     &g_journal_parallel_flushes, 0,
-    "Number of flush I/O requests send in parallel");
+    "Number of flush I/O requests to send in parallel");
 SYSCTL_UINT(_kern_geom_journal, OID_AUTO, accept_immediately, CTLFLAG_RW,
     &g_journal_accept_immediately, 0,
-    "Number of I/O requests accepted immediatelly");
+    "Number of I/O requests accepted immediately");
 SYSCTL_UINT(_kern_geom_journal, OID_AUTO, parallel_copies, CTLFLAG_RW,
     &g_journal_parallel_copies, 0,
-    "Number of copy I/O requests send in parallel");
+    "Number of copy I/O requests to send in parallel");
 static int
 g_journal_record_entries_sysctl(SYSCTL_HANDLER_ARGS)
 {
@@ -1202,7 +1202,7 @@
        sc->sc_copy_in_progress--;

        if (bp->bio_error != 0) {
-               GJ_LOGREQ(0, bp, "[copy] Error while writting data (error=%d)",
+               GJ_LOGREQ(0, bp, "[copy] Error while writing data (error=%d)",
                    bp->bio_error);
        }
        GJQ_REMOVE(sc->sc_copy_queue, bp);
@@ -1354,7 +1354,7 @@
        sc->sc_flush_in_progress--;

        if (bp->bio_error != 0) {
-               GJ_LOGREQ(0, bp, "[flush] Error while writting data (error=%d)",
+               GJ_LOGREQ(0, bp, "[flush] Error while writing data (error=%d)",
                    bp->bio_error);
        }
        gj_free(bp->bio_data, bp->bio_length);

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-geom 
Responsible-Changed-By: gavin 
Responsible-Changed-When: Fri Jun 20 15:37:59 UTC 2008 
Responsible-Changed-Why:  
Over to maintainers 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124788 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/124788: commit references a PR
Date: Fri, 20 Jun 2008 19:48:30 +0000 (UTC)

 lulf        2008-06-20 19:48:18 UTC
 
   FreeBSD src repository
 
   Modified files:
     sys/geom/journal     g_journal.c 
   Log:
   SVN rev 179897 on 2008-06-20 19:48:18Z by lulf
   
   - Fix spelling errors.
   
   Approved by:    kib (mentor)
   PR:             kern/124788
   Submitted by:   Hywel Mallett <Hywel -at- hmallett.co.uk>
   
   Revision  Changes    Path
   1.15      +5 -5      src/sys/geom/journal/g_journal.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/124788: commit references a PR
Date: Fri, 20 Jun 2008 21:17:48 +0000 (UTC)

 lulf        2008-06-20 21:17:40 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_7)
     sys/geom/journal     g_journal.c 
   Log:
   SVN rev 179899 on 2008-06-20 21:17:40Z by lulf
   
   MFC r179897:
   
   - Fix spelling errors.
   
   Approved by:    kib (mentor)
   PR:             kern/124788
   Submitted by:   Hywel Mallett <Hywel -at- hmallett.co.uk>
   
   Revision  Changes    Path
   1.13.2.1  +5 -5      src/sys/geom/journal/g_journal.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: lulf 
State-Changed-When: Fri Jun 20 21:20:52 UTC 2008 
State-Changed-Why:  
Patch committed, thanks. 

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