Searched refs:signoff (Results 1 – 5 of 5) sorted by relevance
77 def CheckDuplicateSignoff(self, signoff): argument85 if signoff in self.signoff_set:87 self.signoff_set.add(signoff)
192 signoff = 'Signed-off-by: Simon Glass <sjg@chromium.org>\n'198 signoff = ''205 return data % (signoff, tab, indent, tab)
76 self.signoff = [] # Contents of signoff line
224 override the default signoff that patman automatically adds.
2177 my $signoff = 0;2451 $signoff++;6380 if ($is_patch && $has_commit_log && $chk_signoff && $signoff == 0) {