mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
misc: mic: cosm: cosm_main: Document 'force' function argument
Fixes the following W=1 kernel build warning: drivers/misc/mic/cosm/cosm_main.c:31: warning: Function parameter or member 'force' not described in 'cosm_hw_reset' Signed-off-by: Lee Jones <lee.jones@linaro.org> Link: https://lore.kernel.org/r/20200701083118.45744-16-lee.jones@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
438ad36850
commit
0cfbe64c56
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ static atomic_t g_num_dev;
|
||||||
/**
|
/**
|
||||||
* cosm_hw_reset - Issue a HW reset for the MIC device
|
* cosm_hw_reset - Issue a HW reset for the MIC device
|
||||||
* @cdev: pointer to cosm_device instance
|
* @cdev: pointer to cosm_device instance
|
||||||
|
* @force: force a MIC to reset even if it is already reset and ready
|
||||||
*/
|
*/
|
||||||
static void cosm_hw_reset(struct cosm_device *cdev, bool force)
|
static void cosm_hw_reset(struct cosm_device *cdev, bool force)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue