netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix sctp printk parameter types
@ 2003-08-28  5:04 Randy.Dunlap
  2003-08-28  8:15 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Randy.Dunlap @ 2003-08-28  5:04 UTC (permalink / raw)
  To: netdev; +Cc: sri


Hi,
Please apply.

patch_name:	sctp_sizes.patch
patch_version:	2003-08-27.18:18:12
author:		Randy.Dunlap <rddunlap@osdl.org>
description:	sctp: fix printk parameter type (gcc warning);
product:	Linux
product_versions: 260-test4
maintainer:	sri@us.ibm.com

diff -Naur ./net/sctp/socket.c~sctpsize ./net/sctp/socket.c
--- ./net/sctp/socket.c~sctpsize	Fri Aug 22 17:03:25 2003
+++ ./net/sctp/socket.c	Wed Aug 27 10:35:06 2003
@@ -852,7 +852,7 @@
 		associd = sinfo->sinfo_assoc_id;
 	}
 
-	SCTP_DEBUG_PRINTK("msg_len: %Zd, sinfo_flags: 0x%x\n",
+	SCTP_DEBUG_PRINTK("msg_len: %d, sinfo_flags: 0x%x\n",
 			  msg_len, sinfo_flags);
 
 	/* MSG_EOF or MSG_ABORT cannot be set on a TCP-style socket. */

--
~Randy

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

* Re: [PATCH] fix sctp printk parameter types
  2003-08-28  5:04 [PATCH] fix sctp printk parameter types Randy.Dunlap
@ 2003-08-28  8:15 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2003-08-28  8:15 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: netdev, sri

On Wed, 27 Aug 2003 22:04:31 -0700
"Randy.Dunlap" <rddunlap@osdl.org> wrote:

> Please apply.

Applied, thanks.

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

end of thread, other threads:[~2003-08-28  8:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-28  5:04 [PATCH] fix sctp printk parameter types Randy.Dunlap
2003-08-28  8:15 ` David S. Miller

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).