Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f416e264 authored by Yamanappagouda Patil's avatar Yamanappagouda Patil Committed by Greg Kroah-Hartman
Browse files

staging: ks7010: fixed 'space prohibited after that *' erros.



Fixed checkpatch.pl errors related to "space prohibited after that '*'
or '&'" in ks_wlan_net.c file.

Signed-off-by: default avatarYamanappagouda Patil <goudapatilk@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fe497530
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -390,7 +390,7 @@ static int ks_wlan_set_wap(struct net_device *dev, struct iw_request_info *info,
	/* for SLEEP MODE */
	if (priv->reg.operation_mode == MODE_ADHOC ||
	    priv->reg.operation_mode == MODE_INFRASTRUCTURE) {
		memcpy(priv->reg.bssid, (u8 *) & ap_addr->sa_data, ETH_ALEN);
		memcpy(priv->reg.bssid, &ap_addr->sa_data, ETH_ALEN);

		if (is_valid_ether_addr((u8 *)priv->reg.bssid))
			priv->need_commit |= SME_MODE_SET;