All of lore.kernel.org
 help / color / mirror / Atom feed
* [TRIVIAL PATCH 2.5.51] Remove compile warning from  net/sctp/sm_statefuns.c
@ 2002-12-11 22:31 Bob Miller
  0 siblings, 0 replies; only message in thread
From: Bob Miller @ 2002-12-11 22:31 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel

Fixed the quoting of a string that spans multitple lines to remove
a compiler warning.

diff -Nru a/net/sctp/sm_statefuns.c b/net/sctp/sm_statefuns.c
--- a/net/sctp/sm_statefuns.c	Wed Dec 11 13:41:51 2002
+++ b/net/sctp/sm_statefuns.c	Wed Dec 11 13:41:51 2002
@@ -862,8 +862,8 @@
 	/* Check if the timestamp looks valid.  */
 	if (time_after(hbinfo->sent_at, jiffies) ||
 	    time_after(jiffies, hbinfo->sent_at + max_interval)) {
-		SCTP_DEBUG_PRINTK("%s: HEARTBEAT ACK with invalid timestamp
-				   received for transport: %p\n",
+		SCTP_DEBUG_PRINTK("%s: HEARTBEAT ACK with invalid timestamp "
+				  "received for transport: %p\n",
 				   __FUNCTION__, link);
 		return SCTP_DISPOSITION_DISCARD;
 	}

-- 
Bob Miller					Email: rem@osdl.org
Open Source Development Lab			Phone: 503.626.2455 Ext. 17

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-12-11 22:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-11 22:31 [TRIVIAL PATCH 2.5.51] Remove compile warning from net/sctp/sm_statefuns.c Bob Miller

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.