From 4efd07e14b3f558db9b127250ff44ec0637094b8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 6 Dec 2013 11:34:29 -0600 Subject: [PATCH] SAMA5 NAND: bugfixes --- nshlib/nsh_ddcmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nshlib/nsh_ddcmd.c b/nshlib/nsh_ddcmd.c index 83e5441b7..5db3e42c3 100644 --- a/nshlib/nsh_ddcmd.c +++ b/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