mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
misc: enclosure: Update enclosure_remove_device() documentation to match reality
enclosure_remove_device() hasn't taken an 'int component for over a decade. Instead use kerneldoc to describe the 'struct device' actually passed in. Fixes the following W=1 kernel build warning(s): drivers/misc/enclosure.c:400: warning: Function parameter or member 'dev' not described in 'enclosure_remove_device' drivers/misc/enclosure.c:400: warning: Excess function parameter 'num' description in 'enclosure_remove_device' Cc: James Bottomley <James.Bottomley@HansenPartnership.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Link: https://lore.kernel.org/r/20200701085853.164358-16-lee.jones@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7b41187122
commit
6a57251c70
@ -391,7 +391,7 @@ EXPORT_SYMBOL_GPL(enclosure_add_device);
|
||||
/**
|
||||
* enclosure_remove_device - remove a device from an enclosure
|
||||
* @edev: the enclosure device
|
||||
* @num: the number of the component to remove
|
||||
* @dev: device to remove/put
|
||||
*
|
||||
* Returns zero on success or an error.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user