staging: iio: resolver: add missing braces on if-else statements
authorEva Rachel Retuya <eraretuya@gmail.com>
Thu, 18 Feb 2016 10:59:36 +0000 (18:59 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Feb 2016 22:46:35 +0000 (14:46 -0800)
commit84681c7c85b75eba8b3b6c668c8e61b9e265d8f9
tree409cc92c8ad91c75a30a225708695329b74661e5
parent8d80ccbb1e6ae8c9c9380a2ec9506b47bea35ca9
staging: iio: resolver: add missing braces on if-else statements

Add braces around the else clause to adhere to kernel coding style. This
clears the following checkpatch issue:

CHECK: braces {} should be used on all arms of this statement

Signed-off-by: Eva Rachel Retuya <eraretuya@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/iio/resolver/ad2s1210.c
This page took 0.025175 seconds and 5 git commands to generate.