mirror of
https://github.com/apache/nuttx.git
synced 2025-12-12 22:05:54 +08:00
binfmt: Rename dump_module to binfmt_dumpmodule
follow other binfmt function naming convention Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Masayuki Ishikawa
parent
001e7c3e76
commit
8a14a13819
@@ -39,7 +39,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Name: dump_module
|
||||
* Name: binfmt_dumpmodule
|
||||
*
|
||||
* Description:
|
||||
* Dump the contents of struct binary_s.
|
||||
@@ -52,7 +52,7 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
int dump_module(FAR const struct binary_s *bin)
|
||||
int binfmt_dumpmodule(FAR const struct binary_s *bin)
|
||||
{
|
||||
if (bin)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user