[v1,1/1] asm-generic: Fix spelling of architecture

Message ID 20230724134301.13980-1-andriy.shevchenko@linux.intel.com
State New
Headers
Series [v1,1/1] asm-generic: Fix spelling of architecture |

Commit Message

Andy Shevchenko July 24, 2023, 1:43 p.m. UTC
  Fix spelling of "architecture" in the Kbuild file.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 include/asm-generic/Kbuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Andy Shevchenko Oct. 6, 2023, 3:07 p.m. UTC | #1
On Fri, Aug 18, 2023 at 04:08:13PM -0700, Randy Dunlap wrote:
> On 8/18/23 09:01, Andy Shevchenko wrote:
> > On Mon, Jul 24, 2023 at 04:43:01PM +0300, Andy Shevchenko wrote:
> >> Fix spelling of "architecture" in the Kbuild file.
> > 
> > Any comments?
> 
> Acked-by: Randy Dunlap <rdunlap@infradead.org>

Thank you!

Arnd, is it possible to get this applied?
Or should I use another tree?
  
Arnd Bergmann Oct. 6, 2023, 8:31 p.m. UTC | #2
On Fri, Oct 6, 2023, at 17:07, Andy Shevchenko wrote:
> On Fri, Aug 18, 2023 at 04:08:13PM -0700, Randy Dunlap wrote:
>> On 8/18/23 09:01, Andy Shevchenko wrote:
>> > On Mon, Jul 24, 2023 at 04:43:01PM +0300, Andy Shevchenko wrote:
>> >> Fix spelling of "architecture" in the Kbuild file.
>> > 
>> > Any comments?
>> 
>> Acked-by: Randy Dunlap <rdunlap@infradead.org>
>
> Thank you!
>
> Arnd, is it possible to get this applied?
> Or should I use another tree?

Merged for v6.7 now, thanks for the patch.

     Arnd
  

Patch

diff --git a/include/asm-generic/Kbuild b/include/asm-generic/Kbuild
index 941be574bbe0..def242528b1d 100644
--- a/include/asm-generic/Kbuild
+++ b/include/asm-generic/Kbuild
@@ -2,7 +2,7 @@ 
 #
 # asm headers that all architectures except um should have
 # (This file is not included when SRCARCH=um since UML borrows several
-# asm headers from the host architecutre.)
+# asm headers from the host architecture.)
 
 mandatory-y += atomic.h
 mandatory-y += archrandom.h