Skip to content

Commit 92f6170

Browse files
Randy Dunlapjgunthorpe
authored andcommitted
infiniband: fix core/fmr_pool.c kernel-doc notation
Fix kernel-doc warning for ib_fmr_pool_map_phys() and also format it with function description and text spacing. ../drivers/infiniband/core/fmr_pool.c:404: warning: Excess function parameter 'pool' description in 'ib_fmr_pool_map_phys' Signed-off-by: Randy Dunlap <[email protected]> Cc: Doug Ledford <[email protected]> Cc: Jason Gunthorpe <[email protected]> Cc: [email protected] Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent 1f58621 commit 92f6170

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

drivers/infiniband/core/fmr_pool.c

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -388,13 +388,11 @@ int ib_flush_fmr_pool(struct ib_fmr_pool *pool)
388388
EXPORT_SYMBOL(ib_flush_fmr_pool);
389389

390390
/**
391-
* ib_fmr_pool_map_phys -
392-
* @pool:FMR pool to allocate FMR from
393-
* @page_list:List of pages to map
394-
* @list_len:Number of pages in @page_list
395-
* @io_virtual_address:I/O virtual address for new FMR
396-
*
397-
* Map an FMR from an FMR pool.
391+
* ib_fmr_pool_map_phys - Map an FMR from an FMR pool.
392+
* @pool_handle: FMR pool to allocate FMR from
393+
* @page_list: List of pages to map
394+
* @list_len: Number of pages in @page_list
395+
* @io_virtual_address: I/O virtual address for new FMR
398396
*/
399397
struct ib_pool_fmr *ib_fmr_pool_map_phys(struct ib_fmr_pool *pool_handle,
400398
u64 *page_list,

0 commit comments

Comments
 (0)