X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=Documentation%2FDocBook%2Fkernel-hacking.tmpl;h=a50d6cd58573b63be92acbc7f5ea06d0b884844f;hb=8b805ef617cf0e02f6d18b891f8deb6246421b01;hp=582032eea87228352079b8b7002117151a79cc41;hpb=2fc2991175bf77395e6b15fe6b2304d3bf72da40;p=linux-2.6-omap-h63xx.git diff --git a/Documentation/DocBook/kernel-hacking.tmpl b/Documentation/DocBook/kernel-hacking.tmpl index 582032eea87..a50d6cd5857 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: