From 7c3000c3773cdb62400ccba3be09fe257255eb67 Mon Sep 17 00:00:00 2001 From: Elena Oat Date: Thu, 6 Mar 2014 09:35:34 +0200 Subject: [PATCH] Staging: rtl8188eu: Fix warning of spaces at the start of a line. This patch fixes the warning of "please, no spaces at the start of a line" in file rtw_cmd.c. Signed-off-by: Elena Oat Acked-by: Paul E. McKenney Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8188eu/core/rtw_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c b/drivers/staging/rtl8188eu/core/rtw_cmd.c index 8406aa790f2..390406623ef 100644 --- a/drivers/staging/rtl8188eu/core/rtw_cmd.c +++ b/drivers/staging/rtl8188eu/core/rtw_cmd.c @@ -1259,7 +1259,7 @@ exit: return res; - } +} u8 rtw_addbareq_cmd(struct adapter *padapter, u8 tid, u8 *addr) { -- 2.46.0