From: Stefan Roese Date: Wed, 25 Nov 2015 06:41:58 +0000 (+0100) Subject: i2c: Fix the comment to match the function described X-Git-Tag: v2016.01-rc2~119^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a06728c8396b205c93819bb36345a816994506de;p=u-boot i2c: Fix the comment to match the function described Use the correct function name in the function description. Signed-off-by: Stefan Roese Reviewed-by: Simon Glass Cc: Heiko Schocher --- diff --git a/include/i2c.h b/include/i2c.h index 6493931c35..1f5ae4538a 100644 --- a/include/i2c.h +++ b/include/i2c.h @@ -499,7 +499,8 @@ int i2c_get_chip(struct udevice *bus, uint chip_addr, uint offset_len, struct udevice **devp); /** - * i2c_get_chip() - get a device to use to access a chip on a bus number + * i2c_get_chip_for_busnum() - get a device to use to access a chip on + * a bus number * * This returns the device for the given chip address on a particular bus * number.