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>
master
Simon Glass 11 years ago
parent ed9222752d
commit 0d99fe0fd8
  1. 5
      tools/patman/commit.py

@ -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…
Cancel
Save