[PATCH-for-5.2 0/3] trivial: Remove 'and and' in descriptions

Philippe Mathieu-Daudé posted 3 patches 3 years, 8 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200811151643.21293-1-philmd@redhat.com
include/hw/i2c/i2c.h | 2 +-
util/qemu-timer.c    | 2 +-
util/vfio-helpers.c  | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
[PATCH-for-5.2 0/3] trivial: Remove 'and and' in descriptions
Posted by Philippe Mathieu-Daudé 3 years, 8 months ago
Remove duplicated 'and' in comments.

Philippe Mathieu-Daudé (3):
  hw/i2c: Fix typo in description
  util/qemu-timer: Fix typo in description
  util/vfio-helpers: Fix typo in description

 include/hw/i2c/i2c.h | 2 +-
 util/qemu-timer.c    | 2 +-
 util/vfio-helpers.c  | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.21.3


Re: [PATCH-for-5.2 0/3] trivial: Remove 'and and' in descriptions
Posted by Peter Maydell 3 years, 8 months ago
On Tue, 11 Aug 2020 at 16:18, Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
>
> Remove duplicated 'and' in comments.
>
> Philippe Mathieu-Daudé (3):
>   hw/i2c: Fix typo in description
>   util/qemu-timer: Fix typo in description
>   util/vfio-helpers: Fix typo in description

Series:

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM

Re: [PATCH-for-5.2 0/3] trivial: Remove 'and and' in descriptions
Posted by Li Qiang 3 years, 8 months ago
Philippe Mathieu-Daudé <philmd@redhat.com> 于2020年8月11日周二 下午11:17写道:
>
> Remove duplicated 'and' in comments.
>
> Philippe Mathieu-Daudé (3):
>   hw/i2c: Fix typo in description
>   util/qemu-timer: Fix typo in description
>   util/vfio-helpers: Fix typo in description
>

For this series:

Reviewed-by: Li Qiang <liq3ea@gmail.com>

>  include/hw/i2c/i2c.h | 2 +-
>  util/qemu-timer.c    | 2 +-
>  util/vfio-helpers.c  | 4 ++--
>  3 files changed, 4 insertions(+), 4 deletions(-)
>
> --
> 2.21.3
>
>

Re: [PATCH-for-5.2 0/3] trivial: Remove 'and and' in descriptions
Posted by Laurent Vivier 3 years, 8 months ago
Le 11/08/2020 à 17:16, Philippe Mathieu-Daudé a écrit :
> Remove duplicated 'and' in comments.
> 
> Philippe Mathieu-Daudé (3):
>   hw/i2c: Fix typo in description
>   util/qemu-timer: Fix typo in description
>   util/vfio-helpers: Fix typo in description
> 
>  include/hw/i2c/i2c.h | 2 +-
>  util/qemu-timer.c    | 2 +-
>  util/vfio-helpers.c  | 4 ++--
>  3 files changed, 4 insertions(+), 4 deletions(-)
> 

Applied to my trivial-patches branch.

Thanks,
Laurent