mbox series

[0/2] hw/mem/pc-dimm: Trivial code changes

Message ID 20200310180510.19489-1-wainersm@redhat.com (mailing list archive)
Headers show
Series hw/mem/pc-dimm: Trivial code changes | expand

Message

Wainer dos Santos Moschetta March 10, 2020, 6:05 p.m. UTC
Improve one error message and fix one code style warning.

Wainer dos Santos Moschetta (2):
  hw/mem/pc-dimm: Print slot number on error at pc_dimm_pre_plug()
  hw/mem/pc-dimm: Fix line over 80 characters warning

 hw/mem/pc-dimm.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Comments

Stefano Garzarella March 11, 2020, 9:56 a.m. UTC | #1
On Tue, Mar 10, 2020 at 03:05:08PM -0300, Wainer dos Santos Moschetta wrote:
> Improve one error message and fix one code style warning.
> 
> Wainer dos Santos Moschetta (2):
>   hw/mem/pc-dimm: Print slot number on error at pc_dimm_pre_plug()
>   hw/mem/pc-dimm: Fix line over 80 characters warning
> 
>  hw/mem/pc-dimm.c | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 

Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Laurent Vivier May 4, 2020, 9:23 a.m. UTC | #2
Le 10/03/2020 à 19:05, Wainer dos Santos Moschetta a écrit :
> Improve one error message and fix one code style warning.
> 
> Wainer dos Santos Moschetta (2):
>   hw/mem/pc-dimm: Print slot number on error at pc_dimm_pre_plug()
>   hw/mem/pc-dimm: Fix line over 80 characters warning
> 
>  hw/mem/pc-dimm.c | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 

Applied to my trivial-patches branch.

Thanks,
Laurent