projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
695efef
)
arch: microblaze: Fix spelling mistake "vesion" -> "version"
author
Colin Ian King
<colin.king@canonical.com>
Tue, 1 Jun 2021 10:37:07 +0000
(11:37 +0100)
committer
Michal Simek
<michal.simek@xilinx.com>
Wed, 2 Jun 2021 07:50:36 +0000
(09:50 +0200)
There is a spelling mistake in the comment. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link:
https://lore.kernel.org/r/20210601103707.9701-1-colin.king@canonical.com
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/Makefile
patch
|
blob
|
history
diff --git
a/arch/microblaze/Makefile
b/arch/microblaze/Makefile
index
b41f323
..
6d4af39
100644
(file)
--- a/
arch/microblaze/Makefile
+++ b/
arch/microblaze/Makefile
@@
-3,7
+3,7
@@
KBUILD_DEFCONFIG := mmu_defconfig
UTS_SYSNAME = -DUTS_SYSNAME=\"Linux\"
-# What CPU vesion are we building for, and crack it open
+# What CPU ve
r
sion are we building for, and crack it open
# as major.minor.rev
CPU_VER := $(shell echo $(CONFIG_XILINX_MICROBLAZE0_HW_VER))
CPU_MAJOR := $(shell echo $(CPU_VER) | cut -d '.' -f 1)