diff options
-rw-r--r-- | net/dccp/ccids/ccid3.c | 2 | ||||
-rw-r--r-- | net/dccp/input.c | 2 | ||||
-rw-r--r-- | net/ipv4/ipconfig.c | 2 | ||||
-rw-r--r-- | net/ipv4/tcp_input.c | 2 | ||||
-rw-r--r-- | net/ipv6/netfilter/ip6t_hbh.c | 4 | ||||
-rw-r--r-- | net/irda/ircomm/ircomm_param.c | 2 | ||||
-rw-r--r-- | net/sched/cls_u32.c | 4 | ||||
-rw-r--r-- | net/sunrpc/auth_gss/gss_spkm3_token.c | 2 | ||||
-rw-r--r-- | net/sunrpc/bc_svc.c | 2 |
9 files changed, 11 insertions, 11 deletions
diff --git a/net/dccp/ccids/ccid3.c b/net/dccp/ccids/ccid3.c index bcd7632299f5..d3235899c7e3 100644 --- a/net/dccp/ccids/ccid3.c +++ b/net/dccp/ccids/ccid3.c | |||
@@ -208,7 +208,7 @@ static void ccid3_hc_tx_no_feedback_timer(unsigned long data) | |||
208 | goto restart_timer; | 208 | goto restart_timer; |
209 | } | 209 | } |
210 | 210 | ||
211 | ccid3_pr_debug("%s(%p, state=%s) - entry \n", dccp_role(sk), sk, | 211 | ccid3_pr_debug("%s(%p, state=%s) - entry\n", dccp_role(sk), sk, |
212 | ccid3_tx_state_name(hc->tx_state)); | 212 | ccid3_tx_state_name(hc->tx_state)); |
213 | 213 | ||
214 | if (hc->tx_state == TFRC_SSTATE_FBACK) | 214 | if (hc->tx_state == TFRC_SSTATE_FBACK) |
diff --git a/net/dccp/input.c b/net/dccp/input.c index 7648f316310f..5daa4bdfdb10 100644 --- a/net/dccp/input.c +++ b/net/dccp/input.c | |||
@@ -414,7 +414,7 @@ static int dccp_rcv_request_sent_state_process(struct sock *sk, | |||
414 | if (!between48(DCCP_SKB_CB(skb)->dccpd_ack_seq, | 414 | if (!between48(DCCP_SKB_CB(skb)->dccpd_ack_seq, |
415 | dp->dccps_awl, dp->dccps_awh)) { | 415 | dp->dccps_awl, dp->dccps_awh)) { |
416 | dccp_pr_debug("invalid ackno: S.AWL=%llu, " | 416 | dccp_pr_debug("invalid ackno: S.AWL=%llu, " |
417 | "P.ackno=%llu, S.AWH=%llu \n", | 417 | "P.ackno=%llu, S.AWH=%llu\n", |
418 | (unsigned long long)dp->dccps_awl, | 418 | (unsigned long long)dp->dccps_awl, |
419 | (unsigned long long)DCCP_SKB_CB(skb)->dccpd_ack_seq, | 419 | (unsigned long long)DCCP_SKB_CB(skb)->dccpd_ack_seq, |
420 | (unsigned long long)dp->dccps_awh); | 420 | (unsigned long long)dp->dccps_awh); |
diff --git a/net/ipv4/ipconfig.c b/net/ipv4/ipconfig.c index 678909281648..bf12d2a7a0c7 100644 --- a/net/ipv4/ipconfig.c +++ b/net/ipv4/ipconfig.c | |||
@@ -975,7 +975,7 @@ static int __init ic_bootp_recv(struct sk_buff *skb, struct net_device *dev, str | |||
975 | /* Is it a reply for the device we are configuring? */ | 975 | /* Is it a reply for the device we are configuring? */ |
976 | if (b->xid != ic_dev_xid) { | 976 | if (b->xid != ic_dev_xid) { |
977 | if (net_ratelimit()) | 977 | if (net_ratelimit()) |
978 | printk(KERN_ERR "DHCP/BOOTP: Ignoring delayed packet \n"); | 978 | printk(KERN_ERR "DHCP/BOOTP: Ignoring delayed packet\n"); |
979 | goto drop_unlock; | 979 | goto drop_unlock; |
980 | } | 980 | } |
981 | 981 | ||
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index c096a4218b8f..7b31476a4063 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
@@ -4318,7 +4318,7 @@ static void tcp_ofo_queue(struct sock *sk) | |||
4318 | } | 4318 | } |
4319 | 4319 | ||
4320 | if (!after(TCP_SKB_CB(skb)->end_seq, tp->rcv_nxt)) { | 4320 | if (!after(TCP_SKB_CB(skb)->end_seq, tp->rcv_nxt)) { |
4321 | SOCK_DEBUG(sk, "ofo packet was already received \n"); | 4321 | SOCK_DEBUG(sk, "ofo packet was already received\n"); |
4322 | __skb_unlink(skb, &tp->out_of_order_queue); | 4322 | __skb_unlink(skb, &tp->out_of_order_queue); |
4323 | __kfree_skb(skb); | 4323 | __kfree_skb(skb); |
4324 | continue; | 4324 | continue; |
diff --git a/net/ipv6/netfilter/ip6t_hbh.c b/net/ipv6/netfilter/ip6t_hbh.c index cbe8dec9744b..e60677519e40 100644 --- a/net/ipv6/netfilter/ip6t_hbh.c +++ b/net/ipv6/netfilter/ip6t_hbh.c | |||
@@ -141,11 +141,11 @@ hbh_mt6(const struct sk_buff *skb, const struct xt_match_param *par) | |||
141 | } | 141 | } |
142 | 142 | ||
143 | /* Step to the next */ | 143 | /* Step to the next */ |
144 | pr_debug("len%04X \n", optlen); | 144 | pr_debug("len%04X\n", optlen); |
145 | 145 | ||
146 | if ((ptr > skb->len - optlen || hdrlen < optlen) && | 146 | if ((ptr > skb->len - optlen || hdrlen < optlen) && |
147 | temp < optinfo->optsnr - 1) { | 147 | temp < optinfo->optsnr - 1) { |
148 | pr_debug("new pointer is too large! \n"); | 148 | pr_debug("new pointer is too large!\n"); |
149 | break; | 149 | break; |
150 | } | 150 | } |
151 | ptr += optlen; | 151 | ptr += optlen; |
diff --git a/net/irda/ircomm/ircomm_param.c b/net/irda/ircomm/ircomm_param.c index d57aefd9fe77..0804532d970f 100644 --- a/net/irda/ircomm/ircomm_param.c +++ b/net/irda/ircomm/ircomm_param.c | |||
@@ -474,7 +474,7 @@ static int ircomm_param_dce(void *instance, irda_param_t *param, int get) | |||
474 | /* Check if any of the settings have changed */ | 474 | /* Check if any of the settings have changed */ |
475 | if (dce & 0x0f) { | 475 | if (dce & 0x0f) { |
476 | if (dce & IRCOMM_DELTA_CTS) { | 476 | if (dce & IRCOMM_DELTA_CTS) { |
477 | IRDA_DEBUG(2, "%s(), CTS \n", __func__ ); | 477 | IRDA_DEBUG(2, "%s(), CTS\n", __func__ ); |
478 | } | 478 | } |
479 | } | 479 | } |
480 | 480 | ||
diff --git a/net/sched/cls_u32.c b/net/sched/cls_u32.c index 07372f60bee3..1ef76871a57b 100644 --- a/net/sched/cls_u32.c +++ b/net/sched/cls_u32.c | |||
@@ -772,10 +772,10 @@ static int __init init_u32(void) | |||
772 | printk(" Performance counters on\n"); | 772 | printk(" Performance counters on\n"); |
773 | #endif | 773 | #endif |
774 | #ifdef CONFIG_NET_CLS_IND | 774 | #ifdef CONFIG_NET_CLS_IND |
775 | printk(" input device check on \n"); | 775 | printk(" input device check on\n"); |
776 | #endif | 776 | #endif |
777 | #ifdef CONFIG_NET_CLS_ACT | 777 | #ifdef CONFIG_NET_CLS_ACT |
778 | printk(" Actions configured \n"); | 778 | printk(" Actions configured\n"); |
779 | #endif | 779 | #endif |
780 | return register_tcf_proto_ops(&cls_u32_ops); | 780 | return register_tcf_proto_ops(&cls_u32_ops); |
781 | } | 781 | } |
diff --git a/net/sunrpc/auth_gss/gss_spkm3_token.c b/net/sunrpc/auth_gss/gss_spkm3_token.c index 3308157436d2..a99825d7caa0 100644 --- a/net/sunrpc/auth_gss/gss_spkm3_token.c +++ b/net/sunrpc/auth_gss/gss_spkm3_token.c | |||
@@ -223,7 +223,7 @@ spkm3_verify_mic_token(unsigned char **tokp, int *mic_hdrlen, unsigned char **ck | |||
223 | 223 | ||
224 | /* only support SPKM_MIC_TOK */ | 224 | /* only support SPKM_MIC_TOK */ |
225 | if((ptr[6] != 0x01) || (ptr[7] != 0x01)) { | 225 | if((ptr[6] != 0x01) || (ptr[7] != 0x01)) { |
226 | dprintk("RPC: ERROR unsupported SPKM3 token \n"); | 226 | dprintk("RPC: ERROR unsupported SPKM3 token\n"); |
227 | goto out; | 227 | goto out; |
228 | } | 228 | } |
229 | 229 | ||
diff --git a/net/sunrpc/bc_svc.c b/net/sunrpc/bc_svc.c index 13f214f53120..8a610fb0cfec 100644 --- a/net/sunrpc/bc_svc.c +++ b/net/sunrpc/bc_svc.c | |||
@@ -75,7 +75,7 @@ int bc_send(struct rpc_rqst *req) | |||
75 | rpc_put_task(task); | 75 | rpc_put_task(task); |
76 | } | 76 | } |
77 | return ret; | 77 | return ret; |
78 | dprintk("RPC: bc_send ret= %d \n", ret); | 78 | dprintk("RPC: bc_send ret= %d\n", ret); |
79 | } | 79 | } |
80 | 80 | ||
81 | #endif /* CONFIG_NFS_V4_1 */ | 81 | #endif /* CONFIG_NFS_V4_1 */ |