mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
RDMA/restrack: Correct spelling
Fix spelling errors. Signed-off-by: Deming Wang <wangdeming@inspur.com> Link: https://lore.kernel.org/r/20230206085725.1507-1-wangdeming@inspur.com Signed-off-by: Leon Romanovsky <leon@kernel.org>
This commit is contained in:
committed by
Leon Romanovsky
parent
283861a4c5
commit
68e416255b
@@ -162,8 +162,8 @@ struct rdma_restrack_entry *rdma_restrack_get_byid(struct ib_device *dev,
|
|||||||
* rdma_restrack_no_track() - don't add resource to the DB
|
* rdma_restrack_no_track() - don't add resource to the DB
|
||||||
* @res: resource entry
|
* @res: resource entry
|
||||||
*
|
*
|
||||||
* Every user of thie API should be cross examined.
|
* Every user of this API should be cross examined.
|
||||||
* Probaby you don't need to use this function.
|
* Probably you don't need to use this function.
|
||||||
*/
|
*/
|
||||||
static inline void rdma_restrack_no_track(struct rdma_restrack_entry *res)
|
static inline void rdma_restrack_no_track(struct rdma_restrack_entry *res)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user