Skip to content
Snippets Groups Projects
Commit 9cd330d3 authored by Krishna Kumar's avatar Krishna Kumar Committed by Roland Dreier
Browse files

IB: Fix typo in kerneldoc for ib_set_client_data()

parent a8bfca02
No related branches found
No related tags found
No related merge requests found
...@@ -385,7 +385,7 @@ void *ib_get_client_data(struct ib_device *device, struct ib_client *client) ...@@ -385,7 +385,7 @@ void *ib_get_client_data(struct ib_device *device, struct ib_client *client)
EXPORT_SYMBOL(ib_get_client_data); 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 * @device:Device to set context for
* @client:Client to set context for * @client:Client to set context for
* @data:Context to set * @data:Context to set
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment