From: Michal Simek <michal.simek@xilinx.com>
Date: Wed, 26 Aug 2020 13:34:24 +0000 (+0200)
Subject: binman: Fix typo in kernel-doc format for binman_symname()
X-Git-Tag: v2025.01-rc5-pxa1908~2136^2~34
X-Git-Url: http://git.dujemihanovic.xyz/%22/icons/right.gif/static/%7B%7B%20.Permalink%20%7D%7D?a=commitdiff_plain;h=9485a80be1354e55fc712ba82817dbe8779284d8;p=u-boot.git

binman: Fix typo in kernel-doc format for binman_symname()

Fix typo.

Fixes: 19790632648b ("binman: Support accessing binman tables at run time")
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
---

diff --git a/include/binman_sym.h b/include/binman_sym.h
index ffb7c15798..72e6765fe5 100644
--- a/include/binman_sym.h
+++ b/include/binman_sym.h
@@ -16,7 +16,7 @@
 #ifdef CONFIG_BINMAN
 
 /**
- * binman_symname() - Internal fnuction to get a binman symbol name
+ * binman_symname() - Internal function to get a binman symbol name
  *
  * @entry_name: Name of the entry to look for (e.g. 'u_boot_spl')
  * @_prop_name: Property value to get from that entry (e.g. 'pos')