From ebcb4f1d0a091d1fa87d6aa04ecae355ef23ef22 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sun, 28 Feb 2021 23:58:10 +0000 Subject: treewide: fix spelling 'seperate' -> 'separate' This popular spelling mistake was also introduced by myself lately. Fix it everywhere. Signed-off-by: Daniel Golle --- target/Config.in | 2 +- .../802-can-0006-can-rx-offload-Prepare-for-CAN-FD-support.patch | 2 +- target/linux/mediatek/Makefile | 2 +- .../rockchip/patches-5.10/100-rockchip-use-system-LED-for-OpenWrt.patch | 2 +- .../rockchip/patches-5.4/100-rockchip-use-system-LED-for-OpenWrt.patch | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'target') 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 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 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 -- cgit v1.2.3