diff options
Diffstat (limited to 'drivers/misc/mei/hbm.c')
-rw-r--r-- | drivers/misc/mei/hbm.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/misc/mei/hbm.c b/drivers/misc/mei/hbm.c index db605f5cf187..6916045166eb 100644 --- a/drivers/misc/mei/hbm.c +++ b/drivers/misc/mei/hbm.c | |||
@@ -62,6 +62,7 @@ static void mei_hbm_me_cl_allocate(struct mei_device *dev) | |||
62 | 62 | ||
63 | /** | 63 | /** |
64 | * mei_hbm_cl_hdr - construct client hbm header | 64 | * mei_hbm_cl_hdr - construct client hbm header |
65 | * | ||
65 | * @cl: - client | 66 | * @cl: - client |
66 | * @hbm_cmd: host bus message command | 67 | * @hbm_cmd: host bus message command |
67 | * @buf: buffer for cl header | 68 | * @buf: buffer for cl header |
@@ -206,7 +207,7 @@ static void mei_hbm_enum_clients_req(struct mei_device *dev) | |||
206 | } | 207 | } |
207 | 208 | ||
208 | /** | 209 | /** |
209 | * mei_hbm_prop_requsest - request property for a single client | 210 | * mei_hbm_prop_req - request property for a single client |
210 | * | 211 | * |
211 | * @dev: the device structure | 212 | * @dev: the device structure |
212 | * | 213 | * |
@@ -306,9 +307,9 @@ int mei_hbm_cl_flow_control_req(struct mei_device *dev, struct mei_cl *cl) | |||
306 | } | 307 | } |
307 | 308 | ||
308 | /** | 309 | /** |
309 | * add_single_flow_creds - adds single buffer credentials. | 310 | * mei_hbm_add_single_flow_creds - adds single buffer credentials. |
310 | * | 311 | * |
311 | * @file: private data ot the file object. | 312 | * @dev: the device structure |
312 | * @flow: flow control. | 313 | * @flow: flow control. |
313 | */ | 314 | */ |
314 | static void mei_hbm_add_single_flow_creds(struct mei_device *dev, | 315 | static void mei_hbm_add_single_flow_creds(struct mei_device *dev, |
@@ -500,7 +501,7 @@ static void mei_hbm_cl_connect_res(struct mei_device *dev, | |||
500 | 501 | ||
501 | 502 | ||
502 | /** | 503 | /** |
503 | * mei_client_disconnect_request - disconnect request initiated by me | 504 | * mei_hbm_fw_disconnect_req - disconnect request initiated by me |
504 | * host sends disoconnect response | 505 | * host sends disoconnect response |
505 | * | 506 | * |
506 | * @dev: the device structure. | 507 | * @dev: the device structure. |