]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
mei: hbm: add missing argument in the kdoc
authorTomas Winkler <tomas.winkler@intel.com>
Thu, 16 Jun 2016 14:58:53 +0000 (17:58 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Aug 2016 12:36:39 +0000 (14:36 +0200)
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>
drivers/misc/mei/hbm.c

index 085f3aafe6fa92f6ec749f7d5ed457edb1b31348..b1697a329af12398d49f88f180c54c3247d81e67 100644 (file)
@@ -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.