Skip to content
Snippets Groups Projects
Commit a06728c8 authored by Stefan Roese's avatar Stefan Roese Committed by Heiko Schocher
Browse files

i2c: Fix the comment to match the function described


Use the correct function name in the function description.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
Cc: Heiko Schocher <hs@denx.de>
parent 71cbed31
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment