commit | 84681c7c85b75eba8b3b6c668c8e61b9e265d8f9 | [log] [tgz] |
---|---|---|
author | Eva Rachel Retuya <eraretuya@gmail.com> | Thu Feb 18 18:59:36 2016 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Feb 20 14:46:35 2016 -0800 |
tree | 409cc92c8ad91c75a30a225708695329b74661e5 | |
parent | 8d80ccbb1e6ae8c9c9380a2ec9506b47bea35ca9 [diff] |
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>