From: Zheng Zhi Yuan <kevinjone25@xxxxxxxxxxxx> [ Commit 1df4d1724baafa55e9803414ebcdf1ca702bc958 upstream ] This patch fixes the spelling error in firmware/efi/memmap.c, changing it to the correct word. Signed-off-by: Zheng Zhi Yuan <kevinjone25@xxxxxxxxxxxx> Signed-off-by: Ard Biesheuvel <ardb@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/firmware/efi/memmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/firmware/efi/memmap.c +++ b/drivers/firmware/efi/memmap.c @@ -245,7 +245,7 @@ int __init efi_memmap_install(struct efi * @range: Address range (start, end) to split around * * Returns the number of additional EFI memmap entries required to - * accomodate @range. + * accommodate @range. */ int __init efi_memmap_split_count(efi_memory_desc_t *md, struct range *range) { Patches currently in stable-queue which might be from kroah.com@xxxxxxxxxxxxxxx are queue-5.10/efi-correct-comment-on-efi_memmap_alloc.patch queue-5.10/ipv6-annotate-some-data-races-around-sk-sk_prot.patch queue-5.10/tcp-fix-data-races-around-icsk-icsk_af_ops.patch queue-5.10/ipv6-fix-data-races-around-sk-sk_prot.patch queue-5.10/efi-xen-set-efi_paravirt-for-xen-dom0-boot-on-all-architectures.patch queue-5.10/mptcp-pm-inc-rmaddr-mib-counter-once-per-rm_addr-id.patch queue-5.10/mptcp-ensure-snd_una-is-properly-initialized-on-connect.patch queue-5.10/efi-memmap-move-manipulation-routines-into-x86-arch-tree.patch queue-5.10/drivers-fix-typo-in-firmware-efi-memmap.c.patch queue-5.10/mptcp-pm-update-add_addr-counters-after-connect.patch queue-5.10/efi-x86-free-efi-memory-map-only-when-installing-a-new-one.patch