From: Larry Finger Date: Thu, 30 Oct 2014 04:17:12 +0000 (-0500) Subject: rtlwifi: rtl8821ae: Remove extra semicolons X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~234^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09fa9d87cace65ff4b30ad203ff32f305ee0489f;p=pandora-kernel.git rtlwifi: rtl8821ae: Remove extra semicolons The kbuild test robot reports that there are extra semicolons in this driver. All of them are caused by using "};" rather than "}" at the end of a switch statement. This patch does not change any functionality. Signed-off-by: Larry Finger Cc: Murilo Opsfelder Araujo Signed-off-by: John W. Linville --- Reading git-diff-tree failed