Make sure that labeling is used consistently in all function headers (part 3).

This commit is contained in:
Gregory Nutt
2018-02-01 12:17:03 -06:00
parent 1567b82429
commit 2683f713ab
31 changed files with 35 additions and 70 deletions
+2 -2
View File
@@ -146,7 +146,7 @@ int hex2bin(FAR struct lib_instream_s *instream,
uint32_t endpaddr, enum hex2bin_swap_e swap);
/****************************************************************************
* Name hex2mem
* Name: hex2mem
*
* Description:
* Read the Intel HEX ASCII data provided on the file descriptor 'fd' and
@@ -173,7 +173,7 @@ int hex2mem(int fd, uint32_t baseaddr, uint32_t endpaddr,
enum hex2bin_swap_e swap);
/****************************************************************************
* Name fhex2mem
* Name: fhex2mem
*
* Description:
* Read the Intel HEX ASCII data provided on the standard stream