Commit c080128b authored by Dong Aisheng's avatar Dong Aisheng Committed by Bjorn Andersson

remoteproc: fix an typo in fw_elf_get_class code comments

Drop 'and' which looks like unnecessary.

Fixes: 73516a33 ("remoteproc: Add elf helpers to access elf64 and elf32 fields")
Signed-off-by: default avatarDong Aisheng <aisheng.dong@nxp.com>
Link: https://lore.kernel.org/r/20210706142156.952794-1-aisheng.dong@nxp.comSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 1fcef985
......@@ -15,7 +15,7 @@
* fw_elf_get_class - Get elf class
* @fw: the ELF firmware image
*
* Note that we use and elf32_hdr to access the class since the start of the
* Note that we use elf32_hdr to access the class since the start of the
* struct is the same for both elf class
*
* Return: elf class of the firmware
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment