misc: mei: main.c: fix kernel-doc warnings
Fix kernel-doc warnings in main.c: main.c:465: warning: contents before sections main.c:590: warning: missing initial short description on line: * mei_ioctl_client_notify_request - Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Tomas Winkler <tomas.winkler@intel.com> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Link: https://lore.kernel.org/r/20231012024845.29169-8-rdunlap@infradead.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
980dcc7e43
commit
3b54a111bb
@ -460,11 +460,11 @@ end:
|
|||||||
/**
|
/**
|
||||||
* mei_vt_support_check - check if client support vtags
|
* mei_vt_support_check - check if client support vtags
|
||||||
*
|
*
|
||||||
* Locking: called under "dev->device_lock" lock
|
|
||||||
*
|
|
||||||
* @dev: mei_device
|
* @dev: mei_device
|
||||||
* @uuid: client UUID
|
* @uuid: client UUID
|
||||||
*
|
*
|
||||||
|
* Locking: called under "dev->device_lock" lock
|
||||||
|
*
|
||||||
* Return:
|
* Return:
|
||||||
* 0 - supported
|
* 0 - supported
|
||||||
* -ENOTTY - no such client
|
* -ENOTTY - no such client
|
||||||
@ -587,8 +587,8 @@ static int mei_ioctl_connect_vtag(struct file *file,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* mei_ioctl_client_notify_request -
|
* mei_ioctl_client_notify_request - propagate event notification
|
||||||
* propagate event notification request to client
|
* request to client
|
||||||
*
|
*
|
||||||
* @file: pointer to file structure
|
* @file: pointer to file structure
|
||||||
* @request: 0 - disable, 1 - enable
|
* @request: 0 - disable, 1 - enable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user