diff options
| author | Randy Dunlap <rdunlap@infradead.org> | 2018-06-16 20:09:41 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-06-18 00:41:45 -0400 |
| commit | 3ed1d012ac3e60e0e95cda6fbd59352ec6dcbb88 (patch) | |
| tree | e0574ea14246c1e54730f2e657e969ae68f24759 | |
| parent | ce397d215ccd07b8ae3f71db689aedb85d56ab40 (diff) | |
Fix Documentation build due to rename of main.c to mtrr.c
This 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")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
| -rw-r--r-- | Documentation/core-api/kernel-api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/core-api/kernel-api.rst b/Documentation/core-api/kernel-api.rst index 8e44aea366c2..76fe2d0f5e7d 100644 --- a/Documentation/core-api/kernel-api.rst +++ b/Documentation/core-api/kernel-api.rst | |||
| @@ -284,7 +284,7 @@ Resources Management | |||
| 284 | MTRR Handling | 284 | MTRR Handling |
| 285 | ------------- | 285 | ------------- |
| 286 | 286 | ||
| 287 | .. kernel-doc:: arch/x86/kernel/cpu/mtrr/main.c | 287 | .. kernel-doc:: arch/x86/kernel/cpu/mtrr/mtrr.c |
| 288 | :export: | 288 | :export: |
| 289 | 289 | ||
| 290 | Security Framework | 290 | Security Framework |
