]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
fix comment/printk typos concerning "already"
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 2 Jul 2010 18:41:51 +0000 (20:41 +0200)
committerJiri Kosina <jkosina@suse.cz>
Sun, 11 Jul 2010 19:45:40 +0000 (21:45 +0200)
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
15 files changed:
drivers/block/drbd/drbd_receiver.c
drivers/isdn/hardware/mISDN/avmfritz.c
drivers/isdn/hardware/mISDN/hfcmulti.c
drivers/isdn/hardware/mISDN/hfcpci.c
drivers/isdn/hardware/mISDN/mISDNinfineon.c
drivers/isdn/hardware/mISDN/speedfax.c
drivers/isdn/hardware/mISDN/w6692.c
drivers/isdn/hisax/callc.c
drivers/isdn/hisax/tei.c
drivers/isdn/mISDN/tei.c
drivers/media/video/zoran/zoran_device.c
drivers/scsi/bfa/bfa_ioim.c
drivers/usb/host/fhci-sched.c
kernel/time/tick-broadcast.c
net/ipv6/netfilter/nf_conntrack_reasm.c

index dff48701b84d8784f0f85a9202abbaaf16c522fc..ec1711f7c5c56db8d2d089e849728a29f5f62980 100644 (file)
@@ -1087,7 +1087,7 @@ static enum finish_epoch drbd_may_finish_epoch(struct drbd_conf *mdev,
                        } else {
                                epoch->flags = 0;
                                atomic_set(&epoch->epoch_size, 0);
-                               /* atomic_set(&epoch->active, 0); is alrady zero */
+                               /* atomic_set(&epoch->active, 0); is already zero */
                                if (rv == FE_STILL_LIVE)
                                        rv = FE_RECYCLED;
                        }
index d4215369bb59dde8f5ab629db3ceb259d0c0480e..472a2af79446f61306060d236392b6a639c7cc26 100644 (file)
@@ -1116,7 +1116,7 @@ fritz_remove_pci(struct pci_dev *pdev)
                release_card(card);
        else
                if (debug)
-                       pr_info("%s: drvdata allready removed\n", __func__);
+                       pr_info("%s: drvdata already removed\n", __func__);
 }
 
 static struct pci_device_id fcpci_ids[] __devinitdata = {
index 095ed76ebe8056e3d7d816accfc1e32aea1fdf84..d3171954fa45f9f69c0636a8c37c9aa13dd04423 100644 (file)
@@ -4268,7 +4268,7 @@ init_card(struct hfc_multi *hc)
                goto error;
        /*
         * Finally enable IRQ output
-        * this is only allowed, if an IRQ routine is allready
+        * this is only allowed, if an IRQ routine is already
         * established for this HFC, so don't do that earlier
         */
        spin_lock_irqsave(&hc->lock, flags);
@@ -5212,7 +5212,7 @@ static void __devexit hfc_remove_pci(struct pci_dev *pdev)
                spin_unlock_irqrestore(&HFClock, flags);
        }  else {
                if (debug)
-                       printk(KERN_DEBUG "%s: drvdata allready removed\n",
+                       printk(KERN_DEBUG "%s: drvdata already removed\n",
                            __func__);
        }
 }
index 5940a2c12074a285bce286fb6659eb73944dd96f..65ded0576013ed9d858da7c8803fce289fbc7628 100644 (file)
@@ -1773,7 +1773,7 @@ init_card(struct hfc_pci *hc)
                inithfcpci(hc);
                /*
                 * Finally enable IRQ output
-                * this is only allowed, if an IRQ routine is allready
+                * this is only allowed, if an IRQ routine is already
                 * established for this HFC, so don't do that earlier
                 */
                enable_hwirq(hc);
index f5b3d2b26a0811455bccd1824face31364eaa372..4975976e93ac24e40af098c2ec09b4ea5e9be9d9 100644 (file)
@@ -1150,7 +1150,7 @@ inf_remove(struct pci_dev *pdev)
        if (card)
                release_card(card);
        else
-               pr_debug("%s: drvdata allready removed\n", __func__);
+               pr_debug("%s: drvdata already removed\n", __func__);
 }
 
 static struct pci_driver infineon_driver = {
index d097a4e40e2ba66442ad87d4f44824927f8a0ab2..9e07246bb9e7d9f9b600f70df4e895b3254d07eb 100644 (file)
@@ -484,7 +484,7 @@ sfax_remove_pci(struct pci_dev *pdev)
        if (card)
                release_card(card);
        else
-               pr_debug("%s: drvdata allready removed\n", __func__);
+               pr_debug("%s: drvdata already removed\n", __func__);
 }
 
 static struct pci_device_id sfaxpci_ids[] __devinitdata = {
index 31f9d71fb22f7f094fc5d373b0b4e3e9a33a51c4..9e84870b971c5e0510808608ad050dca4a592739 100644 (file)
@@ -1402,7 +1402,7 @@ w6692_remove_pci(struct pci_dev *pdev)
                release_card(card);
        else
                if (debug)
-                       pr_notice("%s: drvdata allready removed\n", __func__);
+                       pr_notice("%s: drvdata already removed\n", __func__);
 }
 
 static struct pci_device_id w6692_ids[] = {
index f58ded8f403f2f8d740cffb908a939394f720bd1..f150330b5a23e24adb74af94535c83bbbeea7c36 100644 (file)
@@ -1172,7 +1172,7 @@ CallcFreeChan(struct IsdnCardState *csta)
                        kfree(csta->channel[i].b_st);
                        csta->channel[i].b_st = NULL;
                } else
