checkpatch: warning - line_spacing
Change-Id: I2276676142deea21cf8079449ce153f2fb887a8e Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
e45956c9a0
commit
890cc2f1ef
16 changed files with 54 additions and 26 deletions
|
@ -290,11 +290,11 @@ static int _i2c_dw_setup(struct device *dev)
|
|||
{
|
||||
struct i2c_dw_dev_config * const dw = dev->driver_data;
|
||||
struct i2c_dw_rom_config const * const rom = dev->config->config_info;
|
||||
volatile struct i2c_dw_registers * const regs =
|
||||
(struct i2c_dw_registers *)rom->base_address;
|
||||
uint32_t value = 0;
|
||||
union ic_con_register ic_con;
|
||||
int rc = DEV_OK;
|
||||
volatile struct i2c_dw_registers * const regs =
|
||||
(struct i2c_dw_registers *)rom->base_address;
|
||||
|
||||
ic_con.raw = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue