Received: by 2002:a25:e7d8:0:0:0:0:0 with SMTP id e207csp769362ybh; Tue, 10 Mar 2020 07:57:50 -0700 (PDT) X-Google-Smtp-Source: ADFU+vuBczx4cNNSj8wjn23z61eO15A1jgB10f5DZnG/TctiV04eixU9YAqvsZTr2Nyc5y8Lwngt X-Received: by 2002:aca:170c:: with SMTP id j12mr1393141oii.50.1583852270422; Tue, 10 Mar 2020 07:57:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1583852270; cv=none; d=google.com; s=arc-20160816; b=QGG4fLl6TWm5hnn5OF8RCd7u2HIGbcMj8yKXTDbzypi25qEx/4vnfC5oLypOakaQzo hfIE0cNCdNLBBug7WOn+ieKPo4YBVBDXmm0GNZbn9qqGdK1YY7St14q5g3rD6cTQJeXv d/6D6na7B1Tr0IZvENSceQiXUZTGSu/9r1ERXK4ljLiEdgem2mwYEg8UQD7BO3Q6qxuh 9LjYbQKDOEzt6Iqr16L7y/PjutiNqTph0ersLtG5RrCzpF/2/Vhf9P4amH7lJ6xL4PiW Q8tFoMR38MuGv6rCiuGXJsrY5r9K1pYKH77B8Mojg+wEnssOH8kEwDM6QfH632ykEReV InDw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=7wzZPkXEdirRj6EWRYlw3KMp81EeVRr5z4HuK37krDY=; b=smyRem6l+WmpQCnNRWp+/9g2WBaeB+5OjMzOaBB2s7XvfjiuuNiNgfotc+6yg841t7 uHBftsdCRvTIJTRwLk1llYVJQrYDjo9x8Z3ALavDVPcP7Xwt7dWcA2lpdVjXlvkuLIgq g28OErnQH3Q7so3csI+t4gQapkXuV9+JRY71dnxZVDayvrnUQyWZp2srFzhTqR1kFeyM kBfzYKBZp1p1l+NttsRf7QvWS7EnQcelvPbEp1w4u0unCgLILcBd20kbyGoteRg0ARIf lS95qSJNZiuxJS0zjYvIpRwatHfjCriV0D4K5DvRCO2wiNUTAxojSR1ZYzMHCuq/K7cx tvoA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w21si1674150oia.257.2020.03.10.07.57.38; Tue, 10 Mar 2020 07:57:50 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727730AbgCJO5T (ORCPT + 99 others); Tue, 10 Mar 2020 10:57:19 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:41849 "EHLO mail3-relais-sop.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726382AbgCJO5S (ORCPT ); Tue, 10 Mar 2020 10:57:18 -0400 X-IronPort-AV: E=Sophos;i="5.70,537,1574118000"; d="scan'208";a="341899706" Received: from dt-lawall.paris.inria.fr ([128.93.67.65]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Mar 2020 15:57:16 +0100 Date: Tue, 10 Mar 2020 15:57:15 +0100 (CET) From: Julia Lawall X-X-Sender: julia@hadrien To: Shreeya Patel cc: Larry.Finger@lwfinger.net, gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, outreachy-kernel@googlegroups.com, sbrivio@redhat.com, daniel.baluta@gmail.com, nramas@linux.microsoft.com, hverkuil@xs4all.nl Subject: Re: [Outreachy kernel] [PATCH v2] Staging: rtl8188eu: rtw_mlme: Add space around operators In-Reply-To: <20200310144702.14653-1-shreeya.patel23498@gmail.com> Message-ID: References: <20200310144702.14653-1-shreeya.patel23498@gmail.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 10 Mar 2020, Shreeya Patel wrote: > Add space around operators for improving the code > readability. > > Reported by checkpatch.pl > > Signed-off-by: Shreeya Patel > --- > > rtw_mlme_old.o - Previously produced object file before making any > changes to the source code. > rtw_mlme.o - Object file produced after compiling the changes done in source > file. > > Following is the output of diff between the previously produced object > file and the object file produced after compiling the changes. > > shreeya@Shreeya-Patel:~git/kernels/staging/drivers/staging/rtl8188eu/core$ diff rtw_mlme_old.o rtw_mlme.o > shreeya@Shreeya-Patel:~git/kernels/staging/drivers/staging/rtl8188eu/core$ > > Following output shows that there was no other change in the source > code except for whitespace. > > shreeya@Shreeya-Patel:~git/kernels/staging$ git diff -w drivers/staging/rtl8188eu/core/ > shreeya@Shreeya-Patel:~git/kernels/staging$ If this information is importamt, it should be above the line. On the other hand, it is much too detailed, making it hard to figure out what is being said. It would be better to just say diff of the .o files before and after the changes shows no difference. Likewise git diff -w shows no difference. That way one can quickly see what tests you did, without being distracted by the machine name, the directory name, etc. julia > > Changes in v2 > - Include the file name in Subject to make it more specific. > - Add the output of diff between the previously produced object > file and the object file produced after compiling the changes. > - Add the output of git diff -w to show no changes in source file > except for whitespace. > > > drivers/staging/rtl8188eu/core/rtw_mlme.c | 40 +++++++++++------------ > 1 file changed, 20 insertions(+), 20 deletions(-) > > diff --git a/drivers/staging/rtl8188eu/core/rtw_mlme.c b/drivers/staging/rtl8188eu/core/rtw_mlme.c > index 8da955e8343b..9de2d421f6b1 100644 > --- a/drivers/staging/rtl8188eu/core/rtw_mlme.c > +++ b/drivers/staging/rtl8188eu/core/rtw_mlme.c > @@ -149,7 +149,7 @@ static void _rtw_free_network(struct mlme_priv *pmlmepriv, struct wlan_network * > (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE))) > lifetime = 1; > if (!isfreeall) { > - delta_time = (curr_time - pnetwork->last_scanned)/HZ; > + delta_time = (curr_time - pnetwork->last_scanned) / HZ; > if (delta_time < lifetime)/* unit:sec */ > return; > } > @@ -249,8 +249,8 @@ void rtw_generate_random_ibss(u8 *pibss) > pibss[1] = 0x11; > pibss[2] = 0x87; > pibss[3] = (u8)(curtime & 0xff);/* p[0]; */ > - pibss[4] = (u8)((curtime>>8) & 0xff);/* p[1]; */ > - pibss[5] = (u8)((curtime>>16) & 0xff);/* p[2]; */ > + pibss[4] = (u8)((curtime >> 8) & 0xff);/* p[1]; */ > + pibss[5] = (u8)((curtime >> 16) & 0xff);/* p[2]; */ > } > > u8 *rtw_get_capability_from_ie(u8 *ie) > @@ -357,9 +357,9 @@ void update_network(struct wlan_bssid_ex *dst, struct wlan_bssid_ex *src, > rssi_final = rssi_ori; > } else { > if (sq_smp != 101) { /* from the right channel */ > - ss_final = ((u32)(src->PhyInfo.SignalStrength)+(u32)(dst->PhyInfo.SignalStrength)*4)/5; > - sq_final = ((u32)(src->PhyInfo.SignalQuality)+(u32)(dst->PhyInfo.SignalQuality)*4)/5; > - rssi_final = (src->Rssi+dst->Rssi*4)/5; > + ss_final = ((u32)(src->PhyInfo.SignalStrength) + (u32)(dst->PhyInfo.SignalStrength) * 4) / 5; > + sq_final = ((u32)(src->PhyInfo.SignalQuality) + (u32)(dst->PhyInfo.SignalQuality) * 4) / 5; > + rssi_final = (src->Rssi + dst->Rssi * 4) / 5; > } else { > /* bss info not receiving from the right channel, use the original RX signal infos */ > ss_final = dst->PhyInfo.SignalStrength; > @@ -510,7 +510,7 @@ static int rtw_is_desired_network(struct adapter *adapter, struct wlan_network * > privacy = pnetwork->network.Privacy; > > if (check_fwstate(pmlmepriv, WIFI_UNDER_WPS)) { > - if (rtw_get_wps_ie(pnetwork->network.ies+_FIXED_IE_LENGTH_, pnetwork->network.ie_length-_FIXED_IE_LENGTH_, NULL, &wps_ielen)) > + if (rtw_get_wps_ie(pnetwork->network.ies + _FIXED_IE_LENGTH_, pnetwork->network.ie_length - _FIXED_IE_LENGTH_, NULL, &wps_ielen)) > return true; > else > return false; > @@ -925,7 +925,7 @@ static void rtw_joinbss_update_network(struct adapter *padapter, struct wlan_net > switch (pnetwork->network.InfrastructureMode) { > case Ndis802_11Infrastructure: > if (pmlmepriv->fw_state & WIFI_UNDER_WPS) > - pmlmepriv->fw_state = WIFI_STATION_STATE|WIFI_UNDER_WPS; > + pmlmepriv->fw_state = WIFI_STATION_STATE | WIFI_UNDER_WPS; > else > pmlmepriv->fw_state = WIFI_STATION_STATE; > break; > @@ -1097,14 +1097,14 @@ static u8 search_max_mac_id(struct adapter *padapter) > #if defined(CONFIG_88EU_AP_MODE) > if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) { > for (aid = pstapriv->max_num_sta; aid > 0; aid--) { > - if (pstapriv->sta_aid[aid-1]) > + if (pstapriv->sta_aid[aid - 1]) > break; > } > mac_id = aid + 1; > } else > #endif > {/* adhoc id = 31~2 */ > - for (mac_id = NUM_STA-1; mac_id >= IBSS_START_MAC_ID; mac_id--) { > + for (mac_id = NUM_STA - 1; mac_id >= IBSS_START_MAC_ID; mac_id--) { > if (pmlmeinfo->FW_sta_info[mac_id].status == 1) > break; > } > @@ -1123,7 +1123,7 @@ void rtw_stassoc_hw_rpt(struct adapter *adapter, struct sta_info *psta) > > macid = search_max_mac_id(adapter); > rtw_hal_set_hwreg(adapter, HW_VAR_TX_RPT_MAX_MACID, (u8 *)&macid); > - media_status = (psta->mac_id<<8)|1; /* MACID|OPMODE:1 connect */ > + media_status = (psta->mac_id << 8) | 1; /* MACID|OPMODE:1 connect */ > rtw_hal_set_hwreg(adapter, HW_VAR_H2C_MEDIA_STATUS_RPT, (u8 *)&media_status); > } > > @@ -1213,7 +1213,7 @@ void rtw_stadel_event_callback(struct adapter *adapter, u8 *pbuf) > if (mac_id >= 0) { > u16 media_status; > > - media_status = (mac_id<<8)|0; /* MACID|OPMODE:0 means disconnect */ > + media_status = (mac_id << 8) | 0; /* MACID|OPMODE:0 means disconnect */ > /* for STA, AP, ADHOC mode, report disconnect stauts to FW */ > rtw_hal_set_hwreg(adapter, HW_VAR_H2C_MEDIA_STATUS_RPT, (u8 *)&media_status); > } > @@ -1640,7 +1640,7 @@ int rtw_restruct_wmm_ie(struct adapter *adapter, u8 *in_ie, u8 *out_ie, uint in_ > for (i = 12; i < in_len; i += (in_ie[i + 1] + 2) /* to the next IE element */) { > ielength = initial_out_len; > > - if (in_ie[i] == 0xDD && in_ie[i+2] == 0x00 && in_ie[i+3] == 0x50 && in_ie[i+4] == 0xF2 && in_ie[i+5] == 0x02 && i+5 < in_len) { > + if (in_ie[i] == 0xDD && in_ie[i + 2] == 0x00 && in_ie[i + 3] == 0x50 && in_ie[i + 4] == 0xF2 && in_ie[i + 5] == 0x02 && i + 5 < in_len) { > /* WMM element ID and OUI */ > /* Append WMM IE to the last index of out_ie */ > > @@ -1734,13 +1734,13 @@ int rtw_restruct_sec_ie(struct adapter *adapter, u8 *in_ie, u8 *out_ie, uint in_ > authmode = _WPA2_IE_ID_; > > if (check_fwstate(pmlmepriv, WIFI_UNDER_WPS)) { > - memcpy(out_ie+ielength, psecuritypriv->wps_ie, psecuritypriv->wps_ie_len); > + memcpy(out_ie + ielength, psecuritypriv->wps_ie, psecuritypriv->wps_ie_len); > > ielength += psecuritypriv->wps_ie_len; > } else if ((authmode == _WPA_IE_ID_) || (authmode == _WPA2_IE_ID_)) { > /* copy RSN or SSN */ > - memcpy(&out_ie[ielength], &psecuritypriv->supplicant_ie[0], psecuritypriv->supplicant_ie[1]+2); > - ielength += psecuritypriv->supplicant_ie[1]+2; > + memcpy(&out_ie[ielength], &psecuritypriv->supplicant_ie[0], psecuritypriv->supplicant_ie[1] + 2); > + ielength += psecuritypriv->supplicant_ie[1] + 2; > rtw_report_sec_ie(adapter, authmode, psecuritypriv->supplicant_ie); > } > > @@ -1865,7 +1865,7 @@ unsigned int rtw_restructure_ht_ie(struct adapter *padapter, u8 *in_ie, u8 *out_ > > phtpriv->ht_option = false; > > - p = rtw_get_ie(in_ie+12, _HT_CAPABILITY_IE_, &ielen, in_len-12); > + p = rtw_get_ie(in_ie + 12, _HT_CAPABILITY_IE_, &ielen, in_len - 12); > > if (p && ielen > 0) { > struct ieee80211_ht_cap ht_cap; > @@ -1904,16 +1904,16 @@ unsigned int rtw_restructure_ht_ie(struct adapter *padapter, u8 *in_ie, u8 *out_ > else > ht_cap.ampdu_params_info |= IEEE80211_HT_CAP_AMPDU_DENSITY & 0x00; > > - rtw_set_ie(out_ie+out_len, _HT_CAPABILITY_IE_, > + rtw_set_ie(out_ie + out_len, _HT_CAPABILITY_IE_, > sizeof(struct ieee80211_ht_cap), > (unsigned char *)&ht_cap, pout_len); > > phtpriv->ht_option = true; > > - p = rtw_get_ie(in_ie+12, _HT_ADD_INFO_IE_, &ielen, in_len-12); > + p = rtw_get_ie(in_ie + 12, _HT_ADD_INFO_IE_, &ielen, in_len - 12); > if (p && (ielen == sizeof(struct ieee80211_ht_addt_info))) { > out_len = *pout_len; > - rtw_set_ie(out_ie+out_len, _HT_ADD_INFO_IE_, ielen, p+2, pout_len); > + rtw_set_ie(out_ie + out_len, _HT_ADD_INFO_IE_, ielen, p + 2, pout_len); > } > } > return phtpriv->ht_option; > -- > 2.17.1 > > -- > You received this message because you are subscribed to the Google Groups "outreachy-kernel" group. > To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20200310144702.14653-1-shreeya.patel23498%40gmail.com. >