Skip to content

Commit f454f4d

Browse files
gotocojonmason
authored andcommitted
include/ntb: Fix typo in ntb_unregister_device description
Signed-off-by: Maciej Grochowski <[email protected]> Signed-off-by: Jon Mason <[email protected]>
1 parent 8f3d9f3 commit f454f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/ntb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ void ntb_unregister_client(struct ntb_client *client);
478478
int ntb_register_device(struct ntb_dev *ntb);
479479

480480
/**
481-
* ntb_register_device() - unregister a ntb device
481+
* ntb_unregister_device() - unregister a ntb device
482482
* @ntb: NTB device context.
483483
*
484484
* The device will be removed from the list of ntb devices. If the ntb device

0 commit comments

Comments
 (0)