Home
last modified time | relevance | path

Searched refs:re_series_tag (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/tools/patman/
H A Dpatchstream.py33 re_series_tag = re.compile('^Series-([a-z-]*): *(.*)') variable
158 series_tag_match = re_series_tag.match(line)