-                       printk(KERN_WARNING "CallcFreeChan b_st ch%d allready freed\n", i);
+                       printk(KERN_WARNING "CallcFreeChan b_st ch%d already freed\n", i);
                if (i || test_bit(FLG_TWO_DCHAN, &csta->HW_Flags)) {
                        release_d_st(csta->channel + i);
                } else
index f4cb178b0666ab3d6f9b594bb367d040bb507a3b..842f9c9e875dbb1c647e7737c470ed99e5077935 100644 (file)
@@ -130,7 +130,7 @@ tei_id_request(struct FsmInst *fi, int event, void *arg)
 
        if (st->l2.tei != -1) {
                st->ma.tei_m.printdebug(&st->ma.tei_m,
-                       "assign request for allready asigned tei %d",
+                       "assign request for already asigned tei %d",
                        st->l2.tei);
                return;
        }
index 34e898fe2f4f32539d6a53144fad72e18a2b3f67..1b85d9d274965e583a5c972eb7c1a597af879dab 100644 (file)
@@ -457,7 +457,7 @@ tei_id_request(struct FsmInst *fi, int event, void *arg)
 
        if (tm->l2->tei != GROUP_TEI) {
                tm->tei_m.printdebug(&tm->tei_m,
-                       "assign request for allready assigned tei %d",
+                       "assign request for already assigned tei %d",
                        tm->l2->tei);
                return;
        }
index e6ad4b205611d41844c05e690cb0ebfd0abb4ad7..6f846abee3e40c0ea5da5b149bf24b77f8f64b4c 100644 (file)
@@ -484,7 +484,7 @@ zr36057_overlay (struct zoran *zr,
                                zr->overlay_settings.format);
 
                /* Start and length of each line MUST be 4-byte aligned.
-                * This should be allready checked before the call to this routine.
+                * This should be already checked before the call to this routine.
                 * All error messages are internal driver checking only! */
 
                /* video display top and bottom registers */
index 687f3d6e252b54eaab50a7bef41a6430a6b7351f..3d2eac104308a7f0bb180615668d0d30cae3d93f 100644 (file)
@@ -488,7 +488,7 @@ bfa_ioim_sm_cleanup_qfull(struct bfa_ioim_s *ioim, enum bfa_ioim_event event)
 
        case BFA_IOIM_SM_ABORT:
                /**
-                * IO is alraedy being cleaned up implicitly
+                * IO is already being cleaned up implicitly
                 */
                ioim->io_cbfn = __bfa_cb_ioim_abort;
                break;
index 4f2cbdcc02732cb01332e5e1ebe046326797ae42..a42ef380e917ddd4c347418880467180e3929b2e 100644 (file)
@@ -125,7 +125,7 @@ void fhci_transaction_confirm(struct fhci_usb *usb, struct packet *pkt)
 /*
  * Flush all transmitted packets from BDs
  * This routine is called when disabling the USB port to flush all
- * transmissions that are allready scheduled in the BDs
+ * transmissions that are already scheduled in the BDs
  */
 void fhci_flush_all_transmissions(struct fhci_usb *usb)
 {
index b3bafd5fc66d947aaa77982b0213b9321a8c0329..48b2761b5668119bc932b6278289bf8a481be050 100644 (file)
@@ -188,7 +188,7 @@ static void tick_handle_periodic_broadcast(struct clock_event_device *dev)
        /*
         * Setup the next period for devices, which do not have
         * periodic mode. We read dev->next_event first and add to it
-        * when the event alrady expired. clockevents_program_event()
+        * when the event already expired. clockevents_program_event()
         * sets dev->next_event only when the event is really
         * programmed to the device.
         */
index 6fb890187de09b01f8dc6453b7862a70de2edb8f..4dc8805154eef1b396e6ae06c5f397563b6edbfe 100644 (file)
@@ -201,7 +201,7 @@ static int nf_ct_frag6_queue(struct nf_ct_frag6_queue *fq, struct sk_buff *skb,
        int offset, end;
 
        if (fq->q.last_in & INET_FRAG_COMPLETE) {
-               pr_debug("Allready completed\n");
+               pr_debug("Already completed\n");
                goto err;
        }