Skip to content

Commit 187b4c0

Browse files
Yang Lijgross1
authored andcommitted
xen: Fix one kernel-doc comment
Use colon to separate parameter name from their specific meaning. silence the warning: drivers/xen/grant-table.c:1051: warning: Function parameter or member 'nr_pages' not described in 'gnttab_free_pages' Reported-by: Abaci Robot <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6030 Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Acked-by: Juergen Gross <jgross@suse.com> Link: https://lore.kernel.org/r/20230731030037.123946-1-yang.lee@linux.alibaba.com Signed-off-by: Juergen Gross <jgross@suse.com>
1 parent 035a695 commit 187b4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/xen/grant-table.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ EXPORT_SYMBOL_GPL(gnttab_pages_clear_private);
10441044

10451045
/**
10461046
* gnttab_free_pages - free pages allocated by gnttab_alloc_pages()
1047-
* @nr_pages; number of pages to free
1047+
* @nr_pages: number of pages to free
10481048
* @pages: the pages
10491049
*/
10501050
void gnttab_free_pages(int nr_pages, struct page **pages)

0 commit comments

Comments
 (0)