فهرست منبع

[NETFILTER]: nfnetlink_queue: fix typo in error message

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Patrick McHardy 19 سال پیش
والد
کامیت
1158ba27be
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      net/netfilter/nfnetlink_queue.c

+ 2 - 2
net/netfilter/nfnetlink_queue.c

@@ -584,7 +584,7 @@ nfqnl_enqueue_packet(struct sk_buff *skb, struct nf_info *info,
                 queue->queue_dropped++;
                 queue->queue_dropped++;
 		status = -ENOSPC;
 		status = -ENOSPC;
 		if (net_ratelimit())
 		if (net_ratelimit())
-		          printk(KERN_WARNING "ip_queue: full at %d entries, "
+		          printk(KERN_WARNING "nf_queue: full at %d entries, "
 				 "dropping packets(s). Dropped: %d\n", 
 				 "dropping packets(s). Dropped: %d\n", 
 				 queue->queue_total, queue->queue_dropped);
 				 queue->queue_total, queue->queue_dropped);
 		goto err_out_free_nskb;
 		goto err_out_free_nskb;
@@ -635,7 +635,7 @@ nfqnl_mangle(void *data, int data_len, struct nfqnl_queue_entry *e)
 			                         diff,
 			                         diff,
 			                         GFP_ATOMIC);
 			                         GFP_ATOMIC);
 			if (newskb == NULL) {
 			if (newskb == NULL) {
-				printk(KERN_WARNING "ip_queue: OOM "
+				printk(KERN_WARNING "nf_queue: OOM "
 				      "in mangle, dropping packet\n");
 				      "in mangle, dropping packet\n");
 				return -ENOMEM;
 				return -ENOMEM;
 			}
 			}