diff options
-rw-r--r-- | drivers/infiniband/core/device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/core/device.c b/drivers/infiniband/core/device.c index d978fbe97535..63d2a39fb82c 100644 --- a/drivers/infiniband/core/device.c +++ b/drivers/infiniband/core/device.c | |||
@@ -385,7 +385,7 @@ void *ib_get_client_data(struct ib_device *device, struct ib_client *client) | |||
385 | EXPORT_SYMBOL(ib_get_client_data); | 385 | EXPORT_SYMBOL(ib_get_client_data); |
386 | 386 | ||
387 | /** | 387 | /** |
388 | * ib_set_client_data - Get IB client context | 388 | * ib_set_client_data - Set IB client context |
389 | * @device:Device to set context for | 389 | * @device:Device to set context for |
390 | * @client:Client to set context for | 390 | * @client:Client to set context for |
391 | * @data:Context to set | 391 | * @data:Context to set |