diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-06-30 12:27:16 -0400 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-06-30 12:27:16 -0400 |
commit | 80f7228b59e4bbe9d840af3ff0f2fe480d6e7c79 (patch) | |
tree | 08e6d2365abeafd7bfcc0fd7485db9055463d72c /drivers | |
parent | 47bdd718c6547d84c8e140cd0f495c016f13b08b (diff) |
typo fixes: occuring -> occurring
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_intr.c | 2 | ||||
-rw-r--r-- | drivers/message/fusion/mptbase.c | 2 | ||||
-rw-r--r-- | drivers/net/wireless/ipw2100.c | 2 | ||||
-rw-r--r-- | drivers/serial/pxa.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_intr.c b/drivers/infiniband/hw/ipath/ipath_intr.c index 3e72a1fe3d73..5e31d0de849b 100644 --- a/drivers/infiniband/hw/ipath/ipath_intr.c +++ b/drivers/infiniband/hw/ipath/ipath_intr.c | |||
@@ -397,7 +397,7 @@ static void handle_errors(struct ipath_devdata *dd, ipath_err_t errs) | |||
397 | if ((dd->ipath_maskederrs & ~dd->ipath_ignorederrs) & | 397 | if ((dd->ipath_maskederrs & ~dd->ipath_ignorederrs) & |
398 | ~(INFINIPATH_E_RRCVEGRFULL | INFINIPATH_E_RRCVHDRFULL)) | 398 | ~(INFINIPATH_E_RRCVEGRFULL | INFINIPATH_E_RRCVHDRFULL)) |
399 | ipath_dev_err(dd, "Disabling error(s) %llx because " | 399 | ipath_dev_err(dd, "Disabling error(s) %llx because " |
400 | "occuring too frequently (%s)\n", | 400 | "occurring too frequently (%s)\n", |
401 | (unsigned long long) | 401 | (unsigned long long) |
402 | (dd->ipath_maskederrs & | 402 | (dd->ipath_maskederrs & |
403 | ~dd->ipath_ignorederrs), msg); | 403 | ~dd->ipath_ignorederrs), msg); |
diff --git a/drivers/message/fusion/mptbase.c b/drivers/message/fusion/mptbase.c index 12dd8d493ee2..cf404d294641 100644 --- a/drivers/message/fusion/mptbase.c +++ b/drivers/message/fusion/mptbase.c | |||
@@ -5592,7 +5592,7 @@ mpt_HardResetHandler(MPT_ADAPTER *ioc, int sleepFlag) | |||
5592 | 5592 | ||
5593 | /* The SCSI driver needs to adjust timeouts on all current | 5593 | /* The SCSI driver needs to adjust timeouts on all current |
5594 | * commands prior to the diagnostic reset being issued. | 5594 | * commands prior to the diagnostic reset being issued. |
5595 | * Prevents timeouts occuring during a diagnostic reset...very bad. | 5595 | * Prevents timeouts occurring during a diagnostic reset...very bad. |
5596 | * For all other protocol drivers, this is a no-op. | 5596 | * For all other protocol drivers, this is a no-op. |
5597 | */ | 5597 | */ |
5598 | { | 5598 | { |
diff --git a/drivers/net/wireless/ipw2100.c b/drivers/net/wireless/ipw2100.c index 94aeb23a7729..f5025539df21 100644 --- a/drivers/net/wireless/ipw2100.c +++ b/drivers/net/wireless/ipw2100.c | |||
@@ -5358,7 +5358,7 @@ static int ipw2100_set_key(struct ipw2100_priv *priv, | |||
5358 | idx, keylen, len); | 5358 | idx, keylen, len); |
5359 | 5359 | ||
5360 | /* NOTE: We don't check cached values in case the firmware was reset | 5360 | /* NOTE: We don't check cached values in case the firmware was reset |
5361 | * or some other problem is occuring. If the user is setting the key, | 5361 | * or some other problem is occurring. If the user is setting the key, |
5362 | * then we push the change */ | 5362 | * then we push the change */ |
5363 | 5363 | ||
5364 | wep_key->idx = idx; | 5364 | wep_key->idx = idx; |
diff --git a/drivers/serial/pxa.c b/drivers/serial/pxa.c index 0fa0ccc9ed27..bf85b5782ac5 100644 --- a/drivers/serial/pxa.c +++ b/drivers/serial/pxa.c | |||
@@ -390,7 +390,7 @@ static int serial_pxa_startup(struct uart_port *port) | |||
390 | 390 | ||
391 | /* | 391 | /* |
392 | * Finally, enable interrupts. Note: Modem status interrupts | 392 | * Finally, enable interrupts. Note: Modem status interrupts |
393 | * are set via set_termios(), which will be occuring imminently | 393 | * are set via set_termios(), which will be occurring imminently |
394 | * anyway, so we don't enable them here. | 394 | * anyway, so we don't enable them here. |
395 | */ | 395 | */ |
396 | up->ier = UART_IER_RLSI | UART_IER_RDI | UART_IER_RTOIE | UART_IER_UUE; | 396 | up->ier = UART_IER_RLSI | UART_IER_RDI | UART_IER_RTOIE | UART_IER_UUE; |