mbox series

[v2,0/2] Fix spelling/formatting in fuzzing patches

Message ID 20200227031439.31386-1-alxndr@bu.edu
Headers show
Series Fix spelling/formatting in fuzzing patches | expand

Message

Alexander Bulekov Feb. 27, 2020, 3:14 a.m. UTC
These patches fix some spelling and line-length violations introduced by
the device-fuzzing changes:
https://lists.gnu.org/archive/html/qemu-devel/2020-02/msg05965.html

v2: fixes comment style in the fork_fuzz.ld linker script

Alexander Bulekov (2):
  fuzz: fix style/typos in linker-script comments
  qtest: fix fuzzer-related 80-char limit violations

 qtest.c                       |  3 ++-
 tests/qtest/fuzz/fork_fuzz.ld | 16 ++++++++++------
 tests/qtest/fuzz/qos_fuzz.c   |  5 ++++-
 3 files changed, 16 insertions(+), 8 deletions(-)

Comments

Darren Kenny Feb. 27, 2020, 2:50 p.m. UTC | #1
For the series:

Reviewed-by: Darren Kenny <darren.kenny@oracle.com>

Thanks,

Darren.

On Wed, Feb 26, 2020 at 10:14:37PM -0500, Alexander Bulekov wrote:
>These patches fix some spelling and line-length violations introduced by
>the device-fuzzing changes:
>https://lists.gnu.org/archive/html/qemu-devel/2020-02/msg05965.html
>
>v2: fixes comment style in the fork_fuzz.ld linker script
>
>Alexander Bulekov (2):
>  fuzz: fix style/typos in linker-script comments
>  qtest: fix fuzzer-related 80-char limit violations
>
> qtest.c                       |  3 ++-
> tests/qtest/fuzz/fork_fuzz.ld | 16 ++++++++++------
> tests/qtest/fuzz/qos_fuzz.c   |  5 ++++-
> 3 files changed, 16 insertions(+), 8 deletions(-)
>
>-- 
>2.25.0
>
>
Stefan Hajnoczi Feb. 27, 2020, 4:09 p.m. UTC | #2
On Wed, Feb 26, 2020 at 10:14:37PM -0500, Alexander Bulekov wrote:
> These patches fix some spelling and line-length violations introduced by
> the device-fuzzing changes:
> https://lists.gnu.org/archive/html/qemu-devel/2020-02/msg05965.html
> 
> v2: fixes comment style in the fork_fuzz.ld linker script
> 
> Alexander Bulekov (2):
>   fuzz: fix style/typos in linker-script comments
>   qtest: fix fuzzer-related 80-char limit violations
> 
>  qtest.c                       |  3 ++-
>  tests/qtest/fuzz/fork_fuzz.ld | 16 ++++++++++------
>  tests/qtest/fuzz/qos_fuzz.c   |  5 ++++-
>  3 files changed, 16 insertions(+), 8 deletions(-)
> 
> -- 
> 2.25.0
> 

Thanks, applied to my block tree:
https://github.com/stefanha/qemu/commits/block

Stefan