Commit 2db3e6f
netdev/tree_match: include commas in diffstat regex
If there's a patch set that contains pure dt-bindings changes and isn't
marked as 'net' or 'net-next', it will fail to be detected through
required_files, because the r_diffstat and r_header regexes assume a
file name is composed of letters, numbers, slashes, dots, hyphens,
underscores.
Actually, dt-bindings file names also have a comma: vendor,schema.yml.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>1 parent 0783dbf commit 2db3e6f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
| 87 | + | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments