]> www.infradead.org Git - users/dwmw2/linux.git/commit
xen/xenbus: document will_handle argument for xenbus_watch_path()
authorSeongJae Park <sj@kernel.org>
Fri, 12 Jan 2024 18:59:03 +0000 (10:59 -0800)
committerJuergen Gross <jgross@suse.com>
Mon, 12 Feb 2024 17:03:14 +0000 (18:03 +0100)
commit7d8c67dd5d4f2ed1907e192c73dd948d35145641
tree6daa6a56979f3c7d65dcd9c23d957e9fd9308fb6
parent841c35169323cd833294798e58b9bf63fa4fa1de
xen/xenbus: document will_handle argument for xenbus_watch_path()

Commit 2e85d32b1c86 ("xen/xenbus: Add 'will_handle' callback support in
xenbus_watch_path()") added will_handle argument to xenbus_watch_path()
and its wrapper, xenbus_watch_pathfmt(), but didn't document it on the
kerneldoc comments of the function.  This is causing warnings that
reported by kernel test robot.  Add the documentation to fix it.

Fixes: 2e85d32b1c86 ("xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202401121154.FI8jDGun-lkp@intel.com/
Signed-off-by: SeongJae Park <sj@kernel.org>
Reviewed-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20240112185903.83737-1-sj@kernel.org
Signed-off-by: Juergen Gross <jgross@suse.com>
drivers/xen/xenbus/xenbus_client.c