mirror of
https://github.com/apache/nuttx.git
synced 2026-05-09 23:12:17 +08:00
More trailing whilespace removal
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ CSVFILE = "$(TOPDIR)$(DELIM)syscall$(DELIM)syscall.csv"
|
||||
STUB_SRCS += syscall_funclookup.c syscall_stublookup.c syscall_nparms.c
|
||||
STUB_SRCS += syscall_clock_systimer.c
|
||||
|
||||
ASRCS =
|
||||
ASRCS =
|
||||
AOBJS = $(ASRCS:.S=$(OBJEXT))
|
||||
|
||||
PROXY_OBJS = $(PROXY_SRCS:.c=$(OBJEXT))
|
||||
|
||||
+1
-1
@@ -96,7 +96,7 @@ Each type field has a format as follows:
|
||||
|
||||
type name:
|
||||
For all simpler types
|
||||
formal type | actual type:
|
||||
formal type | actual type:
|
||||
For array types where the form of the formal (eg. int parm[2])
|
||||
differs from the type of actual passed parameter (eg. int*). This
|
||||
is necessary because you cannot do simple casts to array types.
|
||||
|
||||
@@ -75,4 +75,3 @@ const uint8_t g_funcnparms[SYS_nsyscalls] =
|
||||
****************************************************************************/
|
||||
|
||||
#endif /* CONFIG_NUTTX_KERNEL */
|
||||
|
||||
Reference in New Issue
Block a user