diff mbox

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

Message ID 1438285245-15821-3-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass July 30, 2015, 7:40 p.m. UTC
This function comment has a typo. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 include/dm/uclass.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bin Meng July 31, 2015, 9:08 a.m. UTC | #1
On Fri, Jul 31, 2015 at 3:40 AM, Simon Glass <sjg@chromium.org> wrote:
> This function comment has a typo. Fix it.
>
> Signed-off-by: Simon Glass <sjg@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@gmail.com>
Simon Glass Aug. 9, 2015, 3:07 p.m. UTC | #2
On 31 July 2015 at 03:08, Bin Meng <bmeng.cn@gmail.com> wrote:
> On Fri, Jul 31, 2015 at 3:40 AM, Simon Glass <sjg@chromium.org> wrote:
>> This function comment has a typo. Fix it.
>>
>> Signed-off-by: Simon Glass <sjg@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@gmail.com>

Applied to u-boot-dm.
diff mbox

Patch

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.
  *