[PATCH v2 11/18] arm: Fix up a stale comment in sections.c

Ilias Apalodimas ilias.apalodimas at linaro.org
Fri Sep 20 16:00:44 CEST 2024


On Fri, 20 Sept 2024 at 10:25, Simon Glass <sjg at chromium.org> wrote:
>
> There are currently four symbols here, so drop the word 'two'.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> (no changes since v1)
>
>  arch/arm/lib/sections.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/lib/sections.c b/arch/arm/lib/sections.c
> index 07efabaa7dc..8955aa6111c 100644
> --- a/arch/arm/lib/sections.c
> +++ b/arch/arm/lib/sections.c
> @@ -5,7 +5,7 @@
>  #include <linux/compiler.h>
>
>  /**
> - * These two symbols are declared in a C file so that the linker
> + * These symbols are declared in a C file so that the linker
>   * uses R_ARM_RELATIVE relocation, rather than the R_ARM_ABS32 one
>   * it would use if the symbols were defined in the linker file.
>   * Using only R_ARM_RELATIVE relocation ensures that references to
> --
> 2.43.0
>

Acked-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>


More information about the U-Boot mailing list