From ad158866edd4f4603f7dad874956ff2032b10585 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 3 Dec 2020 15:39:15 +0900 Subject: [PATCH] arch/arm/src/sama5/sam_ohci.c: Appease nxstyle --- arch/arm/src/sama5/sam_ohci.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/arch/arm/src/sama5/sam_ohci.c b/arch/arm/src/sama5/sam_ohci.c index 0854a8ec2ef..f8a900a0379 100644 --- a/arch/arm/src/sama5/sam_ohci.c +++ b/arch/arm/src/sama5/sam_ohci.c @@ -1353,11 +1353,15 @@ static inline int sam_reminted(struct sam_ed_s *ed) DEBUGASSERT(curr != NULL); if (curr != NULL) { - /* Clear all current entries in the interrupt table for this direction */ + /* Clear all current entries in the interrupt table for this + * direction + */ sam_setinttab(0, 2, offset); - /* Remove the ED from the list.. Is this ED the first on in the list? */ + /* Remove the ED from the list.. Is this ED the first on in the + * list? + */ if (prev == NULL) {