lkml.org 
[lkml]   [2002]   [Sep]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] __KERNEL__ pasting in drivers/net/wan/cycx_x25.c
Date
This patch cleans up the __FUNCTION__ pasting to the new
standard.

Adam


--- drivers/net/wan/cycx_x25.c.orig Sat Sep 21 21:07:25 2002
+++ drivers/net/wan/cycx_x25.c Sat Sep 21 21:08:28 2002
@@ -1446,7 +1446,7 @@
unsigned char *ptr;

if ((skb = dev_alloc_skb(1)) == NULL) {
- printk(KERN_ERR __FUNCTION__ ": out of memory\n");
+ printk(KERN_ERR "%s: out of memory\n", __FUNCTION__);
return;
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:29    [W:0.398 / U:0.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site