public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Charles Briscoe-Smith <charles@briscoe-smith.org.uk>
To: David Gibson <hermes@gibson.dropbear.id.au>,
	Jean Tourrilhes <jt@hpl.hp.com>
Cc: Linux kernel mailing list <linux-kernel@vger.kernel.org>
Subject: [PATCH] to tidy up some orinoco driver log messages
Date: Thu, 18 Oct 2001 01:27:34 +0100	[thread overview]
Message-ID: <20011018012734.A2802@merry.bs.lan> (raw)

This trivial patch cleans up a few missing newlines in some log messages
in the Orinoco driver.  Generated from linux-2.4.12 (orinoco.c 0.08a);
should apply cleanly to linux-2.4.13-pre3.

diff -ur linux/drivers/net/wireless/orinoco.c linux-2.4.12/drivers/net/wireless/orinoco.c
--- linux/drivers/net/wireless/orinoco.c	Thu Oct 18 01:08:20 2001
+++ linux-2.4.12/drivers/net/wireless/orinoco.c	Wed Oct 17 23:42:29 2001
@@ -1431,7 +1431,7 @@
 			priv->ibss_port = 0;
 		else {
 			printk(KERN_NOTICE "%s: Intersil firmware earlier "
-			       "than v0.08 - several features not supported.",
+			       "than v0.08 - several features not supported.\n",
 			       dev->name);
 			priv->ibss_port = 1;
 		}
@@ -1497,7 +1497,7 @@
 	err = hermes_read_ltv(hw, USER_BAP, HERMES_RID_CNF_NICKNAME,
 			      sizeof(nickbuf), &reclen, &nickbuf);
 	if (err) {
-		printk(KERN_ERR "%s: failed to read station name!n",
+		printk(KERN_ERR "%s: failed to read station name!\n",
 		       dev->name);
 		goto out;
 	}
@@ -1798,7 +1798,7 @@
 		if (err == -EIO)
 			DEBUG(1, "%s: DEBUG: EIO writing packet header to BAP\n", dev->name);
 		else
-			printk(KERN_ERR "%s: Error %d writing packet header to BAP",
+			printk(KERN_ERR "%s: Error %d writing packet header to BAP\n",
 			       dev->name, err);
 		stats->tx_errors++;
 		goto fail;

-- 
Charles Briscoe-Smith             Hacking Free Software for fun and profit
PGP/GPG:  1024R/B35EE811  74 68 AB 2E 1C 60 22 94  B8 21 2D 01 DE 66 13 E2
Governing Law:
   This License Agreement shall be construed and governed in accordance
   with the laws of the State of Inebriation. 
                                    -- http://www.thalia.org/computer.html

             reply	other threads:[~2001-10-18  0:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-18  0:27 Charles Briscoe-Smith [this message]
2001-10-18  0:58 ` [PATCH] to tidy up some orinoco driver log messages David Gibson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011018012734.A2802@merry.bs.lan \
    --to=charles@briscoe-smith.org.uk \
    --cc=hermes@gibson.dropbear.id.au \
    --cc=jt@hpl.hp.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox