Commit d8c08d28 authored by Andries E. Brouwer's avatar Andries E. Brouwer Committed by Linus Torvalds

[PATCH] wierd typos

I have directories full of typo corrections - don't know
whether you want them. Below some wierds.
parent f0685105
...@@ -25,7 +25,7 @@ void *pci_alloc_consistent(struct pci_dev *hwdev, size_t size, ...@@ -25,7 +25,7 @@ void *pci_alloc_consistent(struct pci_dev *hwdev, size_t size,
printk("BUG: pci_alloc_consistent() called - not yet supported\n"); printk("BUG: pci_alloc_consistent() called - not yet supported\n");
/* We ALWAYS need DMA memory on the overdrive hardware, /* We ALWAYS need DMA memory on the overdrive hardware,
* due to it's extreme wierdness * due to it's extreme weirdness
* Need to flush the cache here as well, since the memory * Need to flush the cache here as well, since the memory
* can still be seen through the cache! * can still be seen through the cache!
*/ */
......
...@@ -784,7 +784,7 @@ static void vioHandleOpenEvent(struct HvLpEvent *event) ...@@ -784,7 +784,7 @@ static void vioHandleOpenEvent(struct HvLpEvent *event)
atomic_set(aptr, 1); atomic_set(aptr, 1);
} else } else
printk(VIOCONS_KERN_WARN printk(VIOCONS_KERN_WARN
"wierd...got open ack without atomic\n"); "weird...got open ack without atomic\n");
return; return;
} }
......
...@@ -938,7 +938,7 @@ static void vioHandleTapeEvent(struct HvLpEvent *event) ...@@ -938,7 +938,7 @@ static void vioHandleTapeEvent(struct HvLpEvent *event)
} }
break; break;
default: default:
printk(VIOTAPE_KERN_WARN "wierd ack\n"); printk(VIOTAPE_KERN_WARN "weird ack\n");
} }
} }
......
...@@ -338,7 +338,7 @@ static void set_audio_standard_NICAM(struct cx88_core *core) ...@@ -338,7 +338,7 @@ static void set_audio_standard_NICAM(struct cx88_core *core)
static void set_audio_standard_NICAM_L(struct cx88_core *core) static void set_audio_standard_NICAM_L(struct cx88_core *core)
{ {
/* This is officially wierd.. register dumps indicate windows /* This is officially weird.. register dumps indicate windows
* uses audio mode 4.. A2. Let's operate and find out. */ * uses audio mode 4.. A2. Let's operate and find out. */
static const struct rlist nicam_l[] = { static const struct rlist nicam_l[] = {
......
...@@ -1267,7 +1267,7 @@ static irqreturn_t service_interrupt(int irq, void *dev_id, struct pt_regs *regs ...@@ -1267,7 +1267,7 @@ static irqreturn_t service_interrupt(int irq, void *dev_id, struct pt_regs *regs
build_wpa_mib(priv); build_wpa_mib(priv);
break; break;
case ISR_GENERIC_IRQ: case ISR_GENERIC_IRQ:
printk(KERN_INFO "%s: Generic_irq recieved.\n", dev->name); printk(KERN_INFO "%s: Generic_irq received.\n", dev->name);
break; break;
} }
} }
...@@ -2567,7 +2567,7 @@ static void join(struct atmel_private *priv, int type) ...@@ -2567,7 +2567,7 @@ static void join(struct atmel_private *priv, int type)
struct { struct {
u8 BSSID[6]; u8 BSSID[6];
u8 SSID[MAX_SSID_LENGTH]; u8 SSID[MAX_SSID_LENGTH];
u8 BSS_type; /* this is a short in a scan command - wierd */ u8 BSS_type; /* this is a short in a scan command - weird */
u8 channel; u8 channel;
u16 timeout; u16 timeout;
u8 SSID_size; u8 SSID_size;
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
* Ben. Herrenschmidt. * Ben. Herrenschmidt.
* *
* *
* Note: I removed media-bay details from the feature stuff, I beleive it's * Note: I removed media-bay details from the feature stuff, I believe it's
* not worth it, the media-bay driver can directly use the mac-io * not worth it, the media-bay driver can directly use the mac-io
* ASIC registers. * ASIC registers.
* *
......
...@@ -124,7 +124,7 @@ struct ipmi_ipmb_addr ...@@ -124,7 +124,7 @@ struct ipmi_ipmb_addr
* In this address, the remote_SWID is always the SWID the remote * In this address, the remote_SWID is always the SWID the remote
* message came from, or the SWID we are sending the message to. * message came from, or the SWID we are sending the message to.
* local_SWID is always our SWID. Note that having our SWID in the * local_SWID is always our SWID. Note that having our SWID in the
* message is a little wierd, but this is required. * message is a little weird, but this is required.
*/ */
#define IPMI_LAN_ADDR_TYPE 0x04 #define IPMI_LAN_ADDR_TYPE 0x04
struct ipmi_lan_addr struct ipmi_lan_addr
......
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