mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-27 00:00:38 +01:00
contrib/checkpatch: fix the systemd code path
(cherry picked from commitae6668ae85) (cherry picked from commit24d40570a7)
This commit is contained in:
parent
570030a687
commit
c694a8c935
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ if ($filename !~ /\.[ch]$/) {
|
|||
}
|
||||
|
||||
next if $filename =~ /\/nm-[^\/]+-enum-types\.[ch]$/;
|
||||
next if $filename =~ /\bsrc\/systemd\//
|
||||
next if $filename =~ /\b(shared|src)\/systemd\//
|
||||
and not $filename =~ /\/sd-adapt\//
|
||||
and not $filename =~ /\/nm-/;
|
||||
next if $filename =~ /\/(n-acd|c-list|c-siphash)\//;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue