summaryrefslogtreecommitdiff
path: root/drivers/staging/wlags49_h2/wl_pci.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-08-27 14:21:13 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-09-04 20:16:26 (GMT)
commitcb154c18954e245c0d933e6b8302c381ffa13c67 (patch)
treef0ec16f6629b445e86adea0916aee2fd81dab700 /drivers/staging/wlags49_h2/wl_pci.c
parent3cf7c7aaee1d97d39419fadc58110c1af552cefb (diff)
downloadlinux-fsl-qoriq-cb154c18954e245c0d933e6b8302c381ffa13c67.tar.xz
staging: wlags49_h2: Fix typo in staging/wlags49_h2 driver
Correct spelling typo in staging/wlags49_h2 Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wlags49_h2/wl_pci.c')
-rw-r--r--drivers/staging/wlags49_h2/wl_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/wlags49_h2/wl_pci.c b/drivers/staging/wlags49_h2/wl_pci.c
index 0b31b01..457c7ed 100644
--- a/drivers/staging/wlags49_h2/wl_pci.c
+++ b/drivers/staging/wlags49_h2/wl_pci.c
@@ -385,7 +385,7 @@ int wl_adapter_is_open( struct net_device *dev )
* DESCRIPTION:
*
* Registered in the pci_driver structure, this function is called when the
- * PCI subsystem finds a new PCI device which matches the infomation contained
+ * PCI subsystem finds a new PCI device which matches the information contained
* in the pci_device_id table.
*
* PARAMETERS:
@@ -424,7 +424,7 @@ int __devinit wl_pci_probe( struct pci_dev *pdev,
* DESCRIPTION:
*
* Registered in the pci_driver structure, this function is called when the
- * PCI subsystem detects that a PCI device which matches the infomation
+ * PCI subsystem detects that a PCI device which matches the information
* contained in the pci_device_id table has been removed.
*
* PARAMETERS: