Re: [PATCH 1/8] i2c: rename core source file to allow refactorization

From: Jarkko Nikula
Date: Mon May 29 2017 - 05:44:36 EST


On 05/26/2017 11:20 AM, Wolfram Sang wrote:
--- a/drivers/i2c/busses/i2c-designware-core.c
+++ b/drivers/i2c/busses/i2c-designware-core.c
@@ -583,7 +583,7 @@ i2c_dw_xfer_msg(struct dw_i2c_dev *dev)
*/

/*
- * i2c-core.c always sets the buffer length of
+ * i2c-core always sets the buffer length of
* I2C_FUNC_SMBUS_BLOCK_DATA to 1. The length will
* be adjusted when receiving the first byte.
* Thus we can't stop the transaction here.

FWIW,

Acked-by: Jarkko Nikula <jarkko.nikula@xxxxxxxxxxxxxxx>