mirror of
https://github.com/apache/nuttx.git
synced 2026-09-23 15:23:50 +08:00
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:
committed by
Xiang Xiao
parent
9f414cf6db
commit
96d4bc11c0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user