From: M. Vefa Bicakci Date: Sun, 29 Mar 2015 01:07:46 +0000 (-0400) Subject: staging: rtl8723au: else should follow close brace X-Git-Tag: omap-for-v4.1/fixes-rc1~165^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d7b3a7bb81fb585a4f794667297406438605090;p=pandora-kernel.git staging: rtl8723au: else should follow close brace Correct checkpatch.pl errors in rtl8723au's rtw_security.c indicating that an else statement should follow the closing brace of the previous if/else if code block: ERROR: else should follow close brace '}' Signed-off-by: M. Vefa Bicakci Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed