mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-28 06:34:12 +08:00
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
|
||||
*
|
||||
* Locking: called under "dev->device_lock" lock
|
||||
*
|
||||
* @dev: mei_device
|
||||
* @uuid: client UUID
|
||||
*
|
||||
* Locking: called under "dev->device_lock" lock
|
||||
*
|
||||
* Return:
|
||||
* 0 - supported
|
||||
* -ENOTTY - no such client
|
||||
@ -587,8 +587,8 @@ static int mei_ioctl_connect_vtag(struct file *file,
|
||||
}
|
||||
|
||||
/**
|
||||
* mei_ioctl_client_notify_request -
|
||||
* propagate event notification request to client
|
||||
* mei_ioctl_client_notify_request - propagate event notification
|
||||
* request to client
|
||||
*
|
||||
* @file: pointer to file structure
|
||||
* @request: 0 - disable, 1 - enable
|
||||
|
Loading…
Reference in New Issue
Block a user