X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Documentation%2FDocBook%2Fkernel-hacking.tmpl;h=a50d6cd58573b63be92acbc7f5ea06d0b884844f;hb=86d758ef2cb0677b471a88ffe33a29cdfec4ceca;hp=582032eea87228352079b8b7002117151a79cc41;hpb=dbcb25e621136e377dbc44bd7402e21c6641c43d;p=pandora-kernel.git diff --git a/Documentation/DocBook/kernel-hacking.tmpl b/Documentation/DocBook/kernel-hacking.tmpl index 582032eea872..a50d6cd58573 100644 --- a/Documentation/DocBook/kernel-hacking.tmpl +++ b/Documentation/DocBook/kernel-hacking.tmpl @@ -1105,7 +1105,7 @@ static struct block_device_operations opt_fops = { - Function names as strings (__FUNCTION__). + Function names as strings (__func__). @@ -1239,7 +1239,7 @@ static struct block_device_operations opt_fops = { - include/asm-i386/delay.h: + arch/x86/include/asm/delay.h: #define ndelay(n) (__builtin_constant_p(n) ? \ @@ -1265,7 +1265,7 @@ static struct block_device_operations opt_fops = { - include/asm-i386/uaccess.h: + arch/x86/include/asm/uaccess_32.h: