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
--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html