summaryrefslogtreecommitdiff
path: root/nuttx/syscall
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-13 16:22:22 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-13 16:22:22 -0600
commit70b6bb22af51defd713adfd452309f32f0e523aa (patch)
treeb483c578cf6ae76888b89188bedb03f539ab4cd3 /nuttx/syscall
parent3cf6b4d6577c2f467dbb25dd0da8cdc6ad32a7b4 (diff)
downloadnuttx-70b6bb22af51defd713adfd452309f32f0e523aa.tar.gz
nuttx-70b6bb22af51defd713adfd452309f32f0e523aa.tar.bz2
nuttx-70b6bb22af51defd713adfd452309f32f0e523aa.zip
More trailing whilespace removal
Diffstat (limited to 'nuttx/syscall')
-rw-r--r--nuttx/syscall/Makefile2
-rw-r--r--nuttx/syscall/README.txt2
-rw-r--r--nuttx/syscall/syscall_nparms.c1
3 files changed, 2 insertions, 3 deletions
diff --git a/nuttx/syscall/Makefile b/nuttx/syscall/Makefile
index 20a83d0b0..14c0c4dea 100644
--- a/nuttx/syscall/Makefile
+++ b/nuttx/syscall/Makefile
@@ -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))
diff --git a/nuttx/syscall/README.txt b/nuttx/syscall/README.txt
index ed5e6081d..11942a7b7 100644
--- a/nuttx/syscall/README.txt
+++ b/nuttx/syscall/README.txt
@@ -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.
diff --git a/nuttx/syscall/syscall_nparms.c b/nuttx/syscall/syscall_nparms.c
index da417af7b..001091757 100644
--- a/nuttx/syscall/syscall_nparms.c
+++ b/nuttx/syscall/syscall_nparms.c
@@ -75,4 +75,3 @@ const uint8_t g_funcnparms[SYS_nsyscalls] =
****************************************************************************/
#endif /* CONFIG_NUTTX_KERNEL */
- \ No newline at end of file