mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
patman: Fix the comment in CheckTags to mention multiple tags
This comment is less than helpful. Since multiple tags are supported, add an example of how multiple tags work. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Doug Anderson <dianders@chromium.org>
This commit is contained in:
parent
ed9222752d
commit
0d99fe0fd8
1 changed files with 3 additions and 2 deletions
|
@ -61,9 +61,10 @@ class Commit:
|
|||
|
||||
Subject tags look like this:
|
||||
|
||||
propounder: Change the widget to propound correctly
|
||||
propounder: fort: Change the widget to propound correctly
|
||||
|
||||
Multiple tags are supported. The list is updated in self.tag
|
||||
Here the tags are propounder and fort. Multiple tags are supported.
|
||||
The list is updated in self.tag.
|
||||
|
||||
Returns:
|
||||
None if ok, else the name of a tag with no email alias
|
||||
|
|
Loading…
Reference in a new issue