mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 15:55:28 -04:00
staging: rtl8712: Replace "the the " with "the"
This patch replace "the the " with "the". The replacement couldn't be automated because sometimes the first "the" was meant to be another word. Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com> Acked-by: Daniel Baluta <daniel.baluta@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
566be54df1
commit
f44b902adf
@@ -527,7 +527,7 @@ u8 r8712_joinbss_cmd(struct _adapter *padapter, struct wlan_network *pnetwork)
|
||||
memcpy(&psecuritypriv->authenticator_ie[1],
|
||||
&psecnetwork->IEs[12], (256-1));
|
||||
psecnetwork->IELength = 0;
|
||||
/* If the the driver wants to use the bssid to create the connection.
|
||||
/* If the driver wants to use the bssid to create the connection.
|
||||
* If not, we copy the connecting AP's MAC address to it so that
|
||||
* the driver just has the bssid information for PMKIDList searching.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user