Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

remoteproc: fix an typo in fw_elf_get_class code comments

Drop 'and' which looks like unnecessary.

Fixes: 73516a33588c ("remoteproc: Add elf helpers to access elf64 and elf32 fields")
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Link: https://lore.kernel.org/r/20210706142156.952794-1-aisheng.dong@nxp.com
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>

authored by

Dong Aisheng and committed by
Bjorn Andersson
c080128b 1fcef985

+1 -1
+1 -1
drivers/remoteproc/remoteproc_elf_helpers.h
··· 15 15 * fw_elf_get_class - Get elf class 16 16 * @fw: the ELF firmware image 17 17 * 18 - * Note that we use and elf32_hdr to access the class since the start of the 18 + * Note that we use elf32_hdr to access the class since the start of the 19 19 * struct is the same for both elf class 20 20 * 21 21 * Return: elf class of the firmware