HomeSort by relevance Sort by last modified time
    Searched refs:signoff (Results 1 - 4 of 4) sorted by null

  /external/u-boot/tools/patman/
commit.py 76 def CheckDuplicateSignoff(self, signoff):
80 signoff: Signoff line
82 True if this signoff is new, False if we have already seen it.
84 if signoff in self.signoff_set:
86 self.signoff_set.add(signoff)
test.py 191 signoff = 'Signed-off-by: Simon Glass <sjg@chromium.org>\n'
197 elif data_type == 'no-signoff':
198 signoff = ''
207 return data % (signoff, license, tab, indent, tab)
230 inf = self.SetupData('no-signoff')
patchstream.py 75 self.signoff = [] # Contents of signoff line
  /external/u-boot/scripts/
checkpatch.pl 73 --no-signoff do not check for 'Signed-off-by' line
198 'signoff!' => \$chk_signoff,
    [all...]

Completed in 160 milliseconds