linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: LKML <linux-kernel@vger.kernel.org>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	"linux-doc@vger.kernel.org" <linux-doc@vger.kernel.org>,
	Jonathan Corbet <corbet@lwn.net>
Cc: Ingo Molnar <mingo@redhat.com>
Subject: [PATCH] v4.18-rc1: fix Documentation build due to rename of main.c to mtrr.c
Date: Sat, 16 Jun 2018 17:09:41 -0700	[thread overview]
Message-ID: <335ff56a-4d19-5c91-acc7-9f24e5797c60@infradead.org> (raw)

From: Randy Dunlap <rdunlap@infradead.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@infradead.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



                 reply	other threads:[~2018-06-17  0:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=335ff56a-4d19-5c91-acc7-9f24e5797c60@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=corbet@lwn.net \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).