From 2d7b3a7bb81fb585a4f794667297406438605090 Mon Sep 17 00:00:00 2001 From: "M. Vefa Bicakci" Date: Sat, 28 Mar 2015 21:07:46 -0400 Subject: [PATCH] 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-format-patch failed