Re: [PATCH-for-5.1 v3 2/7] various: Use &error_abort in instance_init()

2020-04-28 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > Patch created mechanically by running: > > $ spatch \ > --macro-file scripts/cocci-macro-file.h \ > --include-headers --keep-comments --in-place \ > --sp-file \ > scripts/coccinelle/use-error_abort-in-instance_init.cocci > > Reviewed-by: Cédric

[PATCH-for-5.1 v3 2/7] various: Use &error_abort in instance_init()

2020-04-13 Thread Philippe Mathieu-Daudé
Patch created mechanically by running: $ spatch \ --macro-file scripts/cocci-macro-file.h \ --include-headers --keep-comments --in-place \ --sp-file \ scripts/coccinelle/use-error_abort-in-instance_init.cocci Reviewed-by: Cédric Le Goater Acked-by: Cornelia Huck Signed-off-b