netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] wan: remove multi-line string literal
@ 2003-09-19 18:27 Randy.Dunlap
  2003-09-20  7:31 ` David S. Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Randy.Dunlap @ 2003-09-19 18:27 UTC (permalink / raw)
  To: netdev; +Cc: ncorbic


Please apply to 2.6.0-test5-current.

--
~Randy


patch_name:	sdla_2line_string.patch
patch_version:	2003-09-19.10:29:52
author:		Randy.Dunlap <rddunlap@osdl.org>
description:	remove deprecated multi-line string literal;
product:	Linux
product_versions: 2.6.0-test5
maintainer:	Nenad Corbic <ncorbic@sangoma.com>
diffstat:	=
 drivers/net/wan/sdla_chdlc.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


diff -Naurp ./drivers/net/wan/sdla_chdlc.c~fixstring ./drivers/net/wan/sdla_chdlc.c
--- ./drivers/net/wan/sdla_chdlc.c~fixstring	2003-09-08 12:50:06.000000000 -0700
+++ ./drivers/net/wan/sdla_chdlc.c	2003-09-19 10:25:43.000000000 -0700
@@ -560,8 +560,8 @@ int wpc_init (sdla_t* card, wandev_conf_
 	
 
 		if (chdlc_set_intr_mode(card, APP_INT_ON_TIMER)){
-			printk (KERN_INFO "%s: 
-				Failed to set interrupt triggers!\n",
+			printk (KERN_INFO "%s: "
+				"Failed to set interrupt triggers!\n",
 				card->devname);
 			return -EIO;	
         	}

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

end of thread, other threads:[~2003-09-22 14:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-19 18:27 [PATCH] wan: remove multi-line string literal Randy.Dunlap
2003-09-20  7:31 ` David S. Miller
2003-09-22 14:15   ` Nenad Corbic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).