[<prev] [next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0804281019510.30172@shark.he.net>
Date: Mon, 28 Apr 2008 10:21:40 -0700 (PDT)
From: "Randy.Dunlap" <rdunlap@...otime.net>
To: torvalds@...ux-foundation.org
cc: linux-kernel@...r.kernel.org
Subject: [PATCH] docbook: fix bitops fatal filename error
From: Randy Dunlap <randy.dunlap@...cle.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@...cle.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>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists