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

Fix typo.

Fixes: 1979063264 ("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>
This commit is contained in:
Michal Simek 2020-08-26 15:34:24 +02:00 committed by Simon Glass
parent 6723b4c6ca
commit 9485a80be1
1 changed files with 1 additions and 1 deletions

View File

@ -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')