[U-Boot] [PATCH 01/51] i2c: fsl_i2c: Fix style violations
Simon Glass
sjg at chromium.org
Tue Jul 18 14:01:17 UTC 2017
On 14 July 2017 at 05:54, Mario Six <mario.six at gdsys.cc> wrote:
> Fix some style violations in the fsl_i2c I2C driver.
>
> Signed-off-by: Mario Six <mario.six at gdsys.cc>
> ---
>
> drivers/i2c/fsl_i2c.c | 109 +++++++++++++++++++++++++-------------------------
> 1 file changed, 55 insertions(+), 54 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
Note for strings (e.g. debug()) we allow them to run past 80 chars if
there is no alternative but to break the string.
More information about the U-Boot
mailing list