Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

platform/chrome: coding style fixes

added blank lines after declarations in some places

Signed-off-by: Robin Schroer <sulamiification@gmail.com>
Signed-off-by: Olof Johansson <olof@lixom.net>

authored by

Robin Schroer and committed by
Olof Johansson
49c68a21 963cb6fa

+3
+3
drivers/platform/chrome/chromeos_laptop.c
··· 187 187 struct i2c_lookup *lookup = data; 188 188 static const char *prefix = "i2c-"; 189 189 struct i2c_adapter *adapter; 190 + 190 191 if (strncmp(dev_name(dev), prefix, strlen(prefix)) != 0) 191 192 return 0; 192 193 adapter = to_i2c_adapter(dev); ··· 249 248 struct i2c_board_info *info) 250 249 { 251 250 const unsigned short addr_list[] = { info->addr, I2C_CLIENT_END }; 251 + 252 252 return __add_probed_i2c_device(name, 253 253 find_i2c_adapter_num(type), 254 254 info, ··· 544 542 static int __init chromeos_laptop_init(void) 545 543 { 546 544 int ret; 545 + 547 546 if (!dmi_check_system(chromeos_laptop_dmi_table)) { 548 547 pr_debug("%s unsupported system.\n", __func__); 549 548 return -ENODEV;