From c53a8387bcfab4ccbded7847e579a32bc3dba9c6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 6 Dec 2013 11:34:29 -0600 Subject: SAMA5 NAND: bugfixes --- apps/nshlib/nsh_ddcmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/nshlib/nsh_ddcmd.c b/apps/nshlib/nsh_ddcmd.c index 83e5441b7..5db3e42c3 100644 --- a/apps/nshlib/nsh_ddcmd.c +++ b/apps/nshlib/nsh_ddcmd.c @@ -109,7 +109,7 @@ struct dd_s #ifndef CONFIG_DISABLE_MOUNTPOINT union { - FAR void *handle; /* BCH lib handle for block device*/ + FAR void *handle; /* BCH lib handle for block device */ int fd; /* File descriptor of the character device */ } inf; #else @@ -119,7 +119,7 @@ struct dd_s #ifndef CONFIG_DISABLE_MOUNTPOINT union { - FAR void *handle; /* BCH lib handle for block device*/ + FAR void *handle; /* BCH lib handle for block device */ int fd; /* File descriptor of the character device */ } outf; #else -- cgit v1.2.3