From 306a8743e0d3e1d2f6c2bbc1dc175b7e14ec65fd Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 22 Sep 2013 14:48:22 -0600 Subject: [PATCH] Cosmetic changes to comments and coding style fixes --- arch/arm/src/sama5/sam_hsmci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/sama5/sam_hsmci.c b/arch/arm/src/sama5/sam_hsmci.c index df5fa0c4130..c4b47210fae 100644 --- a/arch/arm/src/sama5/sam_hsmci.c +++ b/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. */