diff mbox series

docs: update link to powerpc/vmemmap_dedup.rst

Message ID 20230927164319.2686237-1-costa.shul@redhat.com (mailing list archive)
State New
Headers show
Series docs: update link to powerpc/vmemmap_dedup.rst | expand

Commit Message

Costa Shulyupin Sept. 27, 2023, 4:43 p.m. UTC
after move of powerpc/ to arch/

Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
---
 Documentation/mm/vmemmap_dedup.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

kernel test robot Sept. 29, 2023, 10:30 a.m. UTC | #1
Hi Costa,

kernel test robot noticed the following build warnings:

[auto build test WARNING on lwn/docs-next]
[also build test WARNING on linus/master v6.6-rc3 next-20230929]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Costa-Shulyupin/docs-update-link-to-powerpc-vmemmap_dedup-rst/20230928-004508
base:   git://git.lwn.net/linux.git docs-next
patch link:    https://lore.kernel.org/r/20230927164319.2686237-1-costa.shul%40redhat.com
patch subject: [PATCH] docs: update link to powerpc/vmemmap_dedup.rst
reproduce: (https://download.01.org/0day-ci/archive/20230929/202309291832.6j4oF2eE-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202309291832.6j4oF2eE-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> Warning: Documentation/mm/vmemmap_dedup.rst references a file that doesn't exist: Documentation/arch/powerpc/vmemmap_dedup.rst
Jonathan Corbet Oct. 10, 2023, 7:30 p.m. UTC | #2
Costa Shulyupin <costa.shul@redhat.com> writes:

> after move of powerpc/ to arch/
>
> Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
> ---
>  Documentation/mm/vmemmap_dedup.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/mm/vmemmap_dedup.rst b/Documentation/mm/vmemmap_dedup.rst
> index 59891f72420e..593ede6d314b 100644
> --- a/Documentation/mm/vmemmap_dedup.rst
> +++ b/Documentation/mm/vmemmap_dedup.rst
> @@ -211,7 +211,7 @@ the device (altmap).
>  
>  The following page sizes are supported in DAX: PAGE_SIZE (4K on x86_64),
>  PMD_SIZE (2M on x86_64) and PUD_SIZE (1G on x86_64).
> -For powerpc equivalent details see Documentation/powerpc/vmemmap_dedup.rst
> +For powerpc equivalent details see Documentation/arch/powerpc/vmemmap_dedup.rst
>  

Applied on top of the powerpc move, thanks.

jon
diff mbox series

Patch

diff --git a/Documentation/mm/vmemmap_dedup.rst b/Documentation/mm/vmemmap_dedup.rst
index 59891f72420e..593ede6d314b 100644
--- a/Documentation/mm/vmemmap_dedup.rst
+++ b/Documentation/mm/vmemmap_dedup.rst
@@ -211,7 +211,7 @@  the device (altmap).
 
 The following page sizes are supported in DAX: PAGE_SIZE (4K on x86_64),
 PMD_SIZE (2M on x86_64) and PUD_SIZE (1G on x86_64).
-For powerpc equivalent details see Documentation/powerpc/vmemmap_dedup.rst
+For powerpc equivalent details see Documentation/arch/powerpc/vmemmap_dedup.rst
 
 The differences with HugeTLB are relatively minor.