xen: Fix one kernel-doc comment
authorYang Li <yang.lee@linux.alibaba.com>
Mon, 31 Jul 2023 03:00:37 +0000 (11:00 +0800)
committerJuergen Gross <jgross@suse.com>
Mon, 21 Aug 2023 13:58:57 +0000 (15:58 +0200)
commit187b4c0d34e34cc4a275fd98393a3bc21a460a66
tree2105350c34ad7badcd6fa8891d0a9cb96b164a7e
parent035a69586f329e3e73750299695401e0c2b76ee2
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>
drivers/xen/grant-table.c