summaryrefslogtreecommitdiff
path: root/nuttx/arch
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-22 14:48:22 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-22 14:48:22 -0600
commit560099443ce4381ff02e105e6e6d736f543e5f3c (patch)
tree5c3d4269c908d018473d2a579c7eb5822e9a99af /nuttx/arch
parent712c271d829ec46a075d45f9a55abbf3cd958ca7 (diff)
downloadpx4-nuttx-560099443ce4381ff02e105e6e6d736f543e5f3c.tar.gz
px4-nuttx-560099443ce4381ff02e105e6e6d736f543e5f3c.tar.bz2
px4-nuttx-560099443ce4381ff02e105e6e6d736f543e5f3c.zip
Cosmetic changes to comments and coding style fixes
Diffstat (limited to 'nuttx/arch')
-rw-r--r--nuttx/arch/arm/src/sama5/sam_hsmci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/sama5/sam_hsmci.c b/nuttx/arch/arm/src/sama5/sam_hsmci.c
index df5fa0c41..c4b47210f 100644
--- a/nuttx/arch/arm/src/sama5/sam_hsmci.c
+++ b/nuttx/arch/arm/src/sama5/sam_hsmci.c
@@ -2361,7 +2361,7 @@ static sdio_eventset_t sam_eventwait(FAR struct sdio_dev_s *dev,
return SDIOWAIT_TIMEOUT;
}
- /* Start the watchdog timer. I am not sure why this is, but I am\
+ /* Start the watchdog timer. I am not sure why this is, but I am
* currently seeing some additional delays when DMA is used.
*/