Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit f683367e authored by Chi Pham's avatar Chi Pham Committed by Joerg Roedel
Browse files

iommu/fsl: Add void declarations in zero-arg functions.



Added explicit void declarations to zero-argument function headers.
The following coccinelle script was used:
@addvoid@
identifier f;
@@

f(
+ void
 ) { ... }

Signed-off-by: default avatarChi Pham <fempsci@gmail.com>
Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent 34df6ab7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment