alloc: Remove the unnecessaries spaces after casts

This commit removes the unnecessaries spaces after casts, fixing
the checkpatch error: "No space is necessary after a cast".

Signed-off-by: Constantin Raducanu <raducanu.costi@gmail.com>
This commit is contained in:
Constantin Raducanu 2020-03-04 16:57:52 +02:00 committed by Liam Girdwood
parent 752f086bdc
commit 9662439b8e
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@
/* debug to set memory value on every allocation */
#if CONFIG_DEBUG_BLOCK_FREE
#define DEBUG_BLOCK_FREE_VALUE_8BIT ((uint8_t) 0xa5)
#define DEBUG_BLOCK_FREE_VALUE_32BIT ((uint32_t) 0xa5a5a5a5)
#define DEBUG_BLOCK_FREE_VALUE_8BIT ((uint8_t)0xa5)
#define DEBUG_BLOCK_FREE_VALUE_32BIT ((uint32_t)0xa5a5a5a5)
#endif
/* We have 3 memory pools