kernel: device: MISRA C compliance.
This patch fixes few issues in device.c. Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
This commit is contained in:
parent
709bc8ae0d
commit
8feda92abc
2 changed files with 8 additions and 7 deletions
|
@ -234,7 +234,7 @@ struct device {
|
|||
void *driver_data;
|
||||
};
|
||||
|
||||
void _sys_device_do_config_level(int level);
|
||||
void _sys_device_do_config_level(s32_t level);
|
||||
|
||||
/**
|
||||
* @brief Retrieve the device structure for a driver by name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue