public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] to tidy up some orinoco driver log messages
@ 2001-10-18  0:27 Charles Briscoe-Smith
  2001-10-18  0:58 ` David Gibson
  0 siblings, 1 reply; 2+ messages in thread
From: Charles Briscoe-Smith @ 2001-10-18  0:27 UTC (permalink / raw)
  To: David Gibson, Jean Tourrilhes; +Cc: Linux kernel mailing list

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] to tidy up some orinoco driver log messages
  2001-10-18  0:27 [PATCH] to tidy up some orinoco driver log messages Charles Briscoe-Smith
@ 2001-10-18  0:58 ` David Gibson
  0 siblings, 0 replies; 2+ messages in thread
From: David Gibson @ 2001-10-18  0:58 UTC (permalink / raw)
  To: Charles Briscoe-Smith; +Cc: Jean Tourrilhes, Linux kernel mailing list

On Thu, Oct 18, 2001 at 01:27:34AM +0100, Charles Briscoe-Smith wrote:
> 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.

Thanks. Merged.

-- 
David Gibson			| For every complex problem there is a
david@gibson.dropbear.id.au	| solution which is simple, neat and
				| wrong.  -- H.L. Mencken
http://www.ozlabs.org/people/dgibson


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-10-18  2:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-18  0:27 [PATCH] to tidy up some orinoco driver log messages Charles Briscoe-Smith
2001-10-18  0:58 ` David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox