diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-02-28 23:58:10 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-02-28 23:59:21 +0000 |
commit | ebcb4f1d0a091d1fa87d6aa04ecae355ef23ef22 (patch) | |
tree | dae4a92b92e25d3a2b2cce37aac7456a97d305f7 /target | |
parent | 1ca5de13a153061feae260864d73d96f7c463785 (diff) | |
download | upstream-ebcb4f1d0a091d1fa87d6aa04ecae355ef23ef22.tar.gz upstream-ebcb4f1d0a091d1fa87d6aa04ecae355ef23ef22.tar.bz2 upstream-ebcb4f1d0a091d1fa87d6aa04ecae355ef23ef22.zip |
treewide: fix spelling 'seperate' -> 'separate'
This popular spelling mistake was also introduced by myself lately.
Fix it everywhere.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target')
5 files changed, 5 insertions, 5 deletions
diff --git a/target/Config.in b/target/Config.in index 9dbc5ffe46..86d39ce07c 100644 --- a/target/Config.in +++ b/target/Config.in @@ -51,7 +51,7 @@ config USES_DEVICETREE config USES_INITRAMFS bool -config USES_SEPERATE_INITRAMFS +config USES_SEPARATE_INITRAMFS bool config USES_SQUASHFS diff --git a/target/linux/layerscape/patches-5.4/802-can-0006-can-rx-offload-Prepare-for-CAN-FD-support.patch b/target/linux/layerscape/patches-5.4/802-can-0006-can-rx-offload-Prepare-for-CAN-FD-support.patch index c88f14f01f..51eb42494e 100644 --- a/target/linux/layerscape/patches-5.4/802-can-0006-can-rx-offload-Prepare-for-CAN-FD-support.patch +++ b/target/linux/layerscape/patches-5.4/802-can-0006-can-rx-offload-Prepare-for-CAN-FD-support.patch @@ -3,7 +3,7 @@ From: Joakim Zhang <qiangqing.zhang@nxp.com> Date: Fri, 12 Jul 2019 08:02:38 +0000 Subject: [PATCH] can: rx-offload: Prepare for CAN FD support -The skbs for classic CAN and CAN FD frames are allocated with seperate +The skbs for classic CAN and CAN FD frames are allocated with separate functions: alloc_can_skb() and alloc_canfd_skb(). In order to support CAN FD frames via the rx-offload helper, the driver diff --git a/target/linux/mediatek/Makefile b/target/linux/mediatek/Makefile index e2e44c78bb..2ee00e5d17 100644 --- a/target/linux/mediatek/Makefile +++ b/target/linux/mediatek/Makefile @@ -6,7 +6,7 @@ ARCH:=arm BOARD:=mediatek BOARDNAME:=MediaTek Ralink ARM SUBTARGETS:=mt7622 mt7623 mt7629 -FEATURES:=squashfs nand seperate_ramdisk fpu +FEATURES:=squashfs nand separate_ramdisk fpu KERNEL_PATCHVER:=5.4 KERNEL_TESTING_PATCHVER:=5.10 diff --git a/target/linux/rockchip/patches-5.10/100-rockchip-use-system-LED-for-OpenWrt.patch b/target/linux/rockchip/patches-5.10/100-rockchip-use-system-LED-for-OpenWrt.patch index 7f9af85b1d..7b3b50ffd8 100644 --- a/target/linux/rockchip/patches-5.10/100-rockchip-use-system-LED-for-OpenWrt.patch +++ b/target/linux/rockchip/patches-5.10/100-rockchip-use-system-LED-for-OpenWrt.patch @@ -5,7 +5,7 @@ Subject: [PATCH] rockchip: use system LED for OpenWrt Use the SYS LED on the casing for showing system status. -This patch is kept seperate from the NanoPi R2S support patch, as i plan +This patch is kept separate from the NanoPi R2S support patch, as i plan on submitting the device support upstream. Signed-off-by: David Bauer <mail@david-bauer.net> diff --git a/target/linux/rockchip/patches-5.4/100-rockchip-use-system-LED-for-OpenWrt.patch b/target/linux/rockchip/patches-5.4/100-rockchip-use-system-LED-for-OpenWrt.patch index 7f9af85b1d..7b3b50ffd8 100644 --- a/target/linux/rockchip/patches-5.4/100-rockchip-use-system-LED-for-OpenWrt.patch +++ b/target/linux/rockchip/patches-5.4/100-rockchip-use-system-LED-for-OpenWrt.patch @@ -5,7 +5,7 @@ Subject: [PATCH] rockchip: use system LED for OpenWrt Use the SYS LED on the casing for showing system status. -This patch is kept seperate from the NanoPi R2S support patch, as i plan +This patch is kept separate from the NanoPi R2S support patch, as i plan on submitting the device support upstream. Signed-off-by: David Bauer <mail@david-bauer.net> |