summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2010-03-23 10:35:59 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2010-03-23 10:35:59 +1100
commita7d89210a5d0415cf2f19fc7383d5b8c7459923a (patch)
tree33ffe62e798c86496d673eb308b4bd6c1c0579aa /Documentation
parent849fca0504acf3fa4ad3fdeb98c0b943ea316786 (diff)
009-hacking-add-163264-title
Use more bash-style brace expansion for cpu_to_be/cpu_to_le/le_to_cpu/be_to_cpu. Signed-off-by: Michael Witten <mfwitten@gmail.com> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/kernel-hacking.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/kernel-hacking.tmpl b/Documentation/DocBook/kernel-hacking.tmpl
index b901016e73bd..714a3c733cf1 100644
--- a/Documentation/DocBook/kernel-hacking.tmpl
+++ b/Documentation/DocBook/kernel-hacking.tmpl
@@ -651,7 +651,7 @@ printk(KERN_INFO "my ip: %pI4\n", &amp;ipaddress);
</sect1>
<sect1 id="routines-endian">
- <title><function>cpu_to_{be,le}32()</function>/<function>{be,le}32_to_cpu()</function>
+ <title><function>cpu_to_{be,le}{16,32,64}()</function>/<function>{be,le}{16,32,64}_to_cpu()</function>
<filename class="headerfile">include/asm/byteorder.h</filename>
</title>