Searched refs:signoff (Results 1 – 7 of 7) sorted by relevance
/u-boot/tools/patman/ |
A D | commit.py | 89 def CheckDuplicateSignoff(self, signoff): argument 97 if signoff in self.signoff_set: 99 self.signoff_set.add(signoff)
|
A D | control.py | 23 def prepare_patches(col, branch, count, start, end, ignore_binary, signoff): argument 59 branch, start, to_do, ignore_binary, series, signoff)
|
A D | test_checkpatch.py | 269 signoff = 'Signed-off-by: Simon Glass <sjg@chromium.org>\n' 276 signoff = '' 285 return data % (signoff, license, tab, indent, tab)
|
A D | gitutil.py | 308 def CreatePatches(branch, start, count, ignore_binary, series, signoff = True): argument 327 if signoff:
|
A D | func_test.py | 478 ignore_binary=False, signoff=True) 487 ignore_binary=False, signoff=True) 495 ignore_binary=False, signoff=True)
|
A D | README | 250 override the default signoff that patman automatically adds.
|
/u-boot/scripts/ |
A D | checkpatch.pl | 2435 my $signoff = 0; 2759 $signoff++; 6906 if ($signoff == 0) {
|
Completed in 13 milliseconds