mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 15:14:27 +00:00
hv: treewide: fix 'Procedure parameter has a type but no identifier'
Add the parameter identifier for typedef function pointer. Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#ifndef TIMER_H
|
||||
#define TIMER_H
|
||||
|
||||
typedef int (*timer_handle_t)(void *);
|
||||
typedef int (*timer_handle_t)(void *data);
|
||||
|
||||
enum tick_mode {
|
||||
TICK_MODE_ONESHOT = 0,
|
||||
|
||||
Reference in New Issue
Block a user