diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-04 18:31:02 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-04 18:31:02 -0400 |
commit | 3cfc2c42c1cbc8e238bb9c0612c0df4565e3a8b4 (patch) | |
tree | 5adc1ff2eaf64d450bf28bb6b2ce890db2567288 /drivers/isdn | |
parent | 5cf65713f87775c548e3eb48dbafa32e12f28000 (diff) | |
parent | 0ea6e61122196509af82cc4f36cbdaacbefb8227 (diff) |
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
* 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (48 commits)
Documentation: update broken web addresses.
fix comment typo "choosed" -> "chosen"
hostap:hostap_hw.c Fix typo in comment
Fix spelling contorller -> controller in comments
Kconfig.debug: FAIL_IO_TIMEOUT: typo Faul -> Fault
fs/Kconfig: Fix typo Userpace -> Userspace
Removing dead MACH_U300_BS26
drivers/infiniband: Remove unnecessary casts of private_data
fs/ocfs2: Remove unnecessary casts of private_data
libfc: use ARRAY_SIZE
scsi: bfa: use ARRAY_SIZE
drm: i915: use ARRAY_SIZE
drm: drm_edid: use ARRAY_SIZE
synclink: use ARRAY_SIZE
block: cciss: use ARRAY_SIZE
comment typo fixes: charater => character
fix comment typos concerning "challenge"
arm: plat-spear: fix typo in kerneldoc
reiserfs: typo comment fix
update email address
...
Diffstat (limited to 'drivers/isdn')
-rw-r--r-- | drivers/isdn/hardware/mISDN/avmfritz.c | 2 | ||||
-rw-r--r-- | drivers/isdn/hardware/mISDN/hfcmulti.c | 4 | ||||
-rw-r--r-- | drivers/isdn/hardware/mISDN/hfcpci.c | 2 | ||||
-rw-r--r-- | drivers/isdn/hardware/mISDN/mISDNinfineon.c | 2 | ||||
-rw-r--r-- | drivers/isdn/hardware/mISDN/speedfax.c | 2 | ||||
-rw-r--r-- | drivers/isdn/hardware/mISDN/w6692.c | 2 | ||||
-rw-r--r-- | drivers/isdn/hisax/callc.c | 2 | ||||
-rw-r--r-- | drivers/isdn/hisax/tei.c | 2 | ||||
-rw-r--r-- | drivers/isdn/mISDN/tei.c | 2 |
9 files changed, 10 insertions, 10 deletions
diff --git a/drivers/isdn/hardware/mISDN/avmfritz.c b/drivers/isdn/hardware/mISDN/avmfritz.c index d4215369bb59..472a2af79446 100644 --- a/drivers/isdn/hardware/mISDN/avmfritz.c +++ b/drivers/isdn/hardware/mISDN/avmfritz.c | |||
@@ -1116,7 +1116,7 @@ fritz_remove_pci(struct pci_dev *pdev) | |||
1116 | release_card(card); | 1116 | release_card(card); |
1117 | else | 1117 | else |
1118 | if (debug) | 1118 | if (debug) |
1119 | pr_info("%s: drvdata allready removed\n", __func__); | 1119 | pr_info("%s: drvdata already removed\n", __func__); |
1120 | } | 1120 | } |
1121 | 1121 | ||
1122 | static struct pci_device_id fcpci_ids[] __devinitdata = { | 1122 | static struct pci_device_id fcpci_ids[] __devinitdata = { |
diff --git a/drivers/isdn/hardware/mISDN/hfcmulti.c b/drivers/isdn/hardware/mISDN/hfcmulti.c index 987fb1824f08..4e3780d78ac7 100644 --- a/drivers/isdn/hardware/mISDN/hfcmulti.c +++ b/drivers/isdn/hardware/mISDN/hfcmulti.c | |||
@@ -4268,7 +4268,7 @@ init_card(struct hfc_multi *hc) | |||
4268 | goto error; | 4268 | goto error; |
4269 | /* | 4269 | /* |
4270 | * Finally enable IRQ output | 4270 | * Finally enable IRQ output |
4271 | * this is only allowed, if an IRQ routine is allready | 4271 | * this is only allowed, if an IRQ routine is already |
4272 | * established for this HFC, so don't do that earlier | 4272 | * established for this HFC, so don't do that earlier |
4273 | */ | 4273 | */ |
4274 | spin_lock_irqsave(&hc->lock, flags); | 4274 | spin_lock_irqsave(&hc->lock, flags); |
@@ -5212,7 +5212,7 @@ static void __devexit hfc_remove_pci(struct pci_dev *pdev) | |||
5212 | spin_unlock_irqrestore(&HFClock, flags); | 5212 | spin_unlock_irqrestore(&HFClock, flags); |
5213 | } else { | 5213 | } else { |
5214 | if (debug) | 5214 | if (debug) |
5215 | printk(KERN_DEBUG "%s: drvdata allready removed\n", | 5215 | printk(KERN_DEBUG "%s: drvdata already removed\n", |
5216 | __func__); | 5216 | __func__); |
5217 | } | 5217 | } |
5218 | } | 5218 | } |
diff --git a/drivers/isdn/hardware/mISDN/hfcpci.c b/drivers/isdn/hardware/mISDN/hfcpci.c index 10757abac0ba..15d323b8be60 100644 --- a/drivers/isdn/hardware/mISDN/hfcpci.c +++ b/drivers/isdn/hardware/mISDN/hfcpci.c | |||
@@ -1773,7 +1773,7 @@ init_card(struct hfc_pci *hc) | |||
1773 | inithfcpci(hc); | 1773 | inithfcpci(hc); |
1774 | /* | 1774 | /* |
1775 | * Finally enable IRQ output | 1775 | * Finally enable IRQ output |
1776 | * this is only allowed, if an IRQ routine is allready | 1776 | * this is only allowed, if an IRQ routine is already |
1777 | * established for this HFC, so don't do that earlier | 1777 | * established for this HFC, so don't do that earlier |
1778 | */ | 1778 | */ |
1779 | enable_hwirq(hc); | 1779 | enable_hwirq(hc); |
diff --git a/drivers/isdn/hardware/mISDN/mISDNinfineon.c b/drivers/isdn/hardware/mISDN/mISDNinfineon.c index 2a2181d58deb..d2dd61d65d51 100644 --- a/drivers/isdn/hardware/mISDN/mISDNinfineon.c +++ b/drivers/isdn/hardware/mISDN/mISDNinfineon.c | |||
@@ -1139,7 +1139,7 @@ inf_remove(struct pci_dev *pdev) | |||
1139 | if (card) | 1139 | if (card) |
1140 | release_card(card); | 1140 | release_card(card); |
1141 | else | 1141 | else |
1142 | pr_debug("%s: drvdata allready removed\n", __func__); | 1142 | pr_debug("%s: drvdata already removed\n", __func__); |
1143 | } | 1143 | } |
1144 | 1144 | ||
1145 | static struct pci_driver infineon_driver = { | 1145 | static struct pci_driver infineon_driver = { |
diff --git a/drivers/isdn/hardware/mISDN/speedfax.c b/drivers/isdn/hardware/mISDN/speedfax.c index d097a4e40e2b..9e07246bb9e7 100644 --- a/drivers/isdn/hardware/mISDN/speedfax.c +++ b/drivers/isdn/hardware/mISDN/speedfax.c | |||
@@ -484,7 +484,7 @@ sfax_remove_pci(struct pci_dev *pdev) | |||
484 | if (card) | 484 | if (card) |
485 | release_card(card); | 485 | release_card(card); |
486 | else | 486 | else |
487 | pr_debug("%s: drvdata allready removed\n", __func__); | 487 | pr_debug("%s: drvdata already removed\n", __func__); |
488 | } | 488 | } |
489 | 489 | ||
490 | static struct pci_device_id sfaxpci_ids[] __devinitdata = { | 490 | static struct pci_device_id sfaxpci_ids[] __devinitdata = { |
diff --git a/drivers/isdn/hardware/mISDN/w6692.c b/drivers/isdn/hardware/mISDN/w6692.c index 31f9d71fb22f..9e84870b971c 100644 --- a/drivers/isdn/hardware/mISDN/w6692.c +++ b/drivers/isdn/hardware/mISDN/w6692.c | |||
@@ -1402,7 +1402,7 @@ w6692_remove_pci(struct pci_dev *pdev) | |||
1402 | release_card(card); | 1402 | release_card(card); |
1403 | else | 1403 | else |
1404 | if (debug) | 1404 | if (debug) |
1405 | pr_notice("%s: drvdata allready removed\n", __func__); | 1405 | pr_notice("%s: drvdata already removed\n", __func__); |
1406 | } | 1406 | } |
1407 | 1407 | ||
1408 | static struct pci_device_id w6692_ids[] = { | 1408 | static struct pci_device_id w6692_ids[] = { |
diff --git a/drivers/isdn/hisax/callc.c b/drivers/isdn/hisax/callc.c index f58ded8f403f..f150330b5a23 100644 --- a/drivers/isdn/hisax/callc.c +++ b/drivers/isdn/hisax/callc.c | |||
@@ -1172,7 +1172,7 @@ CallcFreeChan(struct IsdnCardState *csta) | |||
1172 | kfree(csta->channel[i].b_st); | 1172 | kfree(csta->channel[i].b_st); |
1173 | csta->channel[i].b_st = NULL; | 1173 | csta->channel[i].b_st = NULL; |
1174 | } else | 1174 | } else |
1175 | printk(KERN_WARNING "CallcFreeChan b_st ch%d allready freed\n", i); | 1175 | printk(KERN_WARNING "CallcFreeChan b_st ch%d already freed\n", i); |
1176 | if (i || test_bit(FLG_TWO_DCHAN, &csta->HW_Flags)) { | 1176 | if (i || test_bit(FLG_TWO_DCHAN, &csta->HW_Flags)) { |
1177 | release_d_st(csta->channel + i); | 1177 | release_d_st(csta->channel + i); |
1178 | } else | 1178 | } else |
diff --git a/drivers/isdn/hisax/tei.c b/drivers/isdn/hisax/tei.c index f4cb178b0666..842f9c9e875d 100644 --- a/drivers/isdn/hisax/tei.c +++ b/drivers/isdn/hisax/tei.c | |||
@@ -130,7 +130,7 @@ tei_id_request(struct FsmInst *fi, int event, void *arg) | |||
130 | 130 | ||
131 | if (st->l2.tei != -1) { | 131 | if (st->l2.tei != -1) { |
132 | st->ma.tei_m.printdebug(&st->ma.tei_m, | 132 | st->ma.tei_m.printdebug(&st->ma.tei_m, |
133 | "assign request for allready asigned tei %d", | 133 | "assign request for already asigned tei %d", |
134 | st->l2.tei); | 134 | st->l2.tei); |
135 | return; | 135 | return; |
136 | } | 136 | } |
diff --git a/drivers/isdn/mISDN/tei.c b/drivers/isdn/mISDN/tei.c index 34e898fe2f4f..1b85d9d27496 100644 --- a/drivers/isdn/mISDN/tei.c +++ b/drivers/isdn/mISDN/tei.c | |||
@@ -457,7 +457,7 @@ tei_id_request(struct FsmInst *fi, int event, void *arg) | |||
457 | 457 | ||
458 | if (tm->l2->tei != GROUP_TEI) { | 458 | if (tm->l2->tei != GROUP_TEI) { |
459 | tm->tei_m.printdebug(&tm->tei_m, | 459 | tm->tei_m.printdebug(&tm->tei_m, |
460 | "assign request for allready assigned tei %d", | 460 | "assign request for already assigned tei %d", |
461 | tm->l2->tei); | 461 | tm->l2->tei); |
462 | return; | 462 | return; |
463 | } | 463 | } |