projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77537ad
)
mei: hbm: add missing argument in the kdoc
author
Tomas Winkler
<tomas.winkler@intel.com>
Thu, 16 Jun 2016 14:58:53 +0000
(17:58 +0300)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/misc/mei/hbm.c
b/drivers/misc/mei/hbm.c
index 085f3aafe6fa92f6ec749f7d5ed457edb1b31348..b1697a329af12398d49f88f180c54c3247d81e67 100644
(file)
--- a/
drivers/misc/mei/hbm.c
+++ b/
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.