qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [PATCH] hw: qdev: fix error in comment


From: Laurent Vivier
Subject: Re: [Qemu-trivial] [PATCH] hw: qdev: fix error in comment
Date: Tue, 30 Oct 2018 17:44:14 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1

Le 30/10/2018 à 16:16, Li Qiang a écrit :
> Cc: address@hidden
> 
> Signed-off-by: Li Qiang <address@hidden>
> ---
>  include/hw/qdev-core.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/hw/qdev-core.h b/include/hw/qdev-core.h
> index a24d0dd566..92851e55df 100644
> --- a/include/hw/qdev-core.h
> +++ b/include/hw/qdev-core.h
> @@ -197,7 +197,7 @@ typedef struct BusChild {
>  
>  /**
>   * BusState:
> - * @hotplug_device: link to a hotplug device associated with bus.
> + * @hotplug_handler: link to a hotplug handler associated with bus.
>   */
>  struct BusState {
>      Object obj;
> 

Reviewed-by: Laurent Vivier <address@hidden>

Fixes: 0ee4de6ce1d403b3d8017b340cec772c3c5c106f
       (qdev: add to BusState "hotplug-handler" link)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]