diff options
Diffstat (limited to 'drivers/misc/mei/pci-me.c')
-rw-r--r-- | drivers/misc/mei/pci-me.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/mei/pci-me.c b/drivers/misc/mei/pci-me.c index a91071716868..532d39300498 100644 --- a/drivers/misc/mei/pci-me.c +++ b/drivers/misc/mei/pci-me.c | |||
@@ -103,7 +103,7 @@ static inline void mei_me_unset_pm_domain(struct mei_device *dev) {} | |||
103 | * @pdev: PCI device structure | 103 | * @pdev: PCI device structure |
104 | * @cfg: per generation config | 104 | * @cfg: per generation config |
105 | * | 105 | * |
106 | * returns true if ME Interface is valid, false otherwise | 106 | * Return: true if ME Interface is valid, false otherwise |
107 | */ | 107 | */ |
108 | static bool mei_me_quirk_probe(struct pci_dev *pdev, | 108 | static bool mei_me_quirk_probe(struct pci_dev *pdev, |
109 | const struct mei_cfg *cfg) | 109 | const struct mei_cfg *cfg) |
@@ -122,7 +122,7 @@ static bool mei_me_quirk_probe(struct pci_dev *pdev, | |||
122 | * @pdev: PCI device structure | 122 | * @pdev: PCI device structure |
123 | * @ent: entry in kcs_pci_tbl | 123 | * @ent: entry in kcs_pci_tbl |
124 | * | 124 | * |
125 | * returns 0 on success, <0 on failure. | 125 | * Return: 0 on success, <0 on failure. |
126 | */ | 126 | */ |
127 | static int mei_me_probe(struct pci_dev *pdev, const struct pci_device_id *ent) | 127 | static int mei_me_probe(struct pci_dev *pdev, const struct pci_device_id *ent) |
128 | { | 128 | { |