From: Tina Ruchandani Date: Fri, 24 Oct 2014 03:16:51 +0000 (-0700) Subject: Staging: rtl8723au: core: Dont have { on new line X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~1026 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f237216ebfd4c263b448df2f6e09ff6786221f03;p=pandora-kernel.git Staging: rtl8723au: core: Dont have { on new line This patch fixes the following checkpatch errors: ERROR: that open brace { should be on the previous line ERROR: else should follow close brace '}' Exceptions: { is left on a new line to itself when fixing this error makes the line longer than 80 characters. Signed-off-by: Tina Ruchandani Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed