1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-05 15:21:37 +03:00
systemd/coccinelle
Michal Schmidt b3e3bb19a0 coccinelle: additional errno.cocci hunk
rewrites:
  log_error_errno(errno, ...);
  return -errno;
into:
  return log_error_errno(errno, ...);
2015-11-09 20:01:06 +01:00
..
empty-if.cocci
errno.cocci coccinelle: additional errno.cocci hunk 2015-11-09 20:01:06 +01:00
hashmap_free.cocci
mfree.cocci
no-if-assignments.cocci
safe_close-no-if.cocci
safe_close.cocci
safe_closedir.cocci util: add safe_closedir() similar to safe_fclose() 2015-09-22 16:30:24 +02:00
safe_fclose.cocci
strempty.cocci Add Coccinelle patch for strempty() usage 2015-09-30 12:24:16 +02:00
strv_free.cocci
while-true.cocci