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>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user