commit | c107243b09a62d17956362b6780c07cd5bbb071c | [log] [tgz] |
---|---|---|
author | Helen Fornazier <helen.fornazier@gmail.com> | Thu Mar 26 14:09:17 2015 -0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Mar 27 00:10:40 2015 +0100 |
tree | e1bc6d24c045942d5a7d2a3dd6488385ae504c69 | |
parent | 82736d2244a059962bf9efec3338036ae9464986 [diff] |
staging: sm750fb: Add space before switch statement This patch fixes the checkpatch.pl warnings: ERROR: space required before the open parenthesis '(' + switch(divisor) { ERROR: space required before the open parenthesis '(' + switch(divisor) { ERROR: space required before the open parenthesis '(' + switch(reg) { Signed-off-by: Helen Fornazier <helen.fornazier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>