lkml.org 
[lkml]   [2002]   [Sep]   [21]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From adam@skullsla ...
Subject[PATCH] __KERNEL__ pasting in drivers/net/wan/cycx_x25.c
DateSat, 21 Sep 2002 21:22:45 +1000 (EST)
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 12:29    [from the cache]
©2003-2008