mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-03-23 19:57:01 +08:00
staging: rtl8192u: Adding space around '='
This patch fixes the checkpatch issue by adding space around '='. Signed-off-by: simran singhal <singhalsimran0@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ed8959f40a
commit
d0f619b2c9
@ -3140,7 +3140,7 @@ EXPORT_SYMBOL(SendDisassociation);
|
||||
int ieee80211_wpa_supplicant_ioctl(struct ieee80211_device *ieee, struct iw_point *p)
|
||||
{
|
||||
struct ieee_param *param;
|
||||
int ret=0;
|
||||
int ret = 0;
|
||||
|
||||
mutex_lock(&ieee->wx_mutex);
|
||||
//IEEE_DEBUG_INFO("wpa_supplicant: len=%d\n", p->length);
|
||||
|
Loading…
x
Reference in New Issue
Block a user