diff options
author | Dong Aisheng <aisheng.dong@nxp.com> | 2021-07-06 22:21:55 +0800 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-07-28 14:57:30 -0500 |
commit | c080128b6f05cb803d830e6bf2ec0b214435ce38 (patch) | |
tree | ad0a31ab801b5c08d8cd7d1846ac376ed388cca9 /drivers/remoteproc/remoteproc_elf_helpers.h | |
parent | 1fcef985c8bdd542c43da0d87bd9d51980c3859b (diff) | |
download | lwn-c080128b6f05cb803d830e6bf2ec0b214435ce38.tar.gz lwn-c080128b6f05cb803d830e6bf2ec0b214435ce38.zip |
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>
Diffstat (limited to 'drivers/remoteproc/remoteproc_elf_helpers.h')
-rw-r--r-- | drivers/remoteproc/remoteproc_elf_helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/remoteproc/remoteproc_elf_helpers.h b/drivers/remoteproc/remoteproc_elf_helpers.h index 26404e68e17a..e6de53a5000c 100644 --- a/drivers/remoteproc/remoteproc_elf_helpers.h +++ b/drivers/remoteproc/remoteproc_elf_helpers.h @@ -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 |