commit | 09fa9d87cace65ff4b30ad203ff32f305ee0489f | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Wed Oct 29 23:17:12 2014 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Oct 30 15:26:54 2014 -0400 |
tree | dcf74c360be15b851a41d24cd75468f3a0f351ff | |
parent | 3fe33c4cec15c4dec7935c1f08811fab43343bf0 [diff] |
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 <Larry.Finger@lwfinger.net> Cc: Murilo Opsfelder Araujo <mopsfelder@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>