Commit 39831861 authored by Stefan Weil's avatar Stefan Weil Committed by Greg Kroah-Hartman

Staging: rtl81*: Fix spelling fuction -> function in comments

Obviously the wrong spelling was copied a lot of times.

A similar patch for the non-staging part of linux
is committed by Jiri Kosina.

Cc: devel@driverdev.osuosl.org
Signed-off-by: default avatarStefan Weil <weil@mail.berlios.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 60ef9eb6
...@@ -454,7 +454,7 @@ void ieee80211_softmac_scan_syncro(struct ieee80211_device *ieee) ...@@ -454,7 +454,7 @@ void ieee80211_softmac_scan_syncro(struct ieee80211_device *ieee)
goto out; /* scan completed */ goto out; /* scan completed */
}while(!channel_map[ch]); }while(!channel_map[ch]);
/* this fuction can be called in two situations /* this function can be called in two situations
* 1- We have switched to ad-hoc mode and we are * 1- We have switched to ad-hoc mode and we are
* performing a complete syncro scan before conclude * performing a complete syncro scan before conclude
* there are no interesting cell and to create a * there are no interesting cell and to create a
...@@ -517,7 +517,7 @@ void ieee80211_softmac_ips_scan_syncro(struct ieee80211_device *ieee) ...@@ -517,7 +517,7 @@ void ieee80211_softmac_ips_scan_syncro(struct ieee80211_device *ieee)
// printk("=======hh===============>ips scan\n"); // printk("=======hh===============>ips scan\n");
while(1) while(1)
{ {
/* this fuction can be called in two situations /* this function can be called in two situations
* 1- We have switched to ad-hoc mode and we are * 1- We have switched to ad-hoc mode and we are
* performing a complete syncro scan before conclude * performing a complete syncro scan before conclude
* there are no interesting cell and to create a * there are no interesting cell and to create a
......
...@@ -455,7 +455,7 @@ void ieee80211_softmac_scan_syncro(struct ieee80211_device *ieee) ...@@ -455,7 +455,7 @@ void ieee80211_softmac_scan_syncro(struct ieee80211_device *ieee)
}while(!ieee->channel_map[ch]); }while(!ieee->channel_map[ch]);
#endif #endif
/* this fuction can be called in two situations /* this function can be called in two situations
* 1- We have switched to ad-hoc mode and we are * 1- We have switched to ad-hoc mode and we are
* performing a complete syncro scan before conclude * performing a complete syncro scan before conclude
* there are no interesting cell and to create a * there are no interesting cell and to create a
......
...@@ -449,7 +449,7 @@ void ieee80211_softmac_scan_syncro(struct ieee80211_device *ieee) ...@@ -449,7 +449,7 @@ void ieee80211_softmac_scan_syncro(struct ieee80211_device *ieee)
}while(!ieee->channel_map[ch]); }while(!ieee->channel_map[ch]);
#endif #endif
/* this fuction can be called in two situations /* this function can be called in two situations
* 1- We have switched to ad-hoc mode and we are * 1- We have switched to ad-hoc mode and we are
* performing a complete syncro scan before conclude * performing a complete syncro scan before conclude
* there are no interesting cell and to create a * there are no interesting cell and to create a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment