diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2015-11-05 13:44:18 +0100 |
---|---|---|
committer | Michal Schmidt <mschmidt@redhat.com> | 2015-11-09 20:01:06 +0100 |
commit | b3e3bb19a06795ee1eb3679a839f4687ba99143f (patch) | |
tree | 9648c9335994d3744bbdd5210266b05c3964d85d /test/test-efi-create-disk.sh | |
parent | 351825cc7355fec1c7fc6cb46c16ba68f2aea76c (diff) |
coccinelle: additional errno.cocci hunk
rewrites:
log_error_errno(errno, ...);
return -errno;
into:
return log_error_errno(errno, ...);
Diffstat (limited to 'test/test-efi-create-disk.sh')
0 files changed, 0 insertions, 0 deletions