Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 698f9315 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Jiri Kosina
Browse files

fix comment/printk typos concerning "already"

parent b27d63d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
			}
+1 −1
Original line number Diff line number Diff line
@@ -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 = {
+2 −2
Original line number Diff line number Diff line
@@ -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__);
	}
}
+1 −1
Original line number Diff line number Diff line
@@ -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);
+1 −1
Original line number Diff line number Diff line
@@ -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 = {
Loading