From: Helen Fornazier Date: Thu, 26 Mar 2015 17:09:17 +0000 (-0300) Subject: staging: sm750fb: Add space before switch statement X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~42 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c107243b09a62d17956362b6780c07cd5bbb071c;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed