checkpatch: error - pointer_location

Change-Id: I9ce224cb75ba21caecffd6747833257f748b5ecf
Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
Dan Kalowsky 2015-10-14 16:04:48 -07:00 committed by Anas Nashif
commit e4bb957a00
4 changed files with 6 additions and 6 deletions

View file

@ -764,7 +764,7 @@ int i2c_dw_initialize(struct device *port)
return DEV_NOT_CONFIG;
}
regs = (struct i2c_dw_registers*) rom->base_address;
regs = (struct i2c_dw_registers *) rom->base_address;
/* verify that we have a valid DesignWare register first */
if (regs->ic_comp_type != I2C_DW_MAGIC_KEY) {