[PATCH] [ARM] tegra: Add i2c support

Anand Gadiyar gadiyar at ti.com
Fri Jul 30 08:36:54 EDT 2010


On 07/30/2010 06:06 AM, Colin Cross wrote:
> +/* i2c_writel and i2c_readl will offset the register if necessary to talk
> + * to the I2C block inside the DVC block
> + */

Minor coding-style comment. Documentation/CodingStyle says the preferred
format for multi-line comments is to do:

/*
  * i2c_writel and i2c_readl ...
  * to the I2C block ...
  */

Not sure if you need to fix this in this patch, but it's probably a good 
idea to follow for future patches.

- Anand




More information about the linux-arm-kernel mailing list