[PATCH RESEND] riscv: Fix typo in asm/hwcap.h uapi header
Palmer Dabbelt
palmer at dabbelt.com
Tue Jul 14 13:32:32 EDT 2020
On Fri, 03 Jul 2020 06:49:11 PDT (-0700), tklauser at distanz.ch wrote:
> s/userpsace/userspace/
>
> Signed-off-by: Tobias Klauser <tklauser at distanz.ch>
> ---
> Resent due to infradead.org mailing list issues.
>
> arch/riscv/include/uapi/asm/hwcap.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/riscv/include/uapi/asm/hwcap.h b/arch/riscv/include/uapi/asm/hwcap.h
> index dee98ee28318..46dc3f5ee99f 100644
> --- a/arch/riscv/include/uapi/asm/hwcap.h
> +++ b/arch/riscv/include/uapi/asm/hwcap.h
> @@ -11,7 +11,7 @@
> /*
> * Linux saves the floating-point registers according to the ISA Linux is
> * executing on, as opposed to the ISA the user program is compiled for. This
> - * is necessary for a handful of esoteric use cases: for example, userpsace
> + * is necessary for a handful of esoteric use cases: for example, userspace
> * threading libraries must be able to examine the actual machine state in
> * order to fully reconstruct the state of a thread.
> */
Thanks. Looks like this one escaped. It's on for-next now: while it's
trivial, it's not technically a fix and things have started to settle down.
More information about the linux-riscv
mailing list