Re: [PATCH-for-5.1 v2 49/54] various: Use &error_abort in instance_init()

2020-04-07 Thread Cornelia Huck
On Mon, 6 Apr 2020 19:47:38 +0200 Philippe Mathieu-Daudé wrote: > 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

Re: [PATCH-for-5.1 v2 49/54] various: Use &error_abort in instance_init()

2020-04-06 Thread Cédric Le Goater
On 4/6/20 7:47 PM, Philippe Mathieu-Daudé wrote: > 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 > > S

[PATCH-for-5.1 v2 49/54] various: Use &error_abort in instance_init()

2020-04-06 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 Signed-off-by: Philippe Mathieu-Daudé --- backends/cryptodev-vhost

Re: [PATCH-for-5.1 v2 49/54] various: Use &error_abort in instance_init()

2020-04-06 Thread Philippe Mathieu-Daudé
On 4/6/20 7:47 PM, Philippe Mathieu-Daudé wrote: 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 Signed-off-b