Fix common misspellings
Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
This commit is contained in:
@@ -290,7 +290,7 @@ static void wl3501_get_from_wla(struct wl3501_card *this, u16 src, void *dest,
|
||||
* \ \- IEEE 802.11 -/ \-------------- len --------------/
|
||||
* \-struct wl3501_80211_tx_hdr--/ \-------- Ethernet Frame -------/
|
||||
*
|
||||
* Return = Postion in Card
|
||||
* Return = Position in Card
|
||||
*/
|
||||
static u16 wl3501_get_tx_buffer(struct wl3501_card *this, u16 len)
|
||||
{
|
||||
@@ -1932,7 +1932,7 @@ static int wl3501_config(struct pcmcia_device *link)
|
||||
this->base_addr = dev->base_addr;
|
||||
|
||||
if (!wl3501_get_flash_mac_addr(this)) {
|
||||
printk(KERN_WARNING "%s: Cant read MAC addr in flash ROM?\n",
|
||||
printk(KERN_WARNING "%s: Can't read MAC addr in flash ROM?\n",
|
||||
dev->name);
|
||||
unregister_netdev(dev);
|
||||
goto failed;
|
||||
|
Reference in New Issue
Block a user