All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2] mips: asm: octeon: A typo fix in the file cvmx-address.h
@ 2021-03-16  4:33 Bhaskar Chowdhury
  2021-03-16  5:18 ` Randy Dunlap
  2021-03-24  9:58 ` Thomas Bogendoerfer
  0 siblings, 2 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-16  4:33 UTC (permalink / raw)
  To: tsbogend, unixbhaskar, linux-mips, linux-kernel; +Cc: rdunlap


s/techically/technically/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 Changes from V1:
 Meh, missed the changelog text, so added :)

 arch/mips/include/asm/octeon/cvmx-address.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/include/asm/octeon/cvmx-address.h b/arch/mips/include/asm/octeon/cvmx-address.h
index e4444f8c4a61..5df5c90f6a5d 100644
--- a/arch/mips/include/asm/octeon/cvmx-address.h
+++ b/arch/mips/include/asm/octeon/cvmx-address.h
@@ -152,7 +152,7 @@ typedef union {

 	/* physical mem address */
 	struct {
-		/* techically, <47:40> are dont-cares */
+		/* technically, <47:40> are dont-cares */
 		uint64_t zeroes:24;
 		/* the hardware ignores <39:36> in Octeon I */
 		uint64_t unaddr:4;
--
2.30.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH V2] mips: asm: octeon: A typo fix in the file cvmx-address.h
  2021-03-16  4:33 [PATCH V2] mips: asm: octeon: A typo fix in the file cvmx-address.h Bhaskar Chowdhury
@ 2021-03-16  5:18 ` Randy Dunlap
  2021-03-24  9:58 ` Thomas Bogendoerfer
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-03-16  5:18 UTC (permalink / raw)
  To: Bhaskar Chowdhury, tsbogend, linux-mips, linux-kernel

On 3/15/21 9:33 PM, Bhaskar Chowdhury wrote:
> 
> s/techically/technically/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

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

> ---
>  Changes from V1:
>  Meh, missed the changelog text, so added :)
> 
>  arch/mips/include/asm/octeon/cvmx-address.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/mips/include/asm/octeon/cvmx-address.h b/arch/mips/include/asm/octeon/cvmx-address.h
> index e4444f8c4a61..5df5c90f6a5d 100644
> --- a/arch/mips/include/asm/octeon/cvmx-address.h
> +++ b/arch/mips/include/asm/octeon/cvmx-address.h
> @@ -152,7 +152,7 @@ typedef union {
> 
>  	/* physical mem address */
>  	struct {
> -		/* techically, <47:40> are dont-cares */
> +		/* technically, <47:40> are dont-cares */
>  		uint64_t zeroes:24;
>  		/* the hardware ignores <39:36> in Octeon I */
>  		uint64_t unaddr:4;
> --


-- 
~Randy


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH V2] mips: asm: octeon: A typo fix in the file cvmx-address.h
  2021-03-16  4:33 [PATCH V2] mips: asm: octeon: A typo fix in the file cvmx-address.h Bhaskar Chowdhury
  2021-03-16  5:18 ` Randy Dunlap
@ 2021-03-24  9:58 ` Thomas Bogendoerfer
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Bogendoerfer @ 2021-03-24  9:58 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: linux-mips, linux-kernel, rdunlap

On Tue, Mar 16, 2021 at 10:03:34AM +0530, Bhaskar Chowdhury wrote:
> 
> s/techically/technically/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  Changes from V1:
>  Meh, missed the changelog text, so added :)
> 
>  arch/mips/include/asm/octeon/cvmx-address.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

applied to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-24 10:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-16  4:33 [PATCH V2] mips: asm: octeon: A typo fix in the file cvmx-address.h Bhaskar Chowdhury
2021-03-16  5:18 ` Randy Dunlap
2021-03-24  9:58 ` Thomas Bogendoerfer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.