浏览代码

mei: hbm: add missing argument in the kdoc

In mei_hbm_cl_hdr buf argument was not described

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Tomas Winkler 9 年之前
父节点
当前提交
041330d9c3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/misc/mei/hbm.c

+ 1 - 0
drivers/misc/mei/hbm.c

@@ -161,6 +161,7 @@ void mei_hbm_cl_hdr(struct mei_cl *cl, u8 hbm_cmd, void *buf, size_t len)
  * @dev: the device structure
  * @cl: client
  * @hbm_cmd: host bus message command
+ * @buf: message buffer
  * @len: buffer length
  *
  * Return: 0 on success, <0 on failure.