[U-Boot] [PATCH 2/6] dm: core: Fix a typo in the uclass_get_device_by_name() comment
Bin Meng
bmeng.cn at gmail.com
Fri Jul 31 11:08:50 CEST 2015
On Fri, Jul 31, 2015 at 3:40 AM, Simon Glass <sjg at chromium.org> wrote:
> This function comment has a typo. Fix it.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> include/dm/uclass.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/dm/uclass.h b/include/dm/uclass.h
> index 3fe1739..d56877c 100644
> --- a/include/dm/uclass.h
> +++ b/include/dm/uclass.h
> @@ -130,7 +130,7 @@ int uclass_get(enum uclass_id key, struct uclass **ucp);
> int uclass_get_device(enum uclass_id id, int index, struct udevice **devp);
>
> /**
> - * uclass_get_device_by_name() - Get a uclass device by it's name
> + * uclass_get_device_by_name() - Get a uclass device by its name
> *
> * This searches the devices in the uclass for one with the exactly given name.
> *
> --
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list