device: Fix tiny indentation issue
The whole file is perfectly indented everywhere else. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
3f0797488c
commit
6f318a5223
1 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ extern "C" {
|
|||
* (e.g. CONFIG_KERNEL_INIT_PRIORITY_DEFAULT + 5).
|
||||
*/
|
||||
#define DEVICE_INIT(dev_name, drv_name, init_fn, data, cfg_info, level, prio) \
|
||||
DEVICE_AND_API_INIT(dev_name, drv_name, init_fn,\
|
||||
DEVICE_AND_API_INIT(dev_name, drv_name, init_fn, \
|
||||
data, cfg_info, level, prio, NULL)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue