Home
last modified time | relevance | path

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

/u-boot/tools/patman/
A Dcommit.py89 def CheckDuplicateSignoff(self, signoff): argument
97 if signoff in self.signoff_set:
99 self.signoff_set.add(signoff)
A Dcontrol.py23 def prepare_patches(col, branch, count, start, end, ignore_binary, signoff): argument
59 branch, start, to_do, ignore_binary, series, signoff)
A Dtest_checkpatch.py269 signoff = 'Signed-off-by: Simon Glass <sjg@chromium.org>\n'
276 signoff = ''
285 return data % (signoff, license, tab, indent, tab)
A Dgitutil.py308 def CreatePatches(branch, start, count, ignore_binary, series, signoff = True): argument
327 if signoff:
A Dfunc_test.py478 ignore_binary=False, signoff=True)
487 ignore_binary=False, signoff=True)
495 ignore_binary=False, signoff=True)
A DREADME250 override the default signoff that patman automatically adds.
/u-boot/scripts/
A Dcheckpatch.pl2435 my $signoff = 0;
2759 $signoff++;
6906 if ($signoff == 0) {

Completed in 13 milliseconds