apps: fix style issues in code

Add missing FAR and CODE to pointers
Remove FAR for non-pointer variables
Remove extra spaces and align the parameters
Add do {} while(0) wrapper in macro
Use nitems to calculate number of elements in arrays

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko 2023-06-10 19:44:11 +03:00 committed by Xiang Xiao
parent f4d3e549b6
commit aed0e2873e
35 changed files with 615 additions and 514 deletions

View file

@ -50,7 +50,7 @@
****************************************************************************/
#ifndef dbg
#define dbg _warn
# define dbg _warn
#endif
#define usrsocktest_dbg(...) ((void)0)

View file

@ -49,7 +49,7 @@
****************************************************************************/
#ifndef dbg
#define dbg _warn
# define dbg _warn
#endif
#define usrsocktest_dbg(...) ((void)0)