arch: s32k1xx: Fix style warnings in s32k1xx_edma.c

Summary:
- This commit fixes style warnings in s32k1xx_edma.c

Impact:
- None

Testing:
- N/A

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
Masayuki Ishikawa 2021-02-05 10:39:27 +09:00 committed by Xiang Xiao
parent 9f414cf6db
commit 96d4bc11c0

View file

@ -92,7 +92,9 @@
# define EDMA_ALIGN_UP(n) (((n) + EDMA_ALIGN_MASK) & ~EDMA_ALIGN_MASK)
#else
/* Special alignment is not required in this case, but we will align to 8-bytes */
/* Special alignment is not required in this case,
* but we will align to 8-bytes
*/
# define EDMA_ALIGN 8
# define EDMA_ALIGN_MASK 7