Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

platform-msi: fix kernel-doc warnings

remove make W=1 warnings

drivers/base/platform-msi.c:336: warning:
Function parameter or member 'is_tree' not described in
'__platform_msi_create_device_domain'

drivers/base/platform-msi.c:336: warning:
expecting prototype for platform_msi_create_device_domain(). Prototype
was for __platform_msi_create_device_domain() instead

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20210331232614.304591-7-pierre-louis.bossart@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Pierre-Louis Bossart and committed by
Greg Kroah-Hartman
3c652132 f4651a7d

+2 -1
+2 -1
drivers/base/platform-msi.c
··· 316 316 } 317 317 318 318 /** 319 - * platform_msi_create_device_domain - Create a platform-msi domain 319 + * __platform_msi_create_device_domain - Create a platform-msi domain 320 320 * 321 321 * @dev: The device generating the MSIs 322 322 * @nvec: The number of MSIs that need to be allocated 323 + * @is_tree: flag to indicate tree hierarchy 323 324 * @write_msi_msg: Callback to write an interrupt message for @dev 324 325 * @ops: The hierarchy domain operations to use 325 326 * @host_data: Private data associated to this domain