Browse Source

coccinelle: fix typo in comment

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
pull/53/head
Philippe Mathieu-Daudé 9 years ago
committed by Stefan Hajnoczi
parent
commit
f652402487
  1. 2
      scripts/coccinelle/return_directly.cocci

2
scripts/coccinelle/return_directly.cocci

@ -1,4 +1,4 @@
// replace 'R = X; return R;' with 'return R;'
// replace 'R = X; return R;' with 'return X;'
@@
identifier VAR;
expression E;

Loading…
Cancel
Save