diff options
author | Alexander Usyskin <alexander.usyskin@intel.com> | 2015-02-10 03:39:35 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-01 22:36:59 -0500 |
commit | 3908be6f9aa5517bc717f8ffdaaafd89a1b78471 (patch) | |
tree | e646bcf08ea53cd1336bd13dc4fe0bd8d7d419b2 /drivers/misc/mei/hw-txe.c | |
parent | 2d1995fce3f9b9a0bdb88d47144509e3b84db0f9 (diff) |
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>
Diffstat (limited to 'drivers/misc/mei/hw-txe.c')
-rw-r--r-- | drivers/misc/mei/hw-txe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/mei/hw-txe.c b/drivers/misc/mei/hw-txe.c index 618ea721aca8..7abafe7d120d 100644 --- a/drivers/misc/mei/hw-txe.c +++ b/drivers/misc/mei/hw-txe.c | |||
@@ -412,7 +412,7 @@ static void mei_txe_intr_disable(struct mei_device *dev) | |||
412 | mei_txe_br_reg_write(hw, HIER_REG, 0); | 412 | mei_txe_br_reg_write(hw, HIER_REG, 0); |
413 | } | 413 | } |
414 | /** | 414 | /** |
415 | * mei_txe_intr_disable - enable all interrupts | 415 | * mei_txe_intr_enable - enable all interrupts |
416 | * | 416 | * |
417 | * @dev: the device structure | 417 | * @dev: the device structure |
418 | */ | 418 | */ |