diff options
Diffstat (limited to 'drivers/misc/mei/pci-txe.c')
-rw-r--r-- | drivers/misc/mei/pci-txe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/mei/pci-txe.c b/drivers/misc/mei/pci-txe.c index c86e2ddbe30a..dcfcba44b6f7 100644 --- a/drivers/misc/mei/pci-txe.c +++ b/drivers/misc/mei/pci-txe.c | |||
@@ -63,7 +63,7 @@ static void mei_txe_pci_iounmap(struct pci_dev *pdev, struct mei_txe_hw *hw) | |||
63 | } | 63 | } |
64 | } | 64 | } |
65 | /** | 65 | /** |
66 | * mei_probe - Device Initialization Routine | 66 | * mei_txe_probe - Device Initialization Routine |
67 | * | 67 | * |
68 | * @pdev: PCI device structure | 68 | * @pdev: PCI device structure |
69 | * @ent: entry in mei_txe_pci_tbl | 69 | * @ent: entry in mei_txe_pci_tbl |
@@ -193,7 +193,7 @@ end: | |||
193 | } | 193 | } |
194 | 194 | ||
195 | /** | 195 | /** |
196 | * mei_remove - Device Removal Routine | 196 | * mei_txe_remove - Device Removal Routine |
197 | * | 197 | * |
198 | * @pdev: PCI device structure | 198 | * @pdev: PCI device structure |
199 | * | 199 | * |