diff options
author | Maciej Grochowski <maciej.grochowski@pm.me> | 2020-04-09 08:03:37 +0300 |
---|---|---|
committer | Jon Mason <jdmason@kudzu.us> | 2020-04-13 17:28:34 +0300 |
commit | f454f4d1915b44cc3857148aac7a297a31591501 (patch) | |
tree | ba84fa12ea124013f7d87312d62b3da1da972a2d /include/linux/ntb.h | |
parent | 8f3d9f354286745c751374f5f1fcafee6b3f3136 (diff) | |
download | linux-f454f4d1915b44cc3857148aac7a297a31591501.tar.xz |
include/ntb: Fix typo in ntb_unregister_device description
Signed-off-by: Maciej Grochowski <maciej.grochowski@pm.me>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Diffstat (limited to 'include/linux/ntb.h')
-rw-r--r-- | include/linux/ntb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ntb.h b/include/linux/ntb.h index 8c13538aeffe..a07252f78770 100644 --- a/include/linux/ntb.h +++ b/include/linux/ntb.h @@ -478,7 +478,7 @@ void ntb_unregister_client(struct ntb_client *client); int ntb_register_device(struct ntb_dev *ntb); /** - * ntb_register_device() - unregister a ntb device + * ntb_unregister_device() - unregister a ntb device * @ntb: NTB device context. * * The device will be removed from the list of ntb devices. If the ntb device |