netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Randy.Dunlap" <rddunlap@osdl.org>
To: netdev@oss.sgi.com
Cc: ncorbic@sangoma.com
Subject: [PATCH] wan: remove multi-line string literal
Date: Fri, 19 Sep 2003 11:27:46 -0700	[thread overview]
Message-ID: <20030919112746.3df80578.rddunlap@osdl.org> (raw)


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;	
         	}

             reply	other threads:[~2003-09-19 18:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-19 18:27 Randy.Dunlap [this message]
2003-09-20  7:31 ` [PATCH] wan: remove multi-line string literal David S. Miller
2003-09-22 14:15   ` Nenad Corbic

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=20030919112746.3df80578.rddunlap@osdl.org \
    --to=rddunlap@osdl.org \
    --cc=ncorbic@sangoma.com \
    --cc=netdev@oss.sgi.com \
    /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;
as well as URLs for NNTP newsgroup(s).