[PATCH] docbook: fix bitops fatal filename error

Previous thread: [(RESEND) PATCH] sched: fix SCHED_FAIR wake-idle logic error by Gregory Haskins on Monday, April 28, 2008 - 12:40 pm. (1 message)

Next thread: [PATCH] ARCH 2.6.25.y: Fix 32-bit x86 MSI-X allocation leakage by PJ Waskiewicz on Friday, April 25, 2008 - 9:00 pm. (3 messages)
To: <torvalds@...>
Cc: <linux-kernel@...>
Date: Monday, April 28, 2008 - 1:21 pm

From: Randy Dunlap <randy.dunlap@oracle.com>

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 <randy.dunlap@oracle.com>
---
Documentation/DocBook/kernel-api.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.25-git11.orig/Documentation/DocBook/kernel-api.tmpl
+++ linux-2.6.25-git11/Documentation/DocBook/kernel-api.tmpl
@@ -119,7 +119,7 @@ X!Ilib/string.c
!Elib/string.c
</sect1>
<sect1><title>Bit Operations</title>
-!Iinclude/asm-x86/bitops_32.h
+!Iinclude/asm-x86/bitops.h
</sect1>
</chapter>

--

Previous thread: [(RESEND) PATCH] sched: fix SCHED_FAIR wake-idle logic error by Gregory Haskins on Monday, April 28, 2008 - 12:40 pm. (1 message)

Next thread: [PATCH] ARCH 2.6.25.y: Fix 32-bit x86 MSI-X allocation leakage by PJ Waskiewicz on Friday, April 25, 2008 - 9:00 pm. (3 messages)