summaryrefslogtreecommitdiff
path: root/drivers/remoteproc
diff options
context:
space:
mode:
authorDong Aisheng <aisheng.dong@nxp.com>2021-07-06 17:21:55 +0300
committerBjorn Andersson <bjorn.andersson@linaro.org>2021-07-28 22:57:30 +0300
commitc080128b6f05cb803d830e6bf2ec0b214435ce38 (patch)
treead0a31ab801b5c08d8cd7d1846ac376ed388cca9 /drivers/remoteproc
parent1fcef985c8bdd542c43da0d87bd9d51980c3859b (diff)
downloadlinux-c080128b6f05cb803d830e6bf2ec0b214435ce38.tar.xz
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')
-rw-r--r--drivers/remoteproc/remoteproc_elf_helpers.h2
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