We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5eb5d6 commit b0fb656Copy full SHA for b0fb656
netdev/tree_match.py
@@ -10,7 +10,7 @@
10
11
12
def series_tree_name_direct(series):
13
- for t in ['net-next', 'net', 'bpf-next', 'bpf']:
+ for t in ['net-next', 'bpf-next', 'net', 'bpf']:
14
if re.match(r'\[.*{pfx}.*\]'.format(pfx=t), series.subject):
15
return t
16
0 commit comments