lkml.org 
[lkml]   [2014]   [Jul]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] drivers/platform/chrome: coding style fixes
On Thu, May 29, 2014 at 08:45:07PM +0200, Robin Schroer wrote:
> added blank lines after declarations in some places
>
> Signed-off-by: Robin Schroer <sulamiification@gmail.com>
> ---
> drivers/platform/chrome/chromeos_laptop.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/platform/chrome/chromeos_laptop.c b/drivers/platform/chrome/chromeos_laptop.c
> index 7f1a2e2..0e2785a 100644
> --- a/drivers/platform/chrome/chromeos_laptop.c
> +++ b/drivers/platform/chrome/chromeos_laptop.c
> @@ -177,6 +177,7 @@ static int __find_i2c_adap(struct device *dev, void *data)
> const char *name = data;
> static const char *prefix = "i2c-";
> struct i2c_adapter *adapter;
> +
> if (strncmp(dev_name(dev), prefix, strlen(prefix)) != 0)
> return 0;
> adapter = to_i2c_adapter(dev);
> @@ -231,6 +232,7 @@ static struct i2c_client *add_i2c_device(const char *name,
> struct i2c_board_info *info)
> {
> const unsigned short addr_list[] = { info->addr, I2C_CLIENT_END };
> +
> return __add_probed_i2c_device(name,
> find_i2c_adapter_num(type),
> info,
> @@ -464,6 +466,7 @@ static struct platform_driver cros_platform_driver = {
> static int __init chromeos_laptop_init(void)
> {
> int ret;
> +
> if (!dmi_check_system(chromeos_laptop_dmi_table)) {
> pr_debug("%s unsupported system.\n", __func__);
> return -ENODEV;
> --
> 1.9.3
>

Applied, thanks.


-Olof


\
 
 \ /
  Last update: 2014-07-10 19:21    [W:0.032 / U:0.372 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site