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:
parent
9f414cf6db
commit
96d4bc11c0
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue