projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
misc: replace remaining __FUNCTION__ with __func__
[linux-2.6.git]
/
Documentation
/
DocBook
/
kernel-hacking.tmpl
diff --git
a/Documentation/DocBook/kernel-hacking.tmpl
b/Documentation/DocBook/kernel-hacking.tmpl
index
4c63e58
..
ae15d55
100644
(file)
--- a/
Documentation/DocBook/kernel-hacking.tmpl
+++ b/
Documentation/DocBook/kernel-hacking.tmpl
@@
-1105,7
+1105,7
@@
static struct block_device_operations opt_fops = {
</listitem>
<listitem>
<para>
- Function names as strings (__FUNCTION__).
+ Function names as strings (__func__).
</para>
</listitem>
<listitem>