All the mail mirrored from lore.kernel.org
 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

* Re: [PATCH] wan: remove multi-line string literal
  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
  0 siblings, 1 reply; 3+ messages in thread
From: David S. Miller @ 2003-09-20  7:31 UTC (permalink / raw
  To: Randy.Dunlap; +Cc: netdev, ncorbic

On Fri, 19 Sep 2003 11:27:46 -0700
"Randy.Dunlap" <rddunlap@osdl.org> wrote:

> Please apply to 2.6.0-test5-current.

Applied.

How response is ncorbic@sangoma.com ever for these patches?
If he never responds, just direct the patches to Jeff or myself
in the future.  If ncorbic wants to actively maintain this stuff
he'll have to start replying. :)

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

* Re: [PATCH] wan: remove multi-line string literal
  2003-09-20  7:31 ` David S. Miller
@ 2003-09-22 14:15   ` Nenad Corbic
  0 siblings, 0 replies; 3+ messages in thread
From: Nenad Corbic @ 2003-09-22 14:15 UTC (permalink / raw
  To: David S. Miller; +Cc: Randy.Dunlap, netdev

Hello David,

   I have been putting all the patches you sent on a side.
I still didn't start working on 2.6.X kernel drivers.
We are absolutely swamped here and have no time
for them yet.

I will probably starting to work on them
in a week or so.

I still owe you split up patches for
2.4.X kernels :)

Regards,

Nenad

David S. Miller wrote:
> On Fri, 19 Sep 2003 11:27:46 -0700
> "Randy.Dunlap" <rddunlap@osdl.org> wrote:
> 
> 
>>Please apply to 2.6.0-test5-current.
> 
> 
> Applied.
> 
> How response is ncorbic@sangoma.com ever for these patches?
> If he never responds, just direct the patches to Jeff or myself
> in the future.  If ncorbic wants to actively maintain this stuff
> he'll have to start replying. :)
> 
> 


-- 
+------------------------------------------------------------+
| Nenad Corbic, B.Eng          | Tel:   905-474-1990 x113    |
| Senior Linux Developer,      | Fax:   905-474-9223         |
| Network Engineer             | Email: ncorbic@sangoma.com  |
| Sangoma Technologies Inc     | Web:   www.sangoma.com      |
+------------------------------------------------------------+

^ 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.