Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
staging:iio:accel:adis16029 fixed checkpatch issue - drop braces arou…
…nd single if statement Fixed the followinf checkpatch warning: WARNING: braces {} are not necessary for single statement blocks torvalds#258: FILE: drivers/staging/iio/accel/adis16209.c:258: + if (ret) { + return ret; + } Signed-off-by: Andrea della Porta <[email protected]>
- Loading branch information