2021-03-26 01:32:21

by Bhaskar Chowdhury

[permalink] [raw]
Subject: [PATCH] platforms/iss/simcall.h: Change compitible to compatible


s/compitible/compatible/

Signed-off-by: Bhaskar Chowdhury <[email protected]>
---
arch/xtensa/platforms/iss/include/platform/simcall.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/xtensa/platforms/iss/include/platform/simcall.h b/arch/xtensa/platforms/iss/include/platform/simcall.h
index f42870ab551b..5ba2454e6c37 100644
--- a/arch/xtensa/platforms/iss/include/platform/simcall.h
+++ b/arch/xtensa/platforms/iss/include/platform/simcall.h
@@ -46,7 +46,7 @@
#define SYS_socket 26
#define SYS_sendto 27
#define SYS_recvfrom 28
-#define SYS_select_one 29 /* not compitible select, one file descriptor at the time */
+#define SYS_select_one 29 /* not compatible select, one file descriptor at the time */
#define SYS_bind 30
#define SYS_ioctl 31

--
2.26.2


2021-03-26 16:58:02

by Max Filippov

[permalink] [raw]
Subject: Re: [PATCH] platforms/iss/simcall.h: Change compitible to compatible

On Thu, Mar 25, 2021 at 6:29 PM Bhaskar Chowdhury <[email protected]> wrote:
>
>
> s/compitible/compatible/
>
> Signed-off-by: Bhaskar Chowdhury <[email protected]>
> ---
> arch/xtensa/platforms/iss/include/platform/simcall.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, applied to my xtensa tree with minor adjustment of the subject line.

--
Thanks.
-- Max