commit | 1ff7ebf33b67b4ec7ea663827e74fe54ac469618 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Nov 29 09:30:59 2018 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jan 11 13:57:23 2019 +0100 |
tree | 71b6ab1e88cb6382cf37cef79b74b0833822021d | |
parent | 98e56ae6798cc5f5e432e8d93d5d18ebdeb7e496 [diff] |
checkpatch: fix premature exit when no input or --mailback In some cases, checkpatch's process subroutine is exiting the whole process. This is wrong, just return from the subroutine instead. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>