diff options
author | Jonathan Corbet <corbet@lwn.net> | 2023-05-04 01:50:54 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-06-12 15:33:48 +0300 |
commit | e318b36ed37d241eb279382bde587eabf1892e34 (patch) | |
tree | a56ce83e8699245297fea8a155a774a7fc71d3fe /arch/arm/mach-exynos | |
parent | e790a4ce529041bb21ec0b69a38c1b92f29df2cf (diff) | |
download | linux-e318b36ed37d241eb279382bde587eabf1892e34.tar.xz |
arm: update in-source documentation references
The Arm documentation has moved to Documentation/arch/arm; update
references within arch/arm to match.
Cc: Russell King <linux@armlinux.org.uk>
Cc: Alim Akhtar <alim.akhtar@samsung.com>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: linux-doc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-arch@vger.kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'arch/arm/mach-exynos')
-rw-r--r-- | arch/arm/mach-exynos/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/common.h b/arch/arm/mach-exynos/common.h index 29eb075b24a4..b5287ff1c542 100644 --- a/arch/arm/mach-exynos/common.h +++ b/arch/arm/mach-exynos/common.h @@ -106,7 +106,7 @@ void exynos_firmware_init(void); #define C2_STATE (1 << 3) /* * Magic values for bootloader indicating chosen low power mode. - * See also Documentation/arm/samsung/bootloader-interface.rst + * See also Documentation/arch/arm/samsung/bootloader-interface.rst */ #define EXYNOS_SLEEP_MAGIC 0x00000bad #define EXYNOS_AFTR_MAGIC 0xfcba0d10 |