Re: [PATCH] Fix BBC I2C envctrl on SunBlade 2000

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Christopher Alexander Tobias Schulze <cat.schulze@xxxxxxxxxxxxx>
Date: Sun, 27 Jul 2014 15:04:04 +0200

Thanks for all of your patches today.

Firstly, please format your Subject line correctly, it should
be of the form:

	[PATCH] ${subsystem}: Description.

Here subsystem could be "bbc-i2c: ".

> +       /* Need to initialize some fields of bbc_cpu_temperature */
> +       INIT_LIST_HEAD(&(tp->bp_list));
> +       INIT_LIST_HEAD(&(tp->glob_list));
> +

The innermost parenthesis are unnecessary, please remove them.

> +       /* Need to initialize some fields of bbc_fan_control */
> +       INIT_LIST_HEAD(&(fp->bp_list));
> +       INIT_LIST_HEAD(&(fp->glob_list));
> +

Likewise, and for the rest of your list initialization additions.

> -       bp->i2c_bussel_reg = of_ioremap(&op->resource[1], 0, 0x1, "bbc_i2c_bussel");
> -       if (!bp->i2c_bussel_reg)
> -               goto fail;
> +       if(op->num_resources == 2) {

Please put a space between "if" and the openning parenthesis of the
condition being tested.

> +       if(op->num_resources == 2) {

Likewise.

> +               bp->i2c_bussel_reg = of_ioremap(&op->resource[1], 0, 0x1, "bbc_i2c_bussel");
> +               if (!bp->i2c_bussel_reg) {
> +                       goto fail;
> +               }

Please do not use curly braces around single line basic blocks.
--
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Kernel Development]     [DCCP]     [Linux ARM Development]     [Linux]     [Photo]     [Yosemite Help]     [Linux ARM Kernel]     [Linux SCSI]     [Linux x86_64]     [Linux Hams]

  Powered by Linux