Skip to content

Commit

Permalink
asm-generic: Fix spelling of architecture
Browse files Browse the repository at this point in the history
Fix spelling of "architecture" in the Kbuild file.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Andy Shevchenko authored and Arnd Bergmann committed Oct 6, 2023
1 parent 2fd0eba commit f820604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-generic/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f820604

Please sign in to comment.