diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-09-01 15:40:25 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-09-04 21:23:26 -0700 |
commit | 9b0131cb24182ef6cc478a89fc56fc6e004651e7 (patch) | |
tree | 0ba3cb32dbe095dfbaa272a6785359c64033ad85 /drivers/staging/et131x | |
parent | 25a606c36af7948d6351eb601e3de74845d640e1 (diff) | |
download | talos-op-linux-9b0131cb24182ef6cc478a89fc56fc6e004651e7.tar.gz talos-op-linux-9b0131cb24182ef6cc478a89fc56fc6e004651e7.zip |
staging/trivial: fix typos concerning "initiali[zs]e"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/et131x')
-rw-r--r-- | drivers/staging/et131x/et131x_initpci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/et131x/et131x_initpci.c b/drivers/staging/et131x/et131x_initpci.c index 47baab3e6ea8..10bcb45d73a3 100644 --- a/drivers/staging/et131x/et131x_initpci.c +++ b/drivers/staging/et131x/et131x_initpci.c @@ -726,7 +726,7 @@ static int __devinit et131x_pci_setup(struct pci_dev *pdev, /* Initialize link state */ et131x_link_detection_handler((unsigned long)adapter); - /* Intialize variable for counting how long we do not have + /* Initialize variable for counting how long we do not have link status */ adapter->PoMgmt.TransPhyComaModeOnBoot = 0; |