| To: | netdev@xxxxxxxxxxx, sri@xxxxxxxxxx |
|---|---|
| Subject: | [PATCH] sctp/socket: fix printk arg. type |
| From: | "Randy.Dunlap" <rddunlap@xxxxxxxx> |
| Date: | Mon, 15 Nov 2004 11:42:34 -0800 |
| Organization: | OSDL |
| Sender: | netdev-bounce@xxxxxxxxxxx |
| User-agent: | Mozilla Thunderbird 0.9 (X11/20041103) |
fix printk argument type warning: net/sctp/socket.c:2672: warning: format argument is not a pointer (arg 5) diffstat:= net/sctp/socket.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Signed-off-by: Randy Dunlap <rddunlap@xxxxxxxx> -- diff -Naurp ./net/sctp/socket.c~socket_printk ./net/sctp/socket.c
--- ./net/sctp/socket.c~socket_printk 2004-11-15 10:02:01.901678280 -0800
+++ ./net/sctp/socket.c 2004-11-15 10:56:53.683251416 -0800
@@ -2669,7 +2669,7 @@ static int sctp_getsockopt_sctp_status(s
goto out;
}
- SCTP_DEBUG_PRINTK("sctp_getsockopt_sctp_status(%d): %d %d %p\n",
+ SCTP_DEBUG_PRINTK("sctp_getsockopt_sctp_status(%d): %d %d %d\n",
len, status.sstat_state, status.sstat_rwnd,
status.sstat_assoc_id);
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2.6.10-rc1-bk22] pcnet32: added pci_disable_device, Don Fry |
|---|---|
| Next by Date: | Fw: [Bugme-new] [Bug 3746] New: Bridge causes machine lockups, Andrew Morton |
| Previous by Thread: | [PATCH 2.6.10-rc1-bk22] pcnet32: added pci_disable_device, Don Fry |
| Next by Thread: | Re: [PATCH] sctp/socket: fix printk arg. type, David S. Miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |