From a318c9e0f418076059737118a62d53e0ca11728a Mon Sep 17 00:00:00 2001 From: Elena Oat Date: Tue, 18 Mar 2014 22:09:21 +0200 Subject: [PATCH] Staging: rtl8188eu: Fix warning of braces {} are not necessary. This patch fixes the warning of "braces {} are not necessary for single statement blocks" in file rtw_mlme.c. I have removed the else statement in one case, as it didn't have any value. Signed-off-by: Elena Oat Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed