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:
Adithya Baglody 2018-10-25 12:04:25 +05:30 committed by Anas Nashif
commit 8feda92abc
2 changed files with 8 additions and 7 deletions

View file

@ -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