Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/patman/
H A Dcommit.py77 def CheckDuplicateSignoff(self, signoff): argument
85 if signoff in self.signoff_set:
87 self.signoff_set.add(signoff)
H A Dtest.py192 signoff = 'Signed-off-by: Simon Glass <sjg@chromium.org>\n'
198 signoff = ''
205 return data % (signoff, tab, indent, tab)
H A Dpatchstream.py76 self.signoff = [] # Contents of signoff line
H A DREADME224 override the default signoff that patman automatically adds.
/rk3399_rockchip-uboot/scripts/
H A Dcheckpatch.pl2177 my $signoff = 0;
2451 $signoff++;
6380 if ($is_patch && $has_commit_log && $chk_signoff && $signoff == 0) {