Skip to content

Commit a04140e

Browse files
rddunlaptorvalds
authored andcommitted
docbook: fix bitops fatal filename error
bitops source file was renamed, so fix docbook for that. docproc: linux-2.6.25-git11/include/asm-x86/bitops_32.h: No such file or directory Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent cfd299d commit a04140e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/DocBook/kernel-api.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ X!Ilib/string.c
119119
!Elib/string.c
120120
</sect1>
121121
<sect1><title>Bit Operations</title>
122-
!Iinclude/asm-x86/bitops_32.h
122+
!Iinclude/asm-x86/bitops.h
123123
</sect1>
124124
</chapter>
125125

0 commit comments

Comments
 (0)