]> Pileus Git - ~andy/linux/blobdiff - arch/powerpc/math-emu/frsqrte.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[~andy/linux] / arch / powerpc / math-emu / frsqrte.c
index a11ae18298507cc2c738801d9fe2ef863a15f1f7..1d0a3a0fd0e6d42f7117e3295ddd5de2e98d7c3f 100644 (file)
@@ -6,7 +6,7 @@ int
 frsqrte(void *frD, void *frB)
 {
 #ifdef DEBUG
-       printk("%s: %p %p\n", __FUNCTION__, frD, frB);
+       printk("%s: %p %p\n", __func__, frD, frB);
 #endif
        return 0;
 }