diff options
author | Tamar Mashiah <tamar.mashiah@intel.com> | 2021-06-21 21:37:55 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-06-22 12:40:31 +0200 |
commit | 09f8c33a4cad3623874766033544abf34e3e365d (patch) | |
tree | ade2d45ad154017b80530d0096d0df23478dd585 /drivers/misc/mei/hbm.c | |
parent | Merge tag 'misc-habanalabs-next-2021-06-22' of https://git.kernel.org/pub/scm... (diff) | |
download | linux-09f8c33a4cad3623874766033544abf34e3e365d.tar.xz linux-09f8c33a4cad3623874766033544abf34e3e365d.zip |
mei: fix kdoc in the driver
Over time the functions were renamed,
but this was not always reflected in kdoc, fix that.
Signed-off-by: Tamar Mashiah <tamar.mashiah@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Link: https://lore.kernel.org/r/20210621193756.134027-1-tomas.winkler@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mei/hbm.c')
-rw-r--r-- | drivers/misc/mei/hbm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/mei/hbm.c b/drivers/misc/mei/hbm.c index d0277c7fed10..99b5c1ecc444 100644 --- a/drivers/misc/mei/hbm.c +++ b/drivers/misc/mei/hbm.c @@ -853,7 +853,7 @@ out: } /** - * mei_hbm_cl_flow_control_res - flow control response from me + * mei_hbm_cl_tx_flow_ctrl_creds_res - flow control response from me * * @dev: the device structure * @fctrl: flow control response bus message |