Re: [U-Boot] [PATCH] i2c: Fix the comment to match the function described

2015-11-26 Thread Simon Glass
On 24 November 2015 at 23:41, Stefan Roese wrote: > Use the correct function name in the function description. > > Signed-off-by: Stefan Roese > Cc: Simon Glass > Cc: Heiko Schocher > --- > include/i2c.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Simon Glass _

[U-Boot] [PATCH] i2c: Fix the comment to match the function described

2015-11-24 Thread Stefan Roese
Use the correct function name in the function description. Signed-off-by: Stefan Roese Cc: Simon Glass Cc: Heiko Schocher --- include/i2c.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/i2c.h b/include/i2c.h index 6493931..1f5ae45 100644 --- a/include/i2c.h +++