[U-Boot] [PATCH 2/6] dm: core: Fix a typo in the uclass_get_device_by_name() comment

Simon Glass sjg at chromium.org
Sun Aug 9 17:07:09 CEST 2015


On 31 July 2015 at 03:08, Bin Meng <bmeng.cn at gmail.com> wrote:
> 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>

Applied to u-boot-dm.


More information about the U-Boot mailing list