binfmt/elf: Fix the minor style issue

and remove the unused macros and unnecessary cast

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2023-07-03 00:11:02 +08:00
committed by Alan Carvalho de Assis
parent 98bb66998b
commit cb8df39207
48 changed files with 254 additions and 309 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ static int builtin_loadbinary(FAR struct binary_s *binp,
* the priority. That is a bug and needs to be fixed.
*/
builtin = builtin_for_index(index);
builtin = builtin_for_index(index);
if (builtin == NULL)
{
berr("ERROR: %s is not a builtin application\n", filename);