mirror of https://gitee.com/openkylin/linux.git
IB: Fix typo in kerneldoc for ib_set_client_data()
Signed-off-by: Krishna Kumar <krkumar2@in.ibm.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
parent
a8bfca0243
commit
9cd330d36b
|
@ -385,7 +385,7 @@ void *ib_get_client_data(struct ib_device *device, struct ib_client *client)
|
|||
EXPORT_SYMBOL(ib_get_client_data);
|
||||
|
||||
/**
|
||||
* ib_set_client_data - Get IB client context
|
||||
* ib_set_client_data - Set IB client context
|
||||
* @device:Device to set context for
|
||||
* @client:Client to set context for
|
||||
* @data:Context to set
|
||||
|
|
Loading…
Reference in New Issue