arch/arm/src/sama5/sam_ohci.c: Appease nxstyle

This commit is contained in:
YAMAMOTO Takashi 2020-12-03 15:39:15 +09:00 committed by Xiang Xiao
parent 471e94c57b
commit ad158866ed

View File

@ -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)
{