From: Elena Oat Date: Thu, 6 Mar 2014 07:35:34 +0000 (+0200) Subject: Staging: rtl8188eu: Fix warning of spaces at the start of a line. X-Git-Tag: v3.15-rc1~139^2~576 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=7c3000c3773cdb62400ccba3be09fe257255eb67;p=~emulex%2Finfiniband.git 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 --- 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) {