diff mbox series

arch: x86: entry: vdso: Fix the spelling postive to positive in the file vsgx.S

Message ID 20210210084610.1213418-1-unixbhaskar@gmail.com (mailing list archive)
State New, archived
Headers show
Series arch: x86: entry: vdso: Fix the spelling postive to positive in the file vsgx.S | expand

Commit Message

Bhaskar Chowdhury Feb. 10, 2021, 8:46 a.m. UTC
s/postive/positive/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 arch/x86/entry/vdso/vsgx.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.30.0

Comments

Randy Dunlap Feb. 10, 2021, 4:15 p.m. UTC | #1
On 2/10/21 12:46 AM, Bhaskar Chowdhury wrote:
> 
> 
> s/postive/positive/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  arch/x86/entry/vdso/vsgx.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/x86/entry/vdso/vsgx.S b/arch/x86/entry/vdso/vsgx.S
> index 86a0e94f68df..99dafac992e2 100644
> --- a/arch/x86/entry/vdso/vsgx.S
> +++ b/arch/x86/entry/vdso/vsgx.S
> @@ -137,7 +137,7 @@ SYM_FUNC_START(__vdso_sgx_enter_enclave)
> 
>  	/*
>  	 * If the return from callback is zero or negative, return immediately,
> -	 * else re-execute ENCLU with the postive return value interpreted as
> +	 * else re-execute ENCLU with the positive return value interpreted as
>  	 * the requested ENCLU function.
>  	 */
>  	cmp	$0, %eax
> --
Jarkko Sakkinen Feb. 12, 2021, 12:06 p.m. UTC | #2
On Wed, Feb 10, 2021 at 02:16:10PM +0530, Bhaskar Chowdhury wrote:
> 
> 
> s/postive/positive/

A bit more verbose, please, e.g.:

"Fix spelling error in arch/x86/entry/vdso/vsgx.S: postive -> positive."

> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  arch/x86/entry/vdso/vsgx.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/x86/entry/vdso/vsgx.S b/arch/x86/entry/vdso/vsgx.S
> index 86a0e94f68df..99dafac992e2 100644
> --- a/arch/x86/entry/vdso/vsgx.S
> +++ b/arch/x86/entry/vdso/vsgx.S
> @@ -137,7 +137,7 @@ SYM_FUNC_START(__vdso_sgx_enter_enclave)
> 
>  	/*
>  	 * If the return from callback is zero or negative, return immediately,
> -	 * else re-execute ENCLU with the postive return value interpreted as
> +	 * else re-execute ENCLU with the positive return value interpreted as
>  	 * the requested ENCLU function.
>  	 */
>  	cmp	$0, %eax
> --
> 2.30.0
> 
> 



Acked-by: Jarkko Sakkinen <jarkko@kernel.org>

/Jarkko
diff mbox series

Patch

diff --git a/arch/x86/entry/vdso/vsgx.S b/arch/x86/entry/vdso/vsgx.S
index 86a0e94f68df..99dafac992e2 100644
--- a/arch/x86/entry/vdso/vsgx.S
+++ b/arch/x86/entry/vdso/vsgx.S
@@ -137,7 +137,7 @@  SYM_FUNC_START(__vdso_sgx_enter_enclave)

 	/*
 	 * If the return from callback is zero or negative, return immediately,
-	 * else re-execute ENCLU with the postive return value interpreted as
+	 * else re-execute ENCLU with the positive return value interpreted as
 	 * the requested ENCLU function.
 	 */
 	cmp	$0, %eax