Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1424158 > unrolled thread

[char-misc-next 2/8] mei: hbm: add missing argument in the kdoc

Started byTomas Winkler <tomas.winkler@intel.com>
First post2016-06-16 17:00 +0200
Last post2016-06-16 17:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [char-misc-next 2/8] mei: hbm: add missing argument in the kdoc Tomas Winkler <tomas.winkler@intel.com> - 2016-06-16 17:00 +0200

#1424158 — [char-misc-next 2/8] mei: hbm: add missing argument in the kdoc

FromTomas Winkler <tomas.winkler@intel.com>
Date2016-06-16 17:00 +0200
Subject[char-misc-next 2/8] mei: hbm: add missing argument in the kdoc
Message-ID<rKGVZ-1bI-43@gated-at.bofh.it>
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>
---
 drivers/misc/mei/hbm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/misc/mei/hbm.c b/drivers/misc/mei/hbm.c
index 085f3aafe6fa..b1697a329af1 100644
--- 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.
-- 
2.5.5

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web