mei: fix function names and format in KDoc

Align functions names in KDoc with real ones.
Fix comment format to be KDoc and fix wrong syntax there.

Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Alexander Usyskin
2015-02-10 10:39:35 +02:00
committed by Greg Kroah-Hartman
parent 2d1995fce3
commit 3908be6f9a
4 changed files with 17 additions and 16 deletions

View File

@@ -63,7 +63,7 @@ static void mei_txe_pci_iounmap(struct pci_dev *pdev, struct mei_txe_hw *hw)
}
}
/**
* mei_probe - Device Initialization Routine
* mei_txe_probe - Device Initialization Routine
*
* @pdev: PCI device structure
* @ent: entry in mei_txe_pci_tbl
@@ -193,7 +193,7 @@ end:
}
/**
* mei_remove - Device Removal Routine
* mei_txe_remove - Device Removal Routine
*
* @pdev: PCI device structure
*