More trailing whilespace removal

This commit is contained in:
Gregory Nutt
2014-04-13 16:22:22 -06:00
parent 3a1324741a
commit f8024cf409
1051 changed files with 3204 additions and 3207 deletions
+1 -1
View File
@@ -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
View File
@@ -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.
-1
View File
@@ -75,4 +75,3 @@ const uint8_t g_funcnparms[SYS_nsyscalls] =
****************************************************************************/
#endif /* CONFIG_NUTTX_KERNEL */