[<prev] [next>] [day] [month] [year] [list]
Message-ID: <335ff56a-4d19-5c91-acc7-9f24e5797c60@infradead.org>
Date: Sat, 16 Jun 2018 17:09:41 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
"linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>,
Jonathan Corbet <corbet@....net>
Cc: Ingo Molnar <mingo@...hat.com>
Subject: [PATCH] v4.18-rc1: fix Documentation build due to rename of main.c to
mtrr.c
From: Randy Dunlap <rdunlap@...radead.org>
Fixes this documentation build error that is due to a file rename:
Error: Cannot open file ../arch/x86/kernel/cpu/mtrr/main.c
Fixes 0afe832e55a7:
("Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip")
Merge: 42964c6f6261 844ea8f62619
Pull x86 cleanups from Ingo Molnar:
"Misc cleanups"
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
---
How do you want the Fixes: info formatted?
Documentation/core-api/kernel-api.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- lnx-418-rc1.orig/Documentation/core-api/kernel-api.rst
+++ lnx-418-rc1/Documentation/core-api/kernel-api.rst
@@ -284,7 +284,7 @@ Resources Management
MTRR Handling
-------------
-.. kernel-doc:: arch/x86/kernel/cpu/mtrr/main.c
+.. kernel-doc:: arch/x86/kernel/cpu/mtrr/mtrr.c
:export:
Security Framework
Powered by blists - more mailing lists