Skip to content

Commit 2b7f65b

Browse files
JoePerchesVinod Koul
authored andcommitted
mmp_pdma: Style neatening
Neaten code used as a template for other drivers. Make the code more consistent with kernel styles. o Convert #defines with (1<<foo) to BIT(foo) o Alignment wrapping o Logic inversions to put return at end of functions o Convert devm_kzalloc with multiply to devm_kcalloc o typo of Peripheral fix Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
1 parent 0da9e55 commit 2b7f65b

File tree

1 file changed

+105
-99
lines changed

1 file changed

+105
-99
lines changed

0 commit comments

Comments
 (0)