mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
The previous coccinelle semantic patch that improved usage of log_error_errno()'s return value, only looked for log_error_errno() invocations with a single parameter after the error parameter. Update the patch to handle arbitrary numbers of additional arguments.