Skip to content

Commit c15d2bb

Browse files
committed
tree_match: move drivers/phy to acceptable
We don't take pure drivers/phy changes, move them to acceptable files. A change under net/ or drivers/net is needed in the same series for us to care. Signed-off-by: Jakub Kicinski <[email protected]>
1 parent de7c911 commit c15d2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netdev/tree_match.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def _tree_name_should_be_local_files(raw_email):
4545
'include/',
4646
'rust/',
4747
'tools/',
48+
'drivers/phy/',
4849
'drivers/vhost/',
4950
}
5051
required_files = {
@@ -65,7 +66,6 @@ def _tree_name_should_be_local_files(raw_email):
6566
'drivers/net/',
6667
'drivers/dsa/',
6768
'drivers/nfc/',
68-
'drivers/phy/',
6969
'drivers/ptp/',
7070
'drivers/net/ethernet/',
7171
'kernel/bpf/',

0 commit comments

Comments
 (0)