Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37197 )
Change subject: drivers/amd/agesa/romstage: Only mark cbmem as UC if needed
......................................................................
drivers/amd/agesa/romstage: Only mark cbmem as UC if needed
Now cbmem is flushed to dram before calling postcar stage.
UNTESTED.
Change-Id: Iaa0d154e2c5b2052027d07ad26e31f3ff63ae9f3
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/drivers/amd/agesa/mtrr_fixme.c
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/37197/1
diff --git a/src/drivers/amd/agesa/mtrr_fixme.c b/src/drivers/amd/agesa/mtrr_fixme.c
index bbb9eb0..9e63425 100644
--- a/src/drivers/amd/agesa/mtrr_fixme.c
+++ b/src/drivers/amd/agesa/mtrr_fixme.c
@@ -51,6 +51,10 @@
if (s3resume)
return;
+ /* We worry about cbmem hitting dram later */
+ if (clflush_supported())
+ return;
+
/* For normal path, INIT_POST has returned with all
* memory set WB cacheable. But we need CBMEM as UC
* to make CAR teardown with invalidation without
--
To view, visit https://review.coreboot.org/c/coreboot/+/37197
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iaa0d154e2c5b2052027d07ad26e31f3ff63ae9f3
Gerrit-Change-Number: 37197
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-MessageType: newchange
Attention is currently required from: Jason Glenesk, Raul Rangel, Marshall Dawson, Kyösti Mälkki, Fred Reitberger, Felix Held.
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/64866 )
Change subject: cpu/amd: Add common helpers for TSEG and SMM
......................................................................
Patch Set 6:
(1 comment)
File src/cpu/amd/smm/smm_helper.c:
PS5:
> Since cpu,nb,sb/amd/agesa,pi already calls a lot of soc/amd/common, maybe keep SMM helpers there. I don't think there is much soc/amd calling to cpu/amd.
That's a lot of work to redo...
--
To view, visit https://review.coreboot.org/c/coreboot/+/64866
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I73174766980e0405e7b8efd4f059bb400c0c0a25
Gerrit-Change-Number: 64866
Gerrit-PatchSet: 6
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Fred Reitberger <reitbergerfred(a)gmail.com>
Gerrit-Reviewer: Jason Glenesk <jason.glenesk(a)gmail.com>
Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Reviewer: Raul Rangel <rrangel(a)chromium.org>
Gerrit-CC: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Jason Glenesk <jason.glenesk(a)gmail.com>
Gerrit-Attention: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Attention: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Attention: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Gerrit-Attention: Fred Reitberger <reitbergerfred(a)gmail.com>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Thu, 02 Jun 2022 13:12:46 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Gerrit-MessageType: comment
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/64893 )
Change subject: util/lint: Update spelling.txt, add makefile to sort it
......................................................................
Patch Set 1:
(2448 comments)
File util/lint/spelling.txt:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/50be2250_e95895b3
PS1, Line 70: # cymk||CMYK
'cymk' may be misspelled - perhaps 'cmyk'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0759fb85_d14b45fb
PS1, Line 71: # postgressql||PostgreSQL
'postgressql' may be misspelled - perhaps 'postgresql'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fa2914ad_7fb6fe93
PS1, Line 72: # reamde||README
'reamde' may be misspelled - perhaps 'readme'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1b5045ec_cab5c3bd
PS1, Line 72: # reamde||README
'README' may be misspelled - perhaps 'README'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e8991124_79742763
PS1, Line 83: abbort||abort
'abbort' may be misspelled - perhaps 'abort'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5862ede6_03781d7e
PS1, Line 88: abbrevations||abbreviations
'abbrevations' may be misspelled - perhaps 'abbreviations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a1e7532e_742214c4
PS1, Line 90: abbriviations||abbreviations
'abbriviations' may be misspelled - perhaps 'abbreviations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d66c2102_4a93efa1
PS1, Line 94: abitrary||arbitrary
'abitrary' may be misspelled - perhaps 'arbitrary'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1109d54e_e054a7a5
PS1, Line 104: abreviate||abbreviate
'abreviate' may be misspelled - perhaps 'abbreviate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f9694b9d_d2b16f2b
PS1, Line 110: absodeflyly||absolutely
'absodeflyly' may be misspelled - perhaps 'absolutely'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/507831fd_27520270
PS1, Line 112: absolately||absolutely
'absolately' may be misspelled - perhaps 'absolutely'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f99541c3_7db5c5a0
PS1, Line 114: absolautely||absolutely
'absolautely' may be misspelled - perhaps 'absolutely'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cf1e1238_5135a6e5
PS1, Line 119: absoliutely||absolutely
'absoliutely' may be misspelled - perhaps 'absolutely'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bc9f2e49_bb04ac9d
PS1, Line 121: absoloutely||absolutely
'absoloutely' may be misspelled - perhaps 'absolutely'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b82ea19b_95610cdd
PS1, Line 123: absoltely||absolutely
'absoltely' may be misspelled - perhaps 'absolutely'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1a421604_52408138
PS1, Line 125: absoltuely||absolutely
'absoltuely' may be misspelled - perhaps 'absolutely'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/446a67f8_1903b7ff
PS1, Line 127: absoluately||absolutely
'absoluately' may be misspelled - perhaps 'absolutely'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/022ed1dc_3ccb4189
PS1, Line 130: absoluetly||absolutely
'absoluetly' may be misspelled - perhaps 'absolutely'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1491200e_d94ff076
PS1, Line 132: absolultely||absolutely
'absolultely' may be misspelled - perhaps 'absolutely'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/52fa0e1c_59850ad4
PS1, Line 134: absolunely||absolutely
'absolunely' may be misspelled - perhaps 'absolutely'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/512616b7_1eddcf30
PS1, Line 136: absolurely||absolutely
'absolurely' may be misspelled - perhaps 'absolutely'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b5a936c6_abe0ba65
PS1, Line 137: absolut||absolute
'absolut' may be misspelled - perhaps 'absolute'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8967da6d_cc35a62c
PS1, Line 138: absoluth||absolute
'absoluth' may be misspelled - perhaps 'absolute'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f5ad3b34_124c812c
PS1, Line 140: absoluthely||absolutely
'absoluthely' may be misspelled - perhaps 'absolutely'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/903ef3aa_23062cc9
PS1, Line 144: absolutlye||absolutely
'absolutlye' may be misspelled - perhaps 'absolutely'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/39e28d7b_25165465
PS1, Line 146: absoluutely||absolutely
'absoluutely' may be misspelled - perhaps 'absolutely'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/45f1487e_b6d5176b
PS1, Line 148: absoluvely||absolutely
'absoluvely' may be misspelled - perhaps 'absolutely'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c4b78fa2_244c71ff
PS1, Line 150: absoolutely||absolutely
'absoolutely' may be misspelled - perhaps 'absolutely'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a64b2c1d_45244672
PS1, Line 154: absouldly||absolutely
'absouldly' may be misspelled - perhaps 'absolutely'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bf6f3a37_f545259b
PS1, Line 155: absoule||absolute
'absoule' may be misspelled - perhaps 'absolute'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4b121933_b5de353a
PS1, Line 159: absoult||absolute
'absoult' may be misspelled - perhaps 'absolute'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8e0a0dfe_bb3a0903
PS1, Line 161: absoultely||absolutely
'absoultely' may be misspelled - perhaps 'absolutely'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d219a141_6cc5cdc7
PS1, Line 164: absoulutely||absolutely
'absoulutely' may be misspelled - perhaps 'absolutely'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0ed33ce4_766a1de4
PS1, Line 165: absout||absolute
'absout' may be misspelled - perhaps 'absolute'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bc3991a3_8f2dbab9
PS1, Line 167: absoutely||absolutely
'absoutely' may be misspelled - perhaps 'absolutely'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f9ca0c7a_d732a003
PS1, Line 170: abstactly||abstractly
'abstactly' may be misspelled - perhaps 'abstractly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cdf5f857_2ad88a4a
PS1, Line 171: accapt||accept
'accapt' may be misspelled - perhaps 'accept'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/58a4cdcd_f086c67e
PS1, Line 174: acccept||accept
'acccept' may be misspelled - perhaps 'accept'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3081151f_8eb3ae65
PS1, Line 178: acccess||access
'acccess' may be misspelled - perhaps 'access'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fd4f476b_99de5e80
PS1, Line 187: acccessors||accessors
'acccessors' may be misspelled - perhaps 'accessors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e5e10593_e20badab
PS1, Line 190: acccurately||accurately
'acccurately' may be misspelled - perhaps 'accurately'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/943169f1_f80f24a5
PS1, Line 192: accelaration||acceleration
'accelaration' may be misspelled - perhaps 'acceleration'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/174a295b_78a4129d
PS1, Line 196: accepected||accepted
'accepected' may be misspelled - perhaps 'accepted'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/aa3bf4d9_49496df5
PS1, Line 198: acces||access
'acces' may be misspelled - perhaps 'access'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a4e5cc26_548dc196
PS1, Line 205: accets||accepts
'accets' may be misspelled - perhaps 'accepts'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/64169a57_9f40aa52
PS1, Line 208: accidentially||accidentally
'accidentially' may be misspelled - perhaps 'accidentally'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ab374b5f_3e44d4d3
PS1, Line 215: acciental||accidental
'acciental' may be misspelled - perhaps 'accidental'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4a80d786_0e256ff4
PS1, Line 218: accodingly||accordingly
'accodingly' may be misspelled - perhaps 'accordingly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f5f79f49_05ebd8a3
PS1, Line 219: accomadate||accommodate
'accomadate' may be misspelled - perhaps 'accommodate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7349514d_0a50020b
PS1, Line 224: accommadates||accommodates
'accommadates' may be misspelled - perhaps 'accommodates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1673bc88_573fdc9f
PS1, Line 227: accomodates||accommodates
'accomodates' may be misspelled - perhaps 'accommodates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/03e430ba_e0b2b0ff
PS1, Line 235: accompagnying||accompanying
'accompagnying' may be misspelled - perhaps 'accompanying'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7978c509_e8733700
PS1, Line 237: accoordingly||accordingly
'accoordingly' may be misspelled - perhaps 'accordingly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4c687962_98c403da
PS1, Line 242: accquire||acquire
'accquire' may be misspelled - perhaps 'acquire'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b8dfdea6_c980a1bd
PS1, Line 249: accrdingly||accordingly
'accrdingly' may be misspelled - perhaps 'accordingly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0233dbf0_840ef65d
PS1, Line 251: accrodingly||accordingly
'accrodingly' may be misspelled - perhaps 'accordingly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3ac40e26_e4d367bf
PS1, Line 253: accronyms||acronyms
'accronyms' may be misspelled - perhaps 'acronyms'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/15189545_188af707
PS1, Line 257: accumalate||accumulate
'accumalate' may be misspelled - perhaps 'accumulate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/444653e4_a9948640
PS1, Line 258: accumalator||accumulator
'accumalator' may be misspelled - perhaps 'accumulator'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/23d4a3f9_d5d5c508
PS1, Line 260: accumalted||accumulated
'accumalted' may be misspelled - perhaps 'accumulated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/01ea19fc_64ed824f
PS1, Line 261: accumlate||accumulate
'accumlate' may be misspelled - perhaps 'accumulate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0491ed90_513990e6
PS1, Line 269: acessing||accessing
'acessing' may be misspelled - perhaps 'accessing'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a4ed7783_5ee1cb3e
PS1, Line 270: acheive||achieve
'acheive' may be misspelled - perhaps 'achieve'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8f72ec62_317b5d49
PS1, Line 275: achitectures||architectures
'achitectures' may be misspelled - perhaps 'architectures'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/15f51f1a_d57e0376
PS1, Line 276: achive||achieve
'achive' may be misspelled - perhaps 'achieve'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/297894e3_44e96953
PS1, Line 280: achor||anchor
'achor' may be misspelled - perhaps 'anchor'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d6533015_4b57ed13
PS1, Line 285: acii||ascii
'acii' may be misspelled - perhaps 'ascii'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0055c683_98bf9397
PS1, Line 286: ACII||ASCII
'ACII' may be misspelled - perhaps 'ASCII'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/03758fa0_98fd9605
PS1, Line 288: acitions||actions
'acitions' may be misspelled - perhaps 'actions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ce1a6a1c_7914cbaa
PS1, Line 290: acknoledge||acknowledge
'acknoledge' may be misspelled - perhaps 'acknowledge'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/05b5e0bf_0d89448c
PS1, Line 296: acknowlege||acknowledge
'acknowlege' may be misspelled - perhaps 'acknowledge'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2840f14b_d7c35f71
PS1, Line 301: ackowledged||acknowledged
'ackowledged' may be misspelled - perhaps 'acknowledged'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2e159271_a4ac0813
PS1, Line 302: acommodate||accommodate
'acommodate' may be misspelled - perhaps 'accommodate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9821d3c5_f4fb083d
PS1, Line 307: acommpanying||accompanying
'acommpanying' may be misspelled - perhaps 'accompanying'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b7f27274_c5a7be47
PS1, Line 309: acoordingly||accordingly
'acoordingly' may be misspelled - perhaps 'accordingly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/25d036a4_3d085faf
PS1, Line 311: acordingly||accordingly
'acordingly' may be misspelled - perhaps 'accordingly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cf8bf95a_8a60aab4
PS1, Line 313: acounts||accounts
'acounts' may be misspelled - perhaps 'accounts'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8890c191_2d83416b
PS1, Line 314: acqure||acquire
'acqure' may be misspelled - perhaps 'acquire'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2221f19c_b4dbdf65
PS1, Line 319: actaully||actually
'actaully' may be misspelled - perhaps 'actually'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b0b34bf8_0629e7ac
PS1, Line 323: actuaally||actually
'actuaally' may be misspelled - perhaps 'actually'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/74d52b5d_406a25e9
PS1, Line 325: actuakly||actually
'actuakly' may be misspelled - perhaps 'actually'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/84a8cd85_1b78de08
PS1, Line 327: actualyl||actually
'actualyl' may be misspelled - perhaps 'actually'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/10c47fdd_5eec3fee
PS1, Line 340: adapaters||adapters
'adapaters' may be misspelled - perhaps 'adapters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/af6ae979_4c486b9e
PS1, Line 342: adaquately||adequately
'adaquately' may be misspelled - perhaps 'adequately'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f7734c8b_aacbf203
PS1, Line 344: adatpers||adapters
'adatpers' may be misspelled - perhaps 'adapters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0e0466d0_e9b2d776
PS1, Line 345: addd||add
'addd' may be misspelled - perhaps 'add'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4c0a4779_1810fc42
PS1, Line 349: adddresses||addresses
'adddresses' may be misspelled - perhaps 'addresses'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/55922195_9c98840f
PS1, Line 353: adderted||asserted
'adderted' may be misspelled - perhaps 'asserted'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d8fde5f8_818582a5
PS1, Line 354: addess||address
'addess' may be misspelled - perhaps 'address'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0daab912_3e826691
PS1, Line 361: additionnally||additionally
'additionnally' may be misspelled - perhaps 'additionally'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3d102f5b_bbe23b57
PS1, Line 363: additonally||additionally
'additonally' may be misspelled - perhaps 'additionally'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9b8a42c5_cc89cfeb
PS1, Line 364: addjust||adjust
'addjust' may be misspelled - perhaps 'adjust'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2aa474a2_4631d395
PS1, Line 368: addres||address
'addres' may be misspelled - perhaps 'address'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/78081880_ce212de4
PS1, Line 373: addresss||address
'addresss' may be misspelled - perhaps 'address'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/96cc2aee_83adf119
PS1, Line 379: addtionally||additionally
'addtionally' may be misspelled - perhaps 'additionally'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ba988922_ffba5e16
PS1, Line 380: aditional||additional
'aditional' may be misspelled - perhaps 'additional'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2bd8e3c8_b0e3d947
PS1, Line 387: adminstrators||administrators
'adminstrators' may be misspelled - perhaps 'administrators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/473ec3c9_e7bbeec8
PS1, Line 390: adress||address
'adress' may be misspelled - perhaps 'address'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cf19bfb9_81b6fc6b
PS1, Line 395: adressses||addresses
'adressses' may be misspelled - perhaps 'addresses'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/adfbf32b_667fd8cb
PS1, Line 398: advaned||advanced
'advaned' may be misspelled - perhaps 'advanced'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c58f89d8_8aa429e2
PS1, Line 400: advertisments||advertisements
'advertisments' may be misspelled - perhaps 'advertisements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e3878ee8_d5f06e43
PS1, Line 406: afforts||affords
'afforts' may be misspelled - perhaps 'affords'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4f810eb4_72617f84
PS1, Line 412: againts||against
'againts' may be misspelled - perhaps 'against'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7e92f3a9_f88bf768
PS1, Line 419: agreemnets||agreements
'agreemnets' may be misspelled - perhaps 'agreements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3fcdef50_b7757e8b
PS1, Line 420: agressive||aggressive
'agressive' may be misspelled - perhaps 'aggressive'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5c98d855_528ed328
PS1, Line 427: agruments||arguments
'agruments' may be misspelled - perhaps 'arguments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2600fbdb_adb632d9
PS1, Line 429: aguments||arguments
'aguments' may be misspelled - perhaps 'arguments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2e40a6c8_a7d562f0
PS1, Line 432: ajust||adjust
'ajust' may be misspelled - perhaps 'adjust'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b483d69a_755de74a
PS1, Line 437: alghoritm||algorithm
'alghoritm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d7489919_c931ccbd
PS1, Line 439: alghoritmically||algorithmically
'alghoritmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fd00f5cb_eacc6b53
PS1, Line 442: algohm||algorithm
'algohm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9d9d8ff5_97928c0c
PS1, Line 444: algohmically||algorithmically
'algohmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6ac4e4e9_c71675a8
PS1, Line 446: algoirthm||algorithm
'algoirthm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e5011a29_9e072f62
PS1, Line 448: algoirthmically||algorithmically
'algoirthmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ee4c87b8_78b7cb37
PS1, Line 450: algoithm||algorithm
'algoithm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0f9c99ee_18c970bb
PS1, Line 452: algoithmically||algorithmically
'algoithmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c3bd8fe8_b87a32a8
PS1, Line 454: algolithm||algorithm
'algolithm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7672cfbf_d9501211
PS1, Line 456: algolithmically||algorithmically
'algolithmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/829fd5cd_ecca7b0b
PS1, Line 458: algoorithm||algorithm
'algoorithm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e7233b58_93d37331
PS1, Line 460: algoorithmically||algorithmically
'algoorithmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/adc809a0_e76424ef
PS1, Line 462: algoprithm||algorithm
'algoprithm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/66e45465_8011ac4c
PS1, Line 464: algoprithmically||algorithmically
'algoprithmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/61e91f3d_1d53f2ae
PS1, Line 466: algorgithm||algorithm
'algorgithm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/953d45c8_499d85a2
PS1, Line 468: algorgithmically||algorithmically
'algorgithmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e288603c_1dbe2a06
PS1, Line 470: algorhithm||algorithm
'algorhithm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/96dd7aac_7d8818a8
PS1, Line 472: algorhithmically||algorithmically
'algorhithmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a03ada2c_0a367369
PS1, Line 474: algorhitm||algorithm
'algorhitm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/81260220_0609ca5c
PS1, Line 476: algorhitmically||algorithmically
'algorhitmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a79304e5_d0eb8986
PS1, Line 478: algorhtm||algorithm
'algorhtm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4f8b88e7_5cf21c46
PS1, Line 480: algorhtmically||algorithmically
'algorhtmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f84fef2b_90c07ace
PS1, Line 482: algorhythm||algorithm
'algorhythm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3ebcd91f_1382a7fe
PS1, Line 484: algorhythmically||algorithmically
'algorhythmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/653aa256_293d5c12
PS1, Line 486: algorhytm||algorithm
'algorhytm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7afc9161_7b3f074a
PS1, Line 488: algorhytmically||algorithmically
'algorhytmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f957b19f_52f63401
PS1, Line 490: algorightm||algorithm
'algorightm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9183af5a_50484157
PS1, Line 492: algorightmically||algorithmically
'algorightmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/11880ede_86e07d67
PS1, Line 494: algorihm||algorithm
'algorihm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1dbe8ff7_21e7392c
PS1, Line 496: algorihmically||algorithmically
'algorihmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e53fe114_3f4f12f1
PS1, Line 498: algorihtm||algorithm
'algorihtm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/588b5d6e_e555d73b
PS1, Line 500: algorihtmically||algorithmically
'algorihtmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2710b7e5_3ed16898
PS1, Line 502: algorith||algorithm
'algorith' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/18b81aad_129abc50
PS1, Line 503: algorithem||algorithm
'algorithem' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/47dc33e0_7e469992
PS1, Line 505: algorithemically||algorithmically
'algorithemically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7eeb3b3c_be6bb837
PS1, Line 508: algorithically||algorithmically
'algorithically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c5f6baec_851f2c2c
PS1, Line 510: algorithmm||algorithm
'algorithmm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/87e86319_e859016b
PS1, Line 512: algorithmmically||algorithmically
'algorithmmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2c448e4e_9440bb33
PS1, Line 514: algorithmn||algorithm
'algorithmn' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f66c8b48_42fbf606
PS1, Line 516: algorithmnically||algorithmically
'algorithmnically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/baf8a633_48191175
PS1, Line 518: algoriths||algorithms
'algoriths' may be misspelled - perhaps 'algorithms'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7b85354d_a069b91e
PS1, Line 519: algorithsm||algorithm
'algorithsm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c0be0dac_c1f454f6
PS1, Line 521: algorithsmically||algorithmically
'algorithsmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/23317d7d_0934a42c
PS1, Line 523: algoritm||algorithm
'algoritm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c3cd3fa7_5dd03930
PS1, Line 525: algoritmically||algorithmically
'algoritmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/03e0624c_75e12d49
PS1, Line 527: algoroithm||algorithm
'algoroithm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/698d86bf_81b8da91
PS1, Line 529: algoroithmically||algorithmically
'algoroithmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2b5d56eb_f44f1d0a
PS1, Line 531: algororithm||algorithm
'algororithm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ce3f28a9_056d68ee
PS1, Line 533: algororithmically||algorithmically
'algororithmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e47e10d1_4dac3096
PS1, Line 535: algorothm||algorithm
'algorothm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/86c989a2_6dfb3cca
PS1, Line 537: algorothmically||algorithmically
'algorothmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4b51c73c_6c2876c4
PS1, Line 539: algorrithm||algorithm
'algorrithm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/88aca3ad_8843987f
PS1, Line 541: algorrithmically||algorithmically
'algorrithmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f59eab36_d72ab169
PS1, Line 543: algorritm||algorithm
'algorritm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f4868e95_0f09bf28
PS1, Line 545: algorritmically||algorithmically
'algorritmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/36326499_e5baf019
PS1, Line 547: algorthim||algorithm
'algorthim' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3a44f8bb_58fd5755
PS1, Line 549: algorthimically||algorithmically
'algorthimically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c8092ef0_9dae6b19
PS1, Line 551: algorthin||algorithm
'algorthin' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f6d1d23b_50d9a496
PS1, Line 553: algorthinically||algorithmically
'algorthinically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c75fd7d5_42c04b9b
PS1, Line 555: algorthm||algorithm
'algorthm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a5eed851_240d44fd
PS1, Line 557: algorthmically||algorithmically
'algorthmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fa719845_759c0365
PS1, Line 559: algorthn||algorithm
'algorthn' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cdc602c3_d89f5d05
PS1, Line 561: algorthnically||algorithmically
'algorthnically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/da763a03_9912177d
PS1, Line 563: algorthym||algorithm
'algorthym' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/077e1c36_716dd0a3
PS1, Line 565: algorthymically||algorithmically
'algorthymically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/091775c8_0fc7a744
PS1, Line 567: algorthyn||algorithm
'algorthyn' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d180bdbf_cdfbc902
PS1, Line 569: algorthynically||algorithmically
'algorthynically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e76e165a_afbea5f4
PS1, Line 571: algortihm||algorithm
'algortihm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/228b8793_0e5baee1
PS1, Line 573: algortihmically||algorithmically
'algortihmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8f074197_8b38d726
PS1, Line 575: algortim||algorithm
'algortim' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/27851faa_40aeb651
PS1, Line 577: algortimically||algorithmically
'algortimically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5c633e91_cb7c84f8
PS1, Line 579: algortism||algorithm
'algortism' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/73c76775_27a17545
PS1, Line 581: algortismically||algorithmically
'algortismically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d9f9fd33_0c86efb7
PS1, Line 583: algortithm||algorithm
'algortithm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a2cf5688_d2e22b35
PS1, Line 585: algortithmically||algorithmically
'algortithmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/109d4421_838004b4
PS1, Line 587: algoruthm||algorithm
'algoruthm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c80cc6a6_d0512150
PS1, Line 589: algoruthmically||algorithmically
'algoruthmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1193110e_a4b5c39f
PS1, Line 591: algorwwithm||algorithm
'algorwwithm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/11eb3d9f_4023610a
PS1, Line 593: algorwwithmically||algorithmically
'algorwwithmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fc07c005_af0e0681
PS1, Line 595: algorythem||algorithm
'algorythem' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e4a1ef89_3e2a6b26
PS1, Line 597: algorythemically||algorithmically
'algorythemically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/05973661_f6dcaed1
PS1, Line 599: algorythm||algorithm
'algorythm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b55ad685_c4319b29
PS1, Line 601: algorythmically||algorithmically
'algorythmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0320e238_8a66db23
PS1, Line 603: algothitm||algorithm
'algothitm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2b38eac6_e39cf055
PS1, Line 605: algothitmically||algorithmically
'algothitmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b154136f_dc8cede2
PS1, Line 607: algotighm||algorithm
'algotighm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a4d5d909_dc2f05d1
PS1, Line 609: algotighmically||algorithmically
'algotighmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0fca7c63_a8aa4efb
PS1, Line 611: algotihm||algorithm
'algotihm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a217c20a_f896e0c5
PS1, Line 613: algotihmically||algorithmically
'algotihmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f1d0de93_0fe35075
PS1, Line 615: algotirhm||algorithm
'algotirhm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/58f95161_e3c0bf42
PS1, Line 617: algotirhmically||algorithmically
'algotirhmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b136b1b7_da86adfe
PS1, Line 619: algotithm||algorithm
'algotithm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2dbb9874_fc1275d5
PS1, Line 621: algotithmically||algorithmically
'algotithmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5f3ac1a1_53a49736
PS1, Line 623: algotrithm||algorithm
'algotrithm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/46d15988_0f29a92b
PS1, Line 625: algotrithmically||algorithmically
'algotrithmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/44db8dde_85da1a8f
PS1, Line 627: alha||alpha
'alha' may be misspelled - perhaps 'alpha'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b7e4e556_8977a2b3
PS1, Line 628: alhabet||alphabet
'alhabet' may be misspelled - perhaps 'alphabet'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/663d5466_40ad77ad
PS1, Line 629: alhabetical||alphabetical
'alhabetical' may be misspelled - perhaps 'alphabetical'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f3f22c85_fe900a28
PS1, Line 633: alhapet||alphabet
'alhapet' may be misspelled - perhaps 'alphabet'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/60ef5ba5_d9749439
PS1, Line 634: alhapetical||alphabetical
'alhapetical' may be misspelled - perhaps 'alphabetical'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3c06327c_c97315ca
PS1, Line 639: aligne||align
'aligne' may be misspelled - perhaps 'align'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a87794d4_910b109f
PS1, Line 642: alignemnts||alignments
'alignemnts' may be misspelled - perhaps 'alignments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9f660af7_52095fef
PS1, Line 644: alignmenets||alignments
'alignmenets' may be misspelled - perhaps 'alignments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9d59128b_55d84066
PS1, Line 645: allign||align
'allign' may be misspelled - perhaps 'align'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/eaf1ffc1_3e65db34
PS1, Line 649: allignments||alignments
'allignments' may be misspelled - perhaps 'alignments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e4b91dff_ecfc1d60
PS1, Line 657: allocted||allocated
'allocted' may be misspelled - perhaps 'allocated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8d97eac6_2ddfcf34
PS1, Line 670: alocate||allocate
'alocate' may be misspelled - perhaps 'allocate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/af995c91_6aec5c90
PS1, Line 674: alogirhtm||algorithm
'alogirhtm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/47f58bab_2de677bb
PS1, Line 676: alogirhtmically||algorithmically
'alogirhtmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/83aa9002_1f7e7636
PS1, Line 678: alogirthm||algorithm
'alogirthm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c00be9ef_dd2cfac4
PS1, Line 680: alogirthmically||algorithmically
'alogirthmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ae618da8_fcedc084
PS1, Line 682: alogrithm||algorithm
'alogrithm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f68bc879_5b789308
PS1, Line 684: alogrithmically||algorithmically
'alogrithmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ca566f55_3103a26f
PS1, Line 687: alows||allows
'alows' may be misspelled - perhaps 'allows'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f077a59b_3b37a384
PS1, Line 688: alpabet||alphabet
'alpabet' may be misspelled - perhaps 'alphabet'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7e4dcdb0_044e1da5
PS1, Line 697: alreayd||already
'alreayd' may be misspelled - perhaps 'already'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0a6af7e4_055cb51f
PS1, Line 700: alteratives||alternatives
'alteratives' may be misspelled - perhaps 'alternatives'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6a71004d_d32ff3bf
PS1, Line 703: althorithm||algorithm
'althorithm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b9b53220_9eaabf09
PS1, Line 705: althorithmically||algorithmically
'althorithmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/465d574a_15bdf5c1
PS1, Line 708: altought||although
'altought' may be misspelled - perhaps 'although'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/193f99e3_75aea954
PS1, Line 710: alvorithm||algorithm
'alvorithm' may be misspelled - perhaps 'algorithm'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2e3ad9fb_5c1ee21c
PS1, Line 712: alvorithmically||algorithmically
'alvorithmically' may be misspelled - perhaps 'algorithmically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/964abdec_1e24faa5
PS1, Line 714: alwas||always
'alwas' may be misspelled - perhaps 'always'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d6616d60_52386a92
PS1, Line 717: alwasys||always
'alwasys' may be misspelled - perhaps 'always'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/20914829_a07f4b05
PS1, Line 722: ammend||amend
'ammend' may be misspelled - perhaps 'amend'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f1fbc419_43fcf060
PS1, Line 726: ammendments||amendments
'ammendments' may be misspelled - perhaps 'amendments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/35a7938b_36c704fe
PS1, Line 731: amout||amount
'amout' may be misspelled - perhaps 'amount'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/99548582_2a0867cc
PS1, Line 733: amoutns||amounts
'amoutns' may be misspelled - perhaps 'amounts'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/66ad6b80_b04d744f
PS1, Line 747: annouce||announce
'annouce' may be misspelled - perhaps 'announce'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3d9888a9_f46c1e04
PS1, Line 753: announcments||announcements
'announcments' may be misspelled - perhaps 'announcements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bacd2ff4_39d0806a
PS1, Line 757: an one||a one
'an one' may be misspelled - perhaps 'a one'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a01c2458_c91110ef
PS1, Line 761: ansestors||ancestors
'ansestors' may be misspelled - perhaps 'ancestors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4a0e49f7_627150fa
PS1, Line 763: an union||a union
'an union' may be misspelled - perhaps 'a union'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c51c6cac_020a1455
PS1, Line 764: an user||a user
'an user' may be misspelled - perhaps 'a user'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d194565f_5f9d95d4
PS1, Line 765: an userspace||a userspace
'an userspace' may be misspelled - perhaps 'a userspace'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7b56382e_79420093
PS1, Line 767: anwser||answer
'anwser' may be misspelled - perhaps 'answer'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/daca3ace_73bc2436
PS1, Line 780: apend||append
'apend' may be misspelled - perhaps 'append'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0e48e763_4a18fbf7
PS1, Line 790: apllying||applying
'apllying' may be misspelled - perhaps 'applying'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bbebd75c_1e5b8ed6
PS1, Line 803: appications||applications
'appications' may be misspelled - perhaps 'applications'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2b917880_fd6f7b83
PS1, Line 804: appication-specific||application-specific
'appication-specific' may be misspelled - perhaps 'application-specific'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7c4b3ca6_02444f69
PS1, Line 808: applicaitons||applications
'applicaitons' may be misspelled - perhaps 'applications'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/789b8a2f_b96242cb
PS1, Line 810: applictions||applications
'applictions' may be misspelled - perhaps 'applications'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/dc55bbef_68c81310
PS1, Line 815: appoved||approved
'appoved' may be misspelled - perhaps 'approved'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7f2107ab_d910b186
PS1, Line 817: appplications||applications
'appplications' may be misspelled - perhaps 'applications'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/07a249e8_9aaace7b
PS1, Line 818: approch||approach
'approch' may be misspelled - perhaps 'approach'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3973b154_fadb8e42
PS1, Line 830: approriately||appropriately
'approriately' may be misspelled - perhaps 'appropriately'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b9cb4b1c_1bb37e83
PS1, Line 832: approrpriately||appropriately
'approrpriately' may be misspelled - perhaps 'appropriately'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9cb65a36_99efb21c
PS1, Line 836: apropriately||appropriately
'apropriately' may be misspelled - perhaps 'appropriately'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4b7019ec_362e03e8
PS1, Line 838: aproximately||approximately
'aproximately' may be misspelled - perhaps 'approximately'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/29e026c1_0f3a44cd
PS1, Line 840: aproximations||approximations
'aproximations' may be misspelled - perhaps 'approximations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1701d04e_f363ae21
PS1, Line 842: aqcuire||acquire
'aqcuire' may be misspelled - perhaps 'acquire'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4331a5dd_d7f0e95b
PS1, Line 846: aquaint||acquaint
'aquaint' may be misspelled - perhaps 'acquaint'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8652888f_3a947d70
PS1, Line 851: aquired||acquired
'aquired' may be misspelled - perhaps 'acquired'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9cfd991d_4fe2c3fe
PS1, Line 857: archiectures||architectures
'archiectures' may be misspelled - perhaps 'architectures'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c7afcb55_210237a3
PS1, Line 859: architechtures||architectures
'architechtures' may be misspelled - perhaps 'architectures'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/342ed509_23ea6533
PS1, Line 861: architecturse||architectures
'architecturse' may be misspelled - perhaps 'architectures'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3bdf6b07_5f0094fa
PS1, Line 863: architecures||architectures
'architecures' may be misspelled - perhaps 'architectures'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2fd0169c_a138403c
PS1, Line 865: architetures||architectures
'architetures' may be misspelled - perhaps 'architectures'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2a396a20_5020cd9f
PS1, Line 867: archtectures||architectures
'archtectures' may be misspelled - perhaps 'architectures'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f81d29bd_ef925211
PS1, Line 869: archvies||archives
'archvies' may be misspelled - perhaps 'archives'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8540e821_b460f05e
PS1, Line 872: are'nt||aren't
'are'nt' may be misspelled - perhaps 'aren't'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fc59290c_1edd77ac
PS1, Line 874: argements||arguments
'argements' may be misspelled - perhaps 'arguments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/25e04158_283c19d6
PS1, Line 876: argemnts||arguments
'argemnts' may be misspelled - perhaps 'arguments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/55e130d2_75f5c972
PS1, Line 878: argments||arguments
'argments' may be misspelled - perhaps 'arguments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a793bfe8_80f1bc02
PS1, Line 880: arguements||arguments
'arguements' may be misspelled - perhaps 'arguments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b253d673_2253d26e
PS1, Line 882: argumemnts||arguments
'argumemnts' may be misspelled - perhaps 'arguments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7bfee910_1810a458
PS1, Line 884: argumengs||arguments
'argumengs' may be misspelled - perhaps 'arguments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1fbe73cb_a5e02171
PS1, Line 895: arrangemenets||arrangements
'arrangemenets' may be misspelled - perhaps 'arrangements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fb10952a_7503d8ed
PS1, Line 897: arrangmenets||arrangements
'arrangmenets' may be misspelled - perhaps 'arrangements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c9482762_4ae180af
PS1, Line 899: arrangments||arrangements
'arrangments' may be misspelled - perhaps 'arrangements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8d69b503_870ec8b8
PS1, Line 902: articafts||artifacts
'articafts' may be misspelled - perhaps 'artifacts'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/41fec3e3_60e7d007
PS1, Line 904: articals||articles
'articals' may be misspelled - perhaps 'articles'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8c3e29fd_d94ef261
PS1, Line 906: articats||artifacts
'articats' may be misspelled - perhaps 'artifacts'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/11a7a9b3_a34c0cb8
PS1, Line 908: artifically||artificially
'artifically' may be misspelled - perhaps 'artificially'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/38d7d66c_892b4f02
PS1, Line 911: arugments||arguments
'arugments' may be misspelled - perhaps 'arguments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7bfdbf95_f97475dd
PS1, Line 914: asser||assert
'asser' may be misspelled - perhaps 'assert'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/57e9551a_2d484832
PS1, Line 919: assgin||assign
'assgin' may be misspelled - perhaps 'assign'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7b48e771_69615d17
PS1, Line 923: assginments||assignments
'assginments' may be misspelled - perhaps 'assignments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e865cc06_47c561ba
PS1, Line 927: assigments||assignments
'assigments' may be misspelled - perhaps 'assignments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e3c6b3b9_a3b18d90
PS1, Line 929: assignements||assignments
'assignements' may be misspelled - perhaps 'assignments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/086a1beb_2764d86b
PS1, Line 931: assignemnts||assignments
'assignemnts' may be misspelled - perhaps 'assignments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c5f12784_cb5319de
PS1, Line 934: assocaited||associated
'assocaited' may be misspelled - perhaps 'associated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c9cfe0f2_7a64edaf
PS1, Line 935: assocate||associate
'assocate' may be misspelled - perhaps 'associate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6f69d916_600308cf
PS1, Line 940: associcate||associate
'associcate' may be misspelled - perhaps 'associate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2601c60e_aa35eb56
PS1, Line 944: assosciate||associate
'assosciate' may be misspelled - perhaps 'associate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/64258c4a_984d2596
PS1, Line 949: assosiacitions||associations
'assosiacitions' may be misspelled - perhaps 'associations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b22be046_162f3f6a
PS1, Line 950: assosiate||associate
'assosiate' may be misspelled - perhaps 'associate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/09e4cdb4_8dbefa39
PS1, Line 956: assuma||assume
'assuma' may be misspelled - perhaps 'assume'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/423daec4_757936a6
PS1, Line 960: assum||assume
'assum' may be misspelled - perhaps 'assume'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/013d6f83_73f960b1
PS1, Line 961: assumbe||assume
'assumbe' may be misspelled - perhaps 'assume'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8b1d6105_47a8605e
PS1, Line 966: assumme||assume
'assumme' may be misspelled - perhaps 'assume'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/095bbe5c_265c5e59
PS1, Line 970: assumne||assume
'assumne' may be misspelled - perhaps 'assume'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ef4f91f3_cd0b19b2
PS1, Line 976: assumotions||assumptions
'assumotions' may be misspelled - perhaps 'assumptions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/53b233dd_dadd4818
PS1, Line 978: assumse||assumes
'assumse' may be misspelled - perhaps 'assumes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e8bc3aef_0a2eacbd
PS1, Line 980: assumtions||assumptions
'assumtions' may be misspelled - perhaps 'assumptions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f165a6dc_69e35daa
PS1, Line 982: assumtpions||assumptions
'assumtpions' may be misspelled - perhaps 'assumptions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7a7f13b7_fb4d2fb6
PS1, Line 983: assumu||assume
'assumu' may be misspelled - perhaps 'assume'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a3cd1114_eca33769
PS1, Line 985: assumue||assume
'assumue' may be misspelled - perhaps 'assume'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9ade2317_821ef541
PS1, Line 991: assumuptions||assumptions
'assumuptions' may be misspelled - perhaps 'assumptions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b6839dcc_7dd1ddaf
PS1, Line 995: asychronous||asynchronous
'asychronous' may be misspelled - perhaps 'asynchronous'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/44cf5078_57c7bae7
PS1, Line 1001: asynchonously||asynchronously
'asynchonously' may be misspelled - perhaps 'asynchronously'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/42926b75_71a5fc58
PS1, Line 1005: asyncronously||asynchronously
'asyncronously' may be misspelled - perhaps 'asynchronously'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7d54ebe5_3d29c013
PS1, Line 1011: atributes||attributes
'atributes' may be misspelled - perhaps 'attributes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/26e21e37_115a73ea
PS1, Line 1012: atrributes||attributes
'atrributes' may be misspelled - perhaps 'attributes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c8747995_3b52778c
PS1, Line 1014: attachements||attachments
'attachements' may be misspelled - perhaps 'attachments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/44e7314b_693435c0
PS1, Line 1015: attatch||attach
'attatch' may be misspelled - perhaps 'attach'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2cc5af09_0394e6ac
PS1, Line 1020: attatchments||attachments
'attatchments' may be misspelled - perhaps 'attachments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8befacdd_08672236
PS1, Line 1022: attemp||attempt
'attemp' may be misspelled - perhaps 'attempt'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a8d7c1a1_7d689545
PS1, Line 1026: attemt||attempt
'attemt' may be misspelled - perhaps 'attempt'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/101215c1_4312da15
PS1, Line 1029: attemtp||attempt
'attemtp' may be misspelled - perhaps 'attempt'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e42c2a0d_f43cc205
PS1, Line 1038: attibutes||attributes
'attibutes' may be misspelled - perhaps 'attributes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/79c5f643_ecaba5c0
PS1, Line 1040: attirbutes||attributes
'attirbutes' may be misspelled - perhaps 'attributes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c84ddeab_fe0a7466
PS1, Line 1043: attosenconds||attoseconds
'attosenconds' may be misspelled - perhaps 'attoseconds'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/98f411d5_28acd962
PS1, Line 1045: attribuites||attributes
'attribuites' may be misspelled - perhaps 'attributes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2edb64b2_b68f7168
PS1, Line 1048: attrubites||attributes
'attrubites' may be misspelled - perhaps 'attributes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1de44b63_92388f26
PS1, Line 1050: attrubtes||attributes
'attrubtes' may be misspelled - perhaps 'attributes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c02a0e11_20b29775
PS1, Line 1052: attrubures||attributes
'attrubures' may be misspelled - perhaps 'attributes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/143528b1_44026d26
PS1, Line 1054: attrubutes||attributes
'attrubutes' may be misspelled - perhaps 'attributes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e3578174_d162f6dd
PS1, Line 1056: attrubytes||attributes
'attrubytes' may be misspelled - perhaps 'attributes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bbcc590d_39326801
PS1, Line 1059: atttributes||attributes
'atttributes' may be misspelled - perhaps 'attributes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2e44c20a_cd05d71b
PS1, Line 1060: aunthenticate||authenticate
'aunthenticate' may be misspelled - perhaps 'authenticate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/705e7bbc_dcb5dfca
PS1, Line 1064: autenticate||authenticate
'autenticate' may be misspelled - perhaps 'authenticate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9214a160_b5ceb2ff
PS1, Line 1079: automaticaly||automatically
'automaticaly' may be misspelled - perhaps 'automatically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d35e3db9_1d853e9e
PS1, Line 1084: automatize||automate
'automatize' may be misspelled - perhaps 'automate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/16f5410f_00e89a06
PS1, Line 1087: auto-negatiotiation||auto-negotiation
'auto-negatiotiation' may be misspelled - perhaps 'auto-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b8ed9e82_f4d55860
PS1, Line 1089: auto-negatiotiations||auto-negotiations
'auto-negatiotiations' may be misspelled - perhaps 'auto-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5cd06714_831bde89
PS1, Line 1090: autonegatiotiations||autonegotiations
'autonegatiotiations' may be misspelled - perhaps 'autonegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/63121e08_4d89dfb4
PS1, Line 1091: auto-negoatiation||auto-negotiation
'auto-negoatiation' may be misspelled - perhaps 'auto-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5b9cae47_7e113b5b
PS1, Line 1093: auto-negoatiations||auto-negotiations
'auto-negoatiations' may be misspelled - perhaps 'auto-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2e343df2_9f3730d2
PS1, Line 1094: autonegoatiations||autonegotiations
'autonegoatiations' may be misspelled - perhaps 'autonegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a3e979ca_20bb3658
PS1, Line 1095: auto-negoation||auto-negotiation
'auto-negoation' may be misspelled - perhaps 'auto-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/913a1512_503a2d52
PS1, Line 1097: auto-negoations||auto-negotiations
'auto-negoations' may be misspelled - perhaps 'auto-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/91b37069_7a0ab160
PS1, Line 1098: autonegoations||autonegotiations
'autonegoations' may be misspelled - perhaps 'autonegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d626d1bf_ab27e10d
PS1, Line 1099: auto-negociation||auto-negotiation
'auto-negociation' may be misspelled - perhaps 'auto-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b529130f_cedd3bae
PS1, Line 1101: auto-negociations||auto-negotiations
'auto-negociations' may be misspelled - perhaps 'auto-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d458028d_c304b67d
PS1, Line 1102: autonegociations||autonegotiations
'autonegociations' may be misspelled - perhaps 'autonegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4394ae79_9e127354
PS1, Line 1103: auto-negogtiation||auto-negotiation
'auto-negogtiation' may be misspelled - perhaps 'auto-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/25213770_c82ef691
PS1, Line 1105: auto-negogtiations||auto-negotiations
'auto-negogtiations' may be misspelled - perhaps 'auto-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5f971ba0_dd046477
PS1, Line 1106: autonegogtiations||autonegotiations
'autonegogtiations' may be misspelled - perhaps 'autonegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/675d5e95_7f49719e
PS1, Line 1107: auto-negoitation||auto-negotiation
'auto-negoitation' may be misspelled - perhaps 'auto-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d38f0837_70c04bea
PS1, Line 1109: auto-negoitations||auto-negotiations
'auto-negoitations' may be misspelled - perhaps 'auto-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a5e69162_6c001c30
PS1, Line 1110: autonegoitations||autonegotiations
'autonegoitations' may be misspelled - perhaps 'autonegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4c9d1fea_57b7dd10
PS1, Line 1111: auto-negoptionsotiation||auto-negotiation
'auto-negoptionsotiation' may be misspelled - perhaps 'auto-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/74e6c58c_e772c038
PS1, Line 1113: auto-negoptionsotiations||auto-negotiations
'auto-negoptionsotiations' may be misspelled - perhaps 'auto-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9db1a995_1628289f
PS1, Line 1114: autonegoptionsotiations||autonegotiations
'autonegoptionsotiations' may be misspelled - perhaps 'autonegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/52ff2c5b_7f5af638
PS1, Line 1115: auto-negosiation||auto-negotiation
'auto-negosiation' may be misspelled - perhaps 'auto-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c779549b_da37f3a7
PS1, Line 1117: auto-negosiations||auto-negotiations
'auto-negosiations' may be misspelled - perhaps 'auto-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bccc1515_b90a83a0
PS1, Line 1118: autonegosiations||autonegotiations
'autonegosiations' may be misspelled - perhaps 'autonegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/dbb29a16_ee84cffd
PS1, Line 1119: auto-negotaiation||auto-negotiation
'auto-negotaiation' may be misspelled - perhaps 'auto-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/934d0930_ac8b3444
PS1, Line 1121: auto-negotaiations||auto-negotiations
'auto-negotaiations' may be misspelled - perhaps 'auto-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f88356a8_76d67fef
PS1, Line 1122: autonegotaiations||autonegotiations
'autonegotaiations' may be misspelled - perhaps 'autonegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bcc6d70b_9a1da980
PS1, Line 1123: auto-negotaition||auto-negotiation
'auto-negotaition' may be misspelled - perhaps 'auto-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3fe91107_c85ecfc9
PS1, Line 1125: auto-negotaitions||auto-negotiations
'auto-negotaitions' may be misspelled - perhaps 'auto-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/55847134_133dc037
PS1, Line 1126: autonegotaitions||autonegotiations
'autonegotaitions' may be misspelled - perhaps 'autonegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4cbeed67_2e7861a9
PS1, Line 1127: auto-negotatiation||auto-negotiation
'auto-negotatiation' may be misspelled - perhaps 'auto-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/dccbaca0_365db9c8
PS1, Line 1129: auto-negotatiations||auto-negotiations
'auto-negotatiations' may be misspelled - perhaps 'auto-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d022d188_fa42dff0
PS1, Line 1130: autonegotatiations||autonegotiations
'autonegotatiations' may be misspelled - perhaps 'autonegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/788b449e_cdd7b472
PS1, Line 1131: auto-negotation||auto-negotiation
'auto-negotation' may be misspelled - perhaps 'auto-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7e54a6aa_5a91f8c7
PS1, Line 1133: auto-negotations||auto-negotiations
'auto-negotations' may be misspelled - perhaps 'auto-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2a9711be_80b0ef30
PS1, Line 1134: autonegotations||autonegotiations
'autonegotations' may be misspelled - perhaps 'autonegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c0b68401_6263112b
PS1, Line 1135: auto-negothiation||auto-negotiation
'auto-negothiation' may be misspelled - perhaps 'auto-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d95dfdf4_2fa1d95e
PS1, Line 1137: auto-negothiations||auto-negotiations
'auto-negothiations' may be misspelled - perhaps 'auto-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/03f2e9a7_c02ba4b9
PS1, Line 1138: autonegothiations||autonegotiations
'autonegothiations' may be misspelled - perhaps 'autonegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7e27d4f4_72bff6fb
PS1, Line 1139: auto-negotication||auto-negotiation
'auto-negotication' may be misspelled - perhaps 'auto-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c27fb9c2_0b2663d0
PS1, Line 1141: auto-negotications||auto-negotiations
'auto-negotications' may be misspelled - perhaps 'auto-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/765a1b53_438a03f9
PS1, Line 1142: autonegotications||autonegotiations
'autonegotications' may be misspelled - perhaps 'autonegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5c46a50b_2ca15692
PS1, Line 1143: auto-negotioation||auto-negotiation
'auto-negotioation' may be misspelled - perhaps 'auto-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0aeaad08_69154dd6
PS1, Line 1145: auto-negotioations||auto-negotiations
'auto-negotioations' may be misspelled - perhaps 'auto-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9e01c307_d00f3432
PS1, Line 1146: autonegotioations||autonegotiations
'autonegotioations' may be misspelled - perhaps 'autonegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/48bfb21f_d7aee64c
PS1, Line 1147: auto-negotionation||auto-negotiation
'auto-negotionation' may be misspelled - perhaps 'auto-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ce7366c3_9df5df3a
PS1, Line 1149: auto-negotionations||auto-negotiations
'auto-negotionations' may be misspelled - perhaps 'auto-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/54ef7bd0_82f5e0d8
PS1, Line 1150: autonegotionations||autonegotiations
'autonegotionations' may be misspelled - perhaps 'autonegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f19c5188_e97bd2ba
PS1, Line 1151: auto-negotion||auto-negotiation
'auto-negotion' may be misspelled - perhaps 'auto-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/db09b824_04164bd9
PS1, Line 1153: auto-negotions||auto-negotiations
'auto-negotions' may be misspelled - perhaps 'auto-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/551956c7_6360b773
PS1, Line 1154: autonegotions||autonegotiations
'autonegotions' may be misspelled - perhaps 'autonegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b06eee62_7e96c6c4
PS1, Line 1155: auto-negotiotation||auto-negotiation
'auto-negotiotation' may be misspelled - perhaps 'auto-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7a9be2da_6e356bdb
PS1, Line 1157: auto-negotiotations||auto-negotiations
'auto-negotiotations' may be misspelled - perhaps 'auto-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/574aea20_6f8fb6df
PS1, Line 1158: autonegotiotations||autonegotiations
'autonegotiotations' may be misspelled - perhaps 'autonegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1cc10eed_dea4fe7a
PS1, Line 1159: auto-negotitaion||auto-negotiation
'auto-negotitaion' may be misspelled - perhaps 'auto-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2506044d_2fdbbd4e
PS1, Line 1161: auto-negotitaions||auto-negotiations
'auto-negotitaions' may be misspelled - perhaps 'auto-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3f1c5e61_82f786bc
PS1, Line 1162: autonegotitaions||autonegotiations
'autonegotitaions' may be misspelled - perhaps 'autonegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ae27d815_e3de752c
PS1, Line 1163: auto-negotitation||auto-negotiation
'auto-negotitation' may be misspelled - perhaps 'auto-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5b9830ce_8ea99816
PS1, Line 1165: auto-negotitations||auto-negotiations
'auto-negotitations' may be misspelled - perhaps 'auto-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/19163cbd_e7cf9a39
PS1, Line 1166: autonegotitations||autonegotiations
'autonegotitations' may be misspelled - perhaps 'autonegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b917d1d3_bd30a5dd
PS1, Line 1167: auto-negotition||auto-negotiation
'auto-negotition' may be misspelled - perhaps 'auto-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7653a6c3_d8d39079
PS1, Line 1169: auto-negotitions||auto-negotiations
'auto-negotitions' may be misspelled - perhaps 'auto-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/81d42252_065ab50d
PS1, Line 1170: autonegotitions||autonegotiations
'autonegotitions' may be misspelled - perhaps 'autonegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3b747aeb_80ac62e1
PS1, Line 1171: auto-negoziation||auto-negotiation
'auto-negoziation' may be misspelled - perhaps 'auto-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f0a51a25_624c1392
PS1, Line 1173: auto-negoziations||auto-negotiations
'auto-negoziations' may be misspelled - perhaps 'auto-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0eab4197_5d705f63
PS1, Line 1174: autonegoziations||autonegotiations
'autonegoziations' may be misspelled - perhaps 'autonegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b9cc6f26_14c2fec3
PS1, Line 1176: autor||author
'autor' may be misspelled - perhaps 'author'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e0d12b1e_5485fb76
PS1, Line 1177: auto-realease||auto-release
'auto-realease' may be misspelled - perhaps 'auto-release'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/342d4acb_175cf574
PS1, Line 1179: auto-realeased||auto-released
'auto-realeased' may be misspelled - perhaps 'auto-released'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5d9ba9c7_26aea81a
PS1, Line 1190: avaialbel||available
'avaialbel' may be misspelled - perhaps 'available'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2d1aaf9f_b83edd31
PS1, Line 1197: availabal||available
'availabal' may be misspelled - perhaps 'available'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c66ec611_78701f91
PS1, Line 1201: availabe||available
'availabe' may be misspelled - perhaps 'available'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9e4e8246_a9c4407f
PS1, Line 1204: availabele||available
'availabele' may be misspelled - perhaps 'available'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/31bf9c29_d426de12
PS1, Line 1238: avaluates||evaluates
'avaluates' may be misspelled - perhaps 'evaluates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6cf829c0_eeb7b8b7
PS1, Line 1244: avod||avoid
'avod' may be misspelled - perhaps 'avoid'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5a2033c6_f8d31841
PS1, Line 1249: awefully||awfully
'awefully' may be misspelled - perhaps 'awfully'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/84275a8e_d6579b26
PS1, Line 1256: backwords||backwards
'backwords' may be misspelled - perhaps 'backwards'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/72e7dd69_f76b5adc
PS1, Line 1260: bakups||backups
'bakups' may be misspelled - perhaps 'backups'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/697eece9_3aec31dc
PS1, Line 1262: baloons||balloons
'baloons' may be misspelled - perhaps 'balloons'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8bea83f0_91bbbba1
PS1, Line 1279: beeings||beings
'beeings' may be misspelled - perhaps 'beings'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5d4e64f0_46e4f873
PS1, Line 1284: beggin||begin
'beggin' may be misspelled - perhaps 'begin'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/59503618_6e6e81ec
PS1, Line 1286: begginers||beginners
'begginers' may be misspelled - perhaps 'beginners'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/819b738f_9befa0c4
PS1, Line 1288: begginging||beginning
'begginging' may be misspelled - perhaps 'beginning'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b4c3c680_121d39f4
PS1, Line 1297: behavoirs||behaviors
'behavoirs' may be misspelled - perhaps 'behaviors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8fdd5239_120fd8a3
PS1, Line 1298: beleive||believe
'beleive' may be misspelled - perhaps 'believe'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/54f19108_21773825
PS1, Line 1304: belive||believe
'belive' may be misspelled - perhaps 'believe'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1ff30f25_aaa6fe78
PS1, Line 1311: benifit||benefit
'benifit' may be misspelled - perhaps 'benefit'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/19e1e732_75555d1d
PS1, Line 1313: benifited||benefited
'benifited' may be misspelled - perhaps 'benefited'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d549df1c_7ada8053
PS1, Line 1327: bi-langual||bi-lingual
'bi-langual' may be misspelled - perhaps 'bi-lingual'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/be7683a4_c0d7fd2e
PS1, Line 1332: bitfilelds||bitfields
'bitfilelds' may be misspelled - perhaps 'bitfields'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6fcb50ac_590aef42
PS1, Line 1334: bitwiedh||bitwidth
'bitwiedh' may be misspelled - perhaps 'bitwidth'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/399cf425_c17564aa
PS1, Line 1346: boomarks||bookmarks
'boomarks' may be misspelled - perhaps 'bookmarks'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/66615a0e_aa51fee9
PS1, Line 1348: bootstap||bootstrap
'bootstap' may be misspelled - perhaps 'bootstrap'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a9f570f4_09830902
PS1, Line 1360: branckets||brackets
'branckets' may be misspelled - perhaps 'brackets'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/66480e39_42cf76b6
PS1, Line 1366: briges||bridges
'briges' may be misspelled - perhaps 'bridges'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b4ce1b78_0bafcc25
PS1, Line 1369: brnaches||branches
'brnaches' may be misspelled - perhaps 'branches'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b2354afc_b772e257
PS1, Line 1375: browers||browsers
'browers' may be misspelled - perhaps 'browsers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f226f1ca_03beeb4a
PS1, Line 1376: bufer||buffer
'bufer' may be misspelled - perhaps 'buffer'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1d4dbc1e_a4501af6
PS1, Line 1378: bufffers||buffers
'bufffers' may be misspelled - perhaps 'buffers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b1f33b48_e92c0601
PS1, Line 1382: buil||build
'buil' may be misspelled - perhaps 'build'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5f7422ae_e03b388c
PS1, Line 1388: builters||builders
'builters' may be misspelled - perhaps 'builders'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fd30d65d_9e543332
PS1, Line 1390: buit||built
'buit' may be misspelled - perhaps 'built'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8ce3e853_b4694a75
PS1, Line 1392: buitins||builtins
'buitins' may be misspelled - perhaps 'builtins'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fb4a6740_679e958d
PS1, Line 1394: buitlins||builtins
'buitlins' may be misspelled - perhaps 'builtins'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/08096abd_2dbe5ac9
PS1, Line 1396: buittons||buttons
'buittons' may be misspelled - perhaps 'buttons'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/68913bc4_a46a10da
PS1, Line 1397: buld||build
'buld' may be misspelled - perhaps 'build'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6fb7f8f9_f3f15e95
PS1, Line 1400: bulid||build
'bulid' may be misspelled - perhaps 'build'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ccace32e_759bf79b
PS1, Line 1411: cacahes||caches
'cacahes' may be misspelled - perhaps 'caches'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cd11c150_d5adad73
PS1, Line 1413: cacluate||calculate
'cacluate' may be misspelled - perhaps 'calculate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5f2b2b57_95f53c4c
PS1, Line 1418: cacluations||calculations
'cacluations' may be misspelled - perhaps 'calculations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/950bfce9_406f68d5
PS1, Line 1419: caculate||calculate
'caculate' may be misspelled - perhaps 'calculate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f57517c6_fa40636a
PS1, Line 1424: caculations||calculations
'caculations' may be misspelled - perhaps 'calculations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2f4a6e8c_0a872f15
PS1, Line 1427: cahacters||characters
'cahacters' may be misspelled - perhaps 'characters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d6acef86_53057c24
PS1, Line 1431: caharacters||characters
'caharacters' may be misspelled - perhaps 'characters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/aca50d29_a24b335d
PS1, Line 1433: caharcters||characters
'caharcters' may be misspelled - perhaps 'characters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b62f9793_9f2fab93
PS1, Line 1434: cahc||cache
'cahc' may be misspelled - perhaps 'cache'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/372c8707_3b629c03
PS1, Line 1435: cahce||cache
'cahce' may be misspelled - perhaps 'cache'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1ab47286_6cb890da
PS1, Line 1438: cahche||cache
'cahche' may be misspelled - perhaps 'cache'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/74802221_6c1005b8
PS1, Line 1444: cahdidates||candidates
'cahdidates' may be misspelled - perhaps 'candidates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5d66c664_245b37f7
PS1, Line 1446: cahes||caches
'cahes' may be misspelled - perhaps 'caches'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b582a00c_ffc86208
PS1, Line 1449: cahhels||channels
'cahhels' may be misspelled - perhaps 'channels'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7e3d38b7_47e9bbe9
PS1, Line 1453: cahnge||change
'cahnge' may be misspelled - perhaps 'change'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f91258d9_01f68cce
PS1, Line 1457: cahnnels||channels
'cahnnels' may be misspelled - perhaps 'channels'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/256ee5d3_9bea9866
PS1, Line 1459: cahracters||characters
'cahracters' may be misspelled - perhaps 'characters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1824c214_6b49c6d0
PS1, Line 1460: cahr||char
'cahr' may be misspelled - perhaps 'char'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/eb2b7e2c_a6340dc7
PS1, Line 1463: calcualte||calculate
'calcualte' may be misspelled - perhaps 'calculate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/658ff877_5e3eb728
PS1, Line 1471: callled||called
'callled' may be misspelled - perhaps 'called'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a0299043_c671a175
PS1, Line 1473: callser||caller
'callser' may be misspelled - perhaps 'caller'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fd10c4a5_c9f59558
PS1, Line 1475: calulate||calculate
'calulate' may be misspelled - perhaps 'calculate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a323ebae_838846ad
PS1, Line 1480: calulations||calculations
'calulations' may be misspelled - perhaps 'calculations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9913a161_18fd0d30
PS1, Line 1482: cancelations||cancellations
'cancelations' may be misspelled - perhaps 'cancellations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3b8b9db9_c635f627
PS1, Line 1485: canidates||candidates
'canidates' may be misspelled - perhaps 'candidates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/45a3a696_45852843
PS1, Line 1486: cann't||can't
'cann't' may be misspelled - perhaps 'can't'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/135b0969_a4aeced0
PS1, Line 1487: canonalize||canonicalize
'canonalize' may be misspelled - perhaps 'canonicalize'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/68c34e15_ed18807f
PS1, Line 1491: canot||cannot
'canot' may be misspelled - perhaps 'cannot'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a7ad0921_f4f98689
PS1, Line 1492: cant'||can't
'cant'' may be misspelled - perhaps 'can't'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4d15366b_ab30ad56
PS1, Line 1508: casue||cause
'casue' may be misspelled - perhaps 'cause'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bbcb3af8_8d6eab6d
PS1, Line 1515: ceate||create
'ceate' may be misspelled - perhaps 'create'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2ba8e570_c2e3207e
PS1, Line 1519: cehck||check
'cehck' may be misspelled - perhaps 'check'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7a654e7e_b6604315
PS1, Line 1525: centisenconds||centiseconds
'centisenconds' may be misspelled - perhaps 'centiseconds'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/17322a1c_e2f56559
PS1, Line 1528: certficates||certificates
'certficates' may be misspelled - perhaps 'certificates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/088712a7_56b06fac
PS1, Line 1530: certianly||certainly
'certianly' may be misspelled - perhaps 'certainly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/21d94413_b7121fdb
PS1, Line 1532: certicates||certificates
'certicates' may be misspelled - perhaps 'certificates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/986054af_d3ae0e73
PS1, Line 1534: certifactes||certificates
'certifactes' may be misspelled - perhaps 'certificates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2840a409_c6f4258a
PS1, Line 1536: certifcates||certificates
'certifcates' may be misspelled - perhaps 'certificates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e7e61718_3042c325
PS1, Line 1541: challanges||challenges
'challanges' may be misspelled - perhaps 'challenges'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3928cc73_87fc3032
PS1, Line 1546: chaninging||changing
'chaninging' may be misspelled - perhaps 'changing'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7b2d227d_55408cd3
PS1, Line 1548: channles||channels
'channles' may be misspelled - perhaps 'channels'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fd0fb2fd_594eb986
PS1, Line 1550: channnels||channels
'channnels' may be misspelled - perhaps 'channels'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/60e87d7c_4c881397
PS1, Line 1552: characers||characters
'characers' may be misspelled - perhaps 'characters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/64f62ca9_9614276b
PS1, Line 1554: charachters||characters
'charachters' may be misspelled - perhaps 'characters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/252b67a6_f49af6d0
PS1, Line 1556: charactears||characters
'charactears' may be misspelled - perhaps 'characters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/45068430_7c372dd9
PS1, Line 1557: characte||character
'characte' may be misspelled - perhaps 'character'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/802f17ea_f1af658d
PS1, Line 1559: characteds||characters
'characteds' may be misspelled - perhaps 'characters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a488e1da_25709de8
PS1, Line 1561: characteers||characters
'characteers' may be misspelled - perhaps 'characters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f3bcbf71_a31c9ab3
PS1, Line 1565: characteors||characters
'characteors' may be misspelled - perhaps 'characters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fdb28ad4_2c33ceb4
PS1, Line 1567: charactet||character
'charactet' may be misspelled - perhaps 'character'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/70a31b27_b7fb0427
PS1, Line 1568: characteter||character
'characteter' may be misspelled - perhaps 'character'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/202d803d_b74c5617
PS1, Line 1570: characteteristics||characteristics
'characteteristics' may be misspelled - perhaps 'characteristics'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1b8f4569_bce8138c
PS1, Line 1573: charactetistics||characteristics
'charactetistics' may be misspelled - perhaps 'characteristics'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1f04e50e_c0974709
PS1, Line 1575: charactetrs||characterss
'charactetrs' may be misspelled - perhaps 'characterss'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/26306773_b843af84
PS1, Line 1578: charactors||characters
'charactors' may be misspelled - perhaps 'characters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6ddb0e4d_2e05396c
PS1, Line 1580: charaters||characters
'charaters' may be misspelled - perhaps 'characters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/086faea2_d0b46764
PS1, Line 1583: chatacters||characters
'chatacters' may be misspelled - perhaps 'characters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/673428a5_96e7b9de
PS1, Line 1584: chcek||check
'chcek' may be misspelled - perhaps 'check'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9571da8a_40a5478c
PS1, Line 1590: checged||checked
'checged' may be misspelled - perhaps 'checked'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/59e05edd_f45fdc35
PS1, Line 1595: checkums||checksums
'checkums' may be misspelled - perhaps 'checksums'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f52e03da_df194fe5
PS1, Line 1596: chek||check
'chek' may be misspelled - perhaps 'check'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/91fde4f0_ff94ff29
PS1, Line 1600: cheksums||checksums
'cheksums' may be misspelled - perhaps 'checksums'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a51782fc_05d95077
PS1, Line 1606: chnages||changes
'chnages' may be misspelled - perhaps 'changes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/27fbf693_852d1415
PS1, Line 1613: chracters||characters
'chracters' may be misspelled - perhaps 'characters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/358fe890_9c5dae64
PS1, Line 1614: chunck||chunk
'chunck' may be misspelled - perhaps 'chunk'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ac0cfe2a_6adf6716
PS1, Line 1618: chuncksize||chunksize
'chuncksize' may be misspelled - perhaps 'chunksize'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/01369cb6_2a1a6be1
PS1, Line 1620: cicruits||circuits
'cicruits' may be misspelled - perhaps 'circuits'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bec095ff_7c52fd81
PS1, Line 1622: cilyndres||cylinders
'cilyndres' may be misspelled - perhaps 'cylinders'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1d02b0c4_3b98ece6
PS1, Line 1625: circuts||circuits
'circuts' may be misspelled - perhaps 'circuits'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fcf7970c_6fa30ca2
PS1, Line 1634: cirucumstances||circumstances
'cirucumstances' may be misspelled - perhaps 'circumstances'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5d09fadb_542031ff
PS1, Line 1636: ciruits||circuits
'ciruits' may be misspelled - perhaps 'circuits'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/daf457f8_6c85003f
PS1, Line 1638: cirumstances||circumstances
'cirumstances' may be misspelled - perhaps 'circumstances'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cb977906_4f0bf397
PS1, Line 1640: cjoices||choices
'cjoices' may be misspelled - perhaps 'choices'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c81d0390_547072be
PS1, Line 1648: clasifying||classifying
'clasifying' may be misspelled - perhaps 'classifying'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/296371fa_b36fc947
PS1, Line 1650: classesss||classes
'classesss' may be misspelled - perhaps 'classes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5f678ef8_889df393
PS1, Line 1652: classses||classes
'classses' may be misspelled - perhaps 'classes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fa810469_c9d9b113
PS1, Line 1655: cleanpus||cleanups
'cleanpus' may be misspelled - perhaps 'cleanups'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/23e71cef_aa073a28
PS1, Line 1659: clearifying||clarifying
'clearifying' may be misspelled - perhaps 'clarifying'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a0f32841_2295fdff
PS1, Line 1662: cleints||clients
'cleints' may be misspelled - perhaps 'clients'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/473c675f_0cff2535
PS1, Line 1664: cloacks||cloaks
'cloacks' may be misspelled - perhaps 'cloaks'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b87c5973_bd796811
PS1, Line 1671: coefficents||coefficients
'coefficents' may be misspelled - perhaps 'coefficients'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/66ad9e16_c382e969
PS1, Line 1674: cofigure||configure
'cofigure' may be misspelled - perhaps 'configure'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3ffa67a0_14af94b5
PS1, Line 1678: cointain||contain
'cointain' may be misspelled - perhaps 'contain'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/69037910_b26bb711
PS1, Line 1686: collecions||collections
'collecions' may be misspelled - perhaps 'collections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/03b1263d_ea99b332
PS1, Line 1688: collegues||colleagues
'collegues' may be misspelled - perhaps 'colleagues'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/22377fec_47872d04
PS1, Line 1690: collumns||columns
'collumns' may be misspelled - perhaps 'columns'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5a10fdb8_3921d788
PS1, Line 1693: colorpsaces||colorspaces
'colorpsaces' may be misspelled - perhaps 'colorspaces'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/24af680c_1f61a4df
PS1, Line 1694: coloum||column
'coloum' may be misspelled - perhaps 'column'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4c65c923_65201872
PS1, Line 1696: coloumns||columns
'coloumns' may be misspelled - perhaps 'columns'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/81cedcec_b7b33a87
PS1, Line 1699: colourpsaces||colourspaces
'colourpsaces' may be misspelled - perhaps 'colourspaces'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7f6523de_863d7252
PS1, Line 1701: colums||columns
'colums' may be misspelled - perhaps 'columns'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/25983798_557ab8fa
PS1, Line 1702: comamnd||command
'comamnd' may be misspelled - perhaps 'command'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f95e0f13_02c81c5f
PS1, Line 1711: coment||comment
'coment' may be misspelled - perhaps 'comment'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/473372de_094bed2a
PS1, Line 1716: commad||command
'commad' may be misspelled - perhaps 'command'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3f22d6d1_b55e9e22
PS1, Line 1717: commadn||command
'commadn' may be misspelled - perhaps 'command'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0fb0b6d4_34399699
PS1, Line 1722: comma-separeted||comma-separated
'comma-separeted' may be misspelled - perhaps 'comma-separated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/059de083_132cfd78
PS1, Line 1723: commenet||comment
'commenet' may be misspelled - perhaps 'comment'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/de45326f_12a82761
PS1, Line 1731: commiters||committers
'commiters' may be misspelled - perhaps 'committers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e1da38a6_54f50e3a
PS1, Line 1734: commma||comma
'commma' may be misspelled - perhaps 'comma'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/64a2747e_7258df9a
PS1, Line 1735: commmand||command
'commmand' may be misspelled - perhaps 'command'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8ed05a93_103d08c6
PS1, Line 1739: commma-separated||comma-separated
'commma-separated' may be misspelled - perhaps 'comma-separated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/12359da5_e403a573
PS1, Line 1740: commment||comment
'commment' may be misspelled - perhaps 'comment'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c42adbd6_be9cfbc9
PS1, Line 1745: commmets||comments
'commmets' may be misspelled - perhaps 'comments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d9010e34_86003638
PS1, Line 1746: commmit||commit
'commmit' may be misspelled - perhaps 'commit'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bf49a390_4a4c3ffb
PS1, Line 1752: commmitters||committers
'commmitters' may be misspelled - perhaps 'committers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/12295a75_27cfa8ac
PS1, Line 1755: commmunicate||communicate
'commmunicate' may be misspelled - perhaps 'communicate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9f50d743_746121f5
PS1, Line 1760: commna||comma
'commna' may be misspelled - perhaps 'comma'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f68099ee_fb08216f
PS1, Line 1761: commnad||command
'commnad' may be misspelled - perhaps 'command'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c5a79e8d_566b6884
PS1, Line 1765: commnand||command
'commnand' may be misspelled - perhaps 'command'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/14b0008f_f181c742
PS1, Line 1769: commna-separated||comma-separated
'commna-separated' may be misspelled - perhaps 'comma-separated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c47f5dd1_321bc6d5
PS1, Line 1770: commnd||command
'commnd' may be misspelled - perhaps 'command'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c0730c14_656bea19
PS1, Line 1775: commnents||comments
'commnents' may be misspelled - perhaps 'comments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1fb93b9f_74cd2368
PS1, Line 1779: commnted||commented
'commnted' may be misspelled - perhaps 'commented'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d82e2576_849bad05
PS1, Line 1787: commpaction||compaction
'commpaction' may be misspelled - perhaps 'compaction'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c4cf2e20_01ad6bb6
PS1, Line 1793: commpiled||compiled
'commpiled' may be misspelled - perhaps 'compiled'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/519f1efb_dfa1907b
PS1, Line 1796: commplete||complete
'commplete' may be misspelled - perhaps 'complete'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/71310112_73e4faf3
PS1, Line 1805: commponents||components
'commponents' may be misspelled - perhaps 'components'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c90b3486_325c0ba1
PS1, Line 1810: commpress||compress
'commpress' may be misspelled - perhaps 'compress'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3081f200_58587d4b
PS1, Line 1814: commpute||compute
'commpute' may be misspelled - perhaps 'compute'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c225e21e_dde6d693
PS1, Line 1828: comparations||comparisons
'comparations' may be misspelled - perhaps 'comparisons'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2236c980_34068a2c
PS1, Line 1834: comparigons||comparisons
'comparigons' may be misspelled - perhaps 'comparisons'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/02da224a_a9c99389
PS1, Line 1837: comparions||comparisons
'comparions' may be misspelled - perhaps 'comparisons'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1569282d_da8a045e
PS1, Line 1839: comparioss||comparisons
'comparioss' may be misspelled - perhaps 'comparisons'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8674cfe1_64d3c16b
PS1, Line 1841: comparisaions||comparisons
'comparisaions' may be misspelled - perhaps 'comparisons'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/573abda3_3651b783
PS1, Line 1843: comparisations||comparisons
'comparisations' may be misspelled - perhaps 'comparisons'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5d52f9f6_ef32e111
PS1, Line 1845: comparisements||comparisons
'comparisements' may be misspelled - perhaps 'comparisons'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6332a50d_35e959d3
PS1, Line 1846: comparisin||comparison
'comparisin' may be misspelled - perhaps 'comparison'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d8c616ca_96edbfd0
PS1, Line 1850: comparisions||comparisons
'comparisions' may be misspelled - perhaps 'comparisons'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/46561604_88a0eac6
PS1, Line 1851: comparism||comparison
'comparism' may be misspelled - perhaps 'comparison'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0df8cb61_eadaf45d
PS1, Line 1853: comparisments||comparisons
'comparisments' may be misspelled - perhaps 'comparisons'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1e137970_cb767d87
PS1, Line 1856: comparisns||comparisons
'comparisns' may be misspelled - perhaps 'comparisons'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b9bcd13b_65d216e6
PS1, Line 1858: comparispons||comparisons
'comparispons' may be misspelled - perhaps 'comparisons'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b5cef272_33d8422e
PS1, Line 1860: comparissions||comparisons
'comparissions' may be misspelled - perhaps 'comparisons'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e80fa7dc_92cc86ef
PS1, Line 1862: comparissons||comparisons
'comparissons' may be misspelled - perhaps 'comparisons'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/110e1e91_f29d3e99
PS1, Line 1864: comparistions||comparisons
'comparistions' may be misspelled - perhaps 'comparisons'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/93506d3d_bce4a4ca
PS1, Line 1866: comparistons||comparisons
'comparistons' may be misspelled - perhaps 'comparisons'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7c876921_88d243fa
PS1, Line 1868: comparitions||comparisons
'comparitions' may be misspelled - perhaps 'comparisons'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f06d494f_cbaf5ea7
PS1, Line 1870: comparititively||comparatively
'comparititively' may be misspelled - perhaps 'comparatively'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3688f9b7_c1183d70
PS1, Line 1872: comparitively||comparatively
'comparitively' may be misspelled - perhaps 'comparatively'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/56331fb0_561e20fe
PS1, Line 1874: comparitors||comparators
'comparitors' may be misspelled - perhaps 'comparators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6c69f03a_68162886
PS1, Line 1876: comparizons||comparisons
'comparizons' may be misspelled - perhaps 'comparisons'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c4dac604_ffeeafd9
PS1, Line 1879: comparotors||comparators
'comparotors' may be misspelled - perhaps 'comparators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7694c3b1_05a76c93
PS1, Line 1881: comparsions||comparisons
'comparsions' may be misspelled - perhaps 'comparisons'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/44f4dd53_8946e95b
PS1, Line 1903: compatators||comparators
'compatators' may be misspelled - perhaps 'comparators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e278a6d8_f0c52ef4
PS1, Line 1907: compatibililty||compatibility
'compatibililty' may be misspelled - perhaps 'compatibility'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5ea4d7e7_a19d7e39
PS1, Line 1914: competions||completions
'competions' may be misspelled - perhaps 'completions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d23f2364_8eea3c35
PS1, Line 1917: compleate||complete
'compleate' may be misspelled - perhaps 'complete'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c288b15e_7c4f69b2
PS1, Line 1923: compleeted||completed
'compleeted' may be misspelled - perhaps 'completed'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/16657a2c_89bed7fb
PS1, Line 1928: complet||complete
'complet' may be misspelled - perhaps 'complete'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/11509b5c_9258b196
PS1, Line 1935: compliers||compilers
'compliers' may be misspelled - perhaps 'compilers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/52f6a4c6_4a24d6ef
PS1, Line 1936: complile||compile
'complile' may be misspelled - perhaps 'compile'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/11120093_bb7ef387
PS1, Line 1944: componets||components
'componets' may be misspelled - perhaps 'components'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2432dffd_1f264783
PS1, Line 1947: compontents||components
'compontents' may be misspelled - perhaps 'components'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/44fb8dfb_728d4505
PS1, Line 1949: compres||compress
'compres' may be misspelled - perhaps 'compress'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/91e305a6_404f060d
PS1, Line 1958: comsumer||consumer
'comsumer' may be misspelled - perhaps 'consumer'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fe13d465_12c50061
PS1, Line 1959: comsumers||consumers
'comsumers' may be misspelled - perhaps 'consumers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/38db7675_8d7b9365
PS1, Line 1961: comunicate||communicate
'comunicate' may be misspelled - perhaps 'communicate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cc7b4e50_5c1f6da0
PS1, Line 1963: conain||contain
'conain' may be misspelled - perhaps 'contain'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8f3f36bf_a22a8b54
PS1, Line 1966: conainers||containers
'conainers' may be misspelled - perhaps 'containers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c42179ad_21ee33c7
PS1, Line 1971: conainter||container
'conainter' may be misspelled - perhaps 'container'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5864fca9_6a9c5b81
PS1, Line 1972: conatin||contain
'conatin' may be misspelled - perhaps 'contain'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6ae2949a_f587abe2
PS1, Line 1977: conbinations||combinations
'conbinations' may be misspelled - perhaps 'combinations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fed912e3_1c9bf1d4
PS1, Line 1978: concatentate||concatenate
'concatentate' may be misspelled - perhaps 'concatenate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c31cf4d0_acb5ce3c
PS1, Line 1983: concatentations||concatenations
'concatentations' may be misspelled - perhaps 'concatenations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9b97c196_0d9fb0fc
PS1, Line 1985: concatinations||concatenations
'concatinations' may be misspelled - perhaps 'concatenations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c7d9aba2_88df8385
PS1, Line 1986: concatonate||concatenate
'concatonate' may be misspelled - perhaps 'concatenate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/26495099_782f4616
PS1, Line 1995: concurently||concurrently
'concurently' may be misspelled - perhaps 'concurrently'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bd0b0073_202bffee
PS1, Line 1997: condidential||confidential
'condidential' may be misspelled - perhaps 'confidential'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/072149a8_57b1b8a3
PS1, Line 2001: condifured||configured
'condifured' may be misspelled - perhaps 'configured'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ce365e15_4b5edcf2
PS1, Line 2003: conditially||conditionally
'conditially' may be misspelled - perhaps 'conditionally'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/13cda9d6_fb45a2c4
PS1, Line 2005: conditianally||conditionally
'conditianally' may be misspelled - perhaps 'conditionally'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e0203b33_ebc68952
PS1, Line 2010: condtiions||conditions
'condtiions' may be misspelled - perhaps 'conditions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b42ca71c_74ac8bad
PS1, Line 2011: condtional||conditional
'condtional' may be misspelled - perhaps 'conditional'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/25374526_119abc48
PS1, Line 2014: condtion||condition
'condtion' may be misspelled - perhaps 'condition'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2d9da6ab_f6941a2b
PS1, Line 2018: condtitionals||conditionals
'condtitionals' may be misspelled - perhaps 'conditionals'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6b1e9d16_ca6bebe8
PS1, Line 2020: condtitions||conditions
'condtitions' may be misspelled - perhaps 'conditions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cd7e25ee_593da22f
PS1, Line 2021: conecct||connect
'conecct' may be misspelled - perhaps 'connect'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3138c698_63c88f84
PS1, Line 2025: conecctions||connections
'conecctions' may be misspelled - perhaps 'connections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/edee4d1d_f4f7c7a6
PS1, Line 2029: conecctors||connectors
'conecctors' may be misspelled - perhaps 'connectors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/dfd96eb7_d024d49b
PS1, Line 2032: conecepts||concepts
'conecepts' may be misspelled - perhaps 'concepts'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5d60c885_b815fd3f
PS1, Line 2034: conecjtures||conjectures
'conecjtures' may be misspelled - perhaps 'conjectures'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7a2483f9_8e0a4779
PS1, Line 2035: conecnt||connect
'conecnt' may be misspelled - perhaps 'connect'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/95d443d6_4a6e1d70
PS1, Line 2036: conecntrate||concentrate
'conecntrate' may be misspelled - perhaps 'concentrate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/434f65fb_73d38c86
PS1, Line 2041: conecpts||concepts
'conecpts' may be misspelled - perhaps 'concepts'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/eabc46cc_1fcfec17
PS1, Line 2042: conect||connect
'conect' may be misspelled - perhaps 'connect'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b3f4ef58_9896ee74
PS1, Line 2046: conections||connections
'conections' may be misspelled - perhaps 'connections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cf5aa337_c45c7f36
PS1, Line 2050: conectors||connectors
'conectors' may be misspelled - perhaps 'connectors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/00200688_b59821a2
PS1, Line 2054: coneect||connect
'coneect' may be misspelled - perhaps 'connect'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/99261d52_3e6ad089
PS1, Line 2058: coneections||connections
'coneections' may be misspelled - perhaps 'connections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/56260e3c_328ca858
PS1, Line 2062: coneectors||connectors
'coneectors' may be misspelled - perhaps 'connectors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0b3ab498_5478e510
PS1, Line 2064: conenct||connect
'conenct' may be misspelled - perhaps 'connect'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/abfdfa38_2465161c
PS1, Line 2068: conenctions||connections
'conenctions' may be misspelled - perhaps 'connections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/43eee047_82e96951
PS1, Line 2072: conenctors||connectors
'conenctors' may be misspelled - perhaps 'connectors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/842f96f7_fd838bc6
PS1, Line 2079: conents||contents
'conents' may be misspelled - perhaps 'contents'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0e76bb78_9ec8697e
PS1, Line 2080: coner||corner
'coner' may be misspelled - perhaps 'corner'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fd6855b7_8802f2b7
PS1, Line 2083: conerning||concerning
'conerning' may be misspelled - perhaps 'concerning'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e815ec6c_af33bb84
PS1, Line 2085: conersion||conversion
'conersion' may be misspelled - perhaps 'conversion'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8e6414a4_02c35fda
PS1, Line 2086: conersions||conversions
'conersions' may be misspelled - perhaps 'conversions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9b437712_9a046ae6
PS1, Line 2088: conerted||converted
'conerted' may be misspelled - perhaps 'converted'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a249dff4_f15a405f
PS1, Line 2090: conet||connect
'conet' may be misspelled - perhaps 'connect'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6f0f5bfb_266f6477
PS1, Line 2094: conetions||connections
'conetions' may be misspelled - perhaps 'connections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e468a57c_a79c74b0
PS1, Line 2099: conetors||connectors
'conetors' may be misspelled - perhaps 'connectors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ddf98446_45173863
PS1, Line 2102: conetxts||contexts
'conetxts' may be misspelled - perhaps 'contexts'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/80b8e56d_54a2cdff
PS1, Line 2104: conexts||contexts
'conexts' may be misspelled - perhaps 'contexts'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/94a91caf_60fc3e35
PS1, Line 2105: confict||conflict
'confict' may be misspelled - perhaps 'conflict'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d54d1e06_4dc761bf
PS1, Line 2111: confifured||configured
'confifured' may be misspelled - perhaps 'configured'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/137a5f5b_ec7cb976
PS1, Line 2114: configrations||configurations
'configrations' may be misspelled - perhaps 'configurations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/63548d2d_7eab01d1
PS1, Line 2115: configred||configured
'configred' may be misspelled - perhaps 'configured'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c0f5bd6b_b4602d4d
PS1, Line 2118: configuared||configured
'configuared' may be misspelled - perhaps 'configured'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c577d5be_6431f7e4
PS1, Line 2120: configuarions||configurations
'configuarions' may be misspelled - perhaps 'configurations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8ac11bf6_1e44d4bc
PS1, Line 2122: configuartions||configurations
'configuartions' may be misspelled - perhaps 'configurations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9241bf7b_5f8b0f1c
PS1, Line 2124: configuations||configurations
'configuations' may be misspelled - perhaps 'configurations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c6602bbf_e79dc900
PS1, Line 2128: configuratoins||configurations
'configuratoins' may be misspelled - perhaps 'configurations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/90e748b1_e6455d08
PS1, Line 2130: configuratons||configurations
'configuratons' may be misspelled - perhaps 'configurations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0a2a97cc_ee8f2979
PS1, Line 2138: confue||confuse
'confue' may be misspelled - perhaps 'confuse'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/83ea7cc8_382ca60a
PS1, Line 2143: confugire||configure
'confugire' may be misspelled - perhaps 'configure'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/985c28a9_1f96dbbd
PS1, Line 2149: confugre||configure
'confugre' may be misspelled - perhaps 'configure'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f7e9d77c_8f42fe6d
PS1, Line 2155: confugure||configure
'confugure' may be misspelled - perhaps 'configure'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2718b22f_9a3b1622
PS1, Line 2162: confunse||confuse
'confunse' may be misspelled - perhaps 'confuse'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1568dbc3_c4e6e1da
PS1, Line 2168: confure||configure
'confure' may be misspelled - perhaps 'configure'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7420f8db_f40db33b
PS1, Line 2172: confurse||confuse
'confurse' may be misspelled - perhaps 'confuse'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8f8427c3_b8da8f5f
PS1, Line 2176: confuze||confuse
'confuze' may be misspelled - perhaps 'confuse'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e54213ba_022eb8d7
PS1, Line 2180: confuzze||confuse
'confuzze' may be misspelled - perhaps 'confuse'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4c7b8013_95ae29b2
PS1, Line 2187: congifured||configured
'congifured' may be misspelled - perhaps 'configured'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/891e582d_93724dd1
PS1, Line 2189: conincide||coincide
'conincide' may be misspelled - perhaps 'coincide'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0b92e5c7_f767929d
PS1, Line 2198: coninues||continues
'coninues' may be misspelled - perhaps 'continues'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e7ec0684_f2637521
PS1, Line 2204: connecitons||connections
'connecitons' may be misspelled - perhaps 'connections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/06365b90_812b5d3f
PS1, Line 2206: connetor||connector
'connetor' may be misspelled - perhaps 'connector'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/91f8d95c_f6c1d9f4
PS1, Line 2207: connnect||connect
'connnect' may be misspelled - perhaps 'connect'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6bdf345e_9eda3094
PS1, Line 2211: connnections||connections
'connnections' may be misspelled - perhaps 'connections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2757f3f5_b60b9494
PS1, Line 2216: consequtively||consecutively
'consequtively' may be misspelled - perhaps 'consecutively'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/95c6fd7c_587c846c
PS1, Line 2218: considder||consider
'considder' may be misspelled - perhaps 'consider'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9d2b5e09_85aea126
PS1, Line 2222: consifered||considered
'consifered' may be misspelled - perhaps 'considered'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1d2e4557_b5fdb51c
PS1, Line 2224: consisently||consistently
'consisently' may be misspelled - perhaps 'consistently'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6e0835d7_05ce9099
PS1, Line 2230: consonents||consonants
'consonents' may be misspelled - perhaps 'consonants'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/59b08bdd_99f2c3ef
PS1, Line 2233: constrasts||contrasts
'constrasts' may be misspelled - perhaps 'contrasts'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8781ae1d_942290c8
PS1, Line 2234: constrcut||construct
'constrcut' may be misspelled - perhaps 'construct'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4adff423_a5467384
PS1, Line 2238: constrcutors||constructors
'constrcutors' may be misspelled - perhaps 'constructors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cbbb97d1_c2ae6336
PS1, Line 2242: constuctors||constructors
'constuctors' may be misspelled - perhaps 'constructors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b5e29448_48017109
PS1, Line 2244: containes||contains
'containes' may be misspelled - perhaps 'contains'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d0bbfada_f6f55749
PS1, Line 2246: containt||contain
'containt' may be misspelled - perhaps 'contain'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d68058a1_e077afaf
PS1, Line 2252: contan||contain
'contan' may be misspelled - perhaps 'contain'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8aea0a55_afdeab4e
PS1, Line 2257: contein||contain
'contein' may be misspelled - perhaps 'contain'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fe7e408a_e918e72e
PS1, Line 2262: contentended||contended
'contentended' may be misspelled - perhaps 'contended'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9863c90a_7547620c
PS1, Line 2285: contian||contain
'contian' may be misspelled - perhaps 'contain'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0fcbd487_6bdb3729
PS1, Line 2288: contianers||containers
'contianers' may be misspelled - perhaps 'containers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/791473c4_aaef0e86
PS1, Line 2295: continously||continuously
'continously' may be misspelled - perhaps 'continuously'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ccb6c1b8_ba5574ae
PS1, Line 2297: continus||continuous
'continus' may be misspelled - perhaps 'continuous'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b85ba46d_a16a1662
PS1, Line 2302: contoller||controller
'contoller' may be misspelled - perhaps 'controller'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a87d3c71_98ef234d
PS1, Line 2303: contollers||controllers
'contollers' may be misspelled - perhaps 'controllers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0e2deb19_f14d379f
PS1, Line 2305: contracictions||contradictions
'contracictions' may be misspelled - perhaps 'contradictions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/491e83ba_6d535409
PS1, Line 2307: contracitions||contradictions
'contracitions' may be misspelled - perhaps 'contradictions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f3a0d9c9_14219a58
PS1, Line 2310: contributers||contributors
'contributers' may be misspelled - perhaps 'contributors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b7958d5c_a55d70b3
PS1, Line 2315: controlers||controllers
'controlers' may be misspelled - perhaps 'controllers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6c632826_f1ba8a98
PS1, Line 2318: controlls||controls
'controlls' may be misspelled - perhaps 'controls'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ececc251_6d8c6eb1
PS1, Line 2319: contruct||construct
'contruct' may be misspelled - perhaps 'construct'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f4c9fb24_4d7d6f83
PS1, Line 2323: contructions||constructions
'contructions' may be misspelled - perhaps 'constructions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6d478a64_def719a2
PS1, Line 2325: contructors||constructors
'contructors' may be misspelled - perhaps 'constructors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f466cead_2c489f44
PS1, Line 2331: converions||conversions
'converions' may be misspelled - perhaps 'conversions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/970e7d17_33dc9397
PS1, Line 2334: converstions||conversions
'converstions' may be misspelled - perhaps 'conversions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e2112af1_8f11a454
PS1, Line 2337: convertions||conversions
'convertions' may be misspelled - perhaps 'conversions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5b392295_baad0d81
PS1, Line 2340: convesions||conversions
'convesions' may be misspelled - perhaps 'conversions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c1855057_607a5792
PS1, Line 2341: convet||convert
'convet' may be misspelled - perhaps 'convert'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/181d9e36_c18723d1
PS1, Line 2346: convieniently||conveniently
'convieniently' may be misspelled - perhaps 'conveniently'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/75c89dca_9e084eec
PS1, Line 2351: convineances||conveniences
'convineances' may be misspelled - perhaps 'conveniences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4a219063_a656be56
PS1, Line 2352: convine||combine
'convine' may be misspelled - perhaps 'combine'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/dfa0d3d4_6e1a8d54
PS1, Line 2356: convinences||conveniences
'convinences' may be misspelled - perhaps 'conveniences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/271ea524_08783e4c
PS1, Line 2358: convinently||conveniently
'convinently' may be misspelled - perhaps 'conveniently'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/043b09c8_feb46b4d
PS1, Line 2360: conviniances||conveniences
'conviniances' may be misspelled - perhaps 'conveniences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9d950725_4190f0e3
PS1, Line 2362: conviniences||conveniences
'conviniences' may be misspelled - perhaps 'conveniences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f6b80ee2_2f9715a3
PS1, Line 2364: conviniencys||conveniences
'conviniencys' may be misspelled - perhaps 'conveniences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/31b966d1_cca87def
PS1, Line 2366: conviniently||conveniently
'conviniently' may be misspelled - perhaps 'conveniently'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/026c055b_c891474a
PS1, Line 2369: convinved||convinced
'convinved' may be misspelled - perhaps 'convinced'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ddbb2fc9_c80d0dd0
PS1, Line 2375: coodinates||coordinates
'coodinates' may be misspelled - perhaps 'coordinates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/76a25d8f_ca604a19
PS1, Line 2377: coordindates||coordinates
'coordindates' may be misspelled - perhaps 'coordinates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6c8cc828_4f91c08c
PS1, Line 2379: coordines||coordinates
'coordines' may be misspelled - perhaps 'coordinates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9e84781a_5f3b504e
PS1, Line 2380: coording||according
'coording' may be misspelled - perhaps 'according'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cfbab329_367b3275
PS1, Line 2382: coordingates||coordinates
'coordingates' may be misspelled - perhaps 'coordinates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/44bfeb1a_f417995d
PS1, Line 2385: coordiniates||coordinates
'coordiniates' may be misspelled - perhaps 'coordinates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9caa8a42_1dd79331
PS1, Line 2387: coordinites||coordinates
'coordinites' may be misspelled - perhaps 'coordinates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4f761fbd_f6c49fe7
PS1, Line 2389: coordinnates||coordinates
'coordinnates' may be misspelled - perhaps 'coordinates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a4219128_8eda9ddd
PS1, Line 2391: coordintaes||coordinates
'coordintaes' may be misspelled - perhaps 'coordinates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/592d34c0_a0985328
PS1, Line 2393: coordintates||coordinates
'coordintates' may be misspelled - perhaps 'coordinates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/323dc1af_1afa542b
PS1, Line 2395: coordintes||coordinates
'coordintes' may be misspelled - perhaps 'coordinates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4e58bbb6_42ca773f
PS1, Line 2398: copyrigth||copyright
'copyrigth' may be misspelled - perhaps 'copyright'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/132e28cf_28ec5c9c
PS1, Line 2401: copyritght||copyright
'copyritght' may be misspelled - perhaps 'copyright'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8c793e5f_6beec85e
PS1, Line 2405: corelate||correlate
'corelate' may be misspelled - perhaps 'correlate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5bd99ced_db5f9b41
PS1, Line 2409: corerctly||correctly
'corerctly' may be misspelled - perhaps 'correctly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fa549a6f_32d2440a
PS1, Line 2410: corespond||correspond
'corespond' may be misspelled - perhaps 'correspond'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0e78e949_12e9deae
PS1, Line 2418: correectly||correctly
'correectly' may be misspelled - perhaps 'correctly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2a31c535_f759aab7
PS1, Line 2421: correllations||correlations
'correllations' may be misspelled - perhaps 'correlations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0b7aac06_3ff05214
PS1, Line 2422: correnspond||correspond
'correnspond' may be misspelled - perhaps 'correspond'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/59fda609_73e0b232
PS1, Line 2428: corresond||correspond
'corresond' may be misspelled - perhaps 'correspond'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/eaa78677_58531987
PS1, Line 2441: corrolations||correlations
'corrolations' may be misspelled - perhaps 'correlations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a8388ce5_2b50e867
PS1, Line 2443: cotnain||contain
'cotnain' may be misspelled - perhaps 'contain'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/99342b12_d1af004f
PS1, Line 2446: cotnainers||containers
'cotnainers' may be misspelled - perhaps 'containers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1f44b896_d19fb899
PS1, Line 2449: cotrol||control
'cotrol' may be misspelled - perhaps 'control'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b1f1d9ab_f9118db5
PS1, Line 2454: coul||could
'coul' may be misspelled - perhaps 'could'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a9b654f0_75b7b2d2
PS1, Line 2460: countours||contours
'countours' may be misspelled - perhaps 'contours'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/180aaff0_d51dfa9c
PS1, Line 2464: coutners||counters
'coutners' may be misspelled - perhaps 'counters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5d033e5f_6bf6fa4f
PS1, Line 2469: creatred||created
'creatred' may be misspelled - perhaps 'created'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/dc0b80e9_f32307e6
PS1, Line 2471: credintials||credentials
'credintials' may be misspelled - perhaps 'credentials'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/40330ec9_96a4e3fd
PS1, Line 2472: cretae||create
'cretae' may be misspelled - perhaps 'create'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a887c53e_69c1c3bd
PS1, Line 2482: criticially||critically
'criticially' may be misspelled - perhaps 'critically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d356ebc4_1309333d
PS1, Line 2486: crsytallographic||crystallographic
'crsytallographic' may be misspelled - perhaps 'crystallographic'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/50fbabbd_51921530
PS1, Line 2490: cuase||cause
'cuase' may be misspelled - perhaps 'cause'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/039acba7_f95230e8
PS1, Line 2499: curiousity's||curiosity's
'curiousity's' may be misspelled - perhaps 'curiosity's'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7905f613_c354e6ea
PS1, Line 2502: currntly||currently
'currntly' may be misspelled - perhaps 'currently'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9cd66a0a_0f688e32
PS1, Line 2503: currupt||corrupt
'currupt' may be misspelled - perhaps 'corrupt'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/70c0a78a_ed8ca4df
PS1, Line 2506: curruptions||corruptions
'curruptions' may be misspelled - perhaps 'corruptions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a8eff98e_944e5dcd
PS1, Line 2509: cymk||cmyk
'cymk' may be misspelled - perhaps 'cmyk'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8f6100a3_20a9d7bf
PS1, Line 2511: dafualt||default
'dafualt' may be misspelled - perhaps 'default'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/75d3bb65_a8ccb20e
PS1, Line 2516: dammages||damages
'dammages' may be misspelled - perhaps 'damages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/538cd41b_c9bd954c
PS1, Line 2519: data-strcuture||data-structure
'data-strcuture' may be misspelled - perhaps 'data-structure'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1edda195_5b48dc18
PS1, Line 2521: data-strcutures||data-structures
'data-strcutures' may be misspelled - perhaps 'data-structures'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ba33425d_0915cef5
PS1, Line 2522: datastrcutures||datastructures
'datastrcutures' may be misspelled - perhaps 'datastructures'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ecae444a_1e58bef7
PS1, Line 2524: datatbases||databases
'datatbases' may be misspelled - perhaps 'databases'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6a2429f2_30ff9971
PS1, Line 2526: datatgrams||datagrams
'datatgrams' may be misspelled - perhaps 'datagrams'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2caa178e_5af115fa
PS1, Line 2528: datatores||datastores
'datatores' may be misspelled - perhaps 'datastores'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fb845a7f_0587afb0
PS1, Line 2530: datatpes||datatypes
'datatpes' may be misspelled - perhaps 'datatypes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9b61a76e_eff22e2f
PS1, Line 2532: datatpyes||datatypes
'datatpyes' may be misspelled - perhaps 'datatypes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e48e3086_5044bc9c
PS1, Line 2534: datatsets||datasets
'datatsets' may be misspelled - perhaps 'datasets'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/30230029_cd5e0885
PS1, Line 2536: datatstructures||datastructures
'datatstructures' may be misspelled - perhaps 'datastructures'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c6f57b8e_e6d0e35f
PS1, Line 2538: datattypes||datatypes
'datattypes' may be misspelled - perhaps 'datatypes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/90a3151d_7757edd9
PS1, Line 2539: datatye||datatype
'datatye' may be misspelled - perhaps 'datatype'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6fe25e88_55e88115
PS1, Line 2540: datatyep||datatype
'datatyep' may be misspelled - perhaps 'datatype'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/db8bcaf0_b159c97c
PS1, Line 2542: datatyepes||datatypes
'datatyepes' may be misspelled - perhaps 'datatypes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/32c99d5c_ac66d14d
PS1, Line 2546: datatyoes||datatypes
'datatyoes' may be misspelled - perhaps 'datatypes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f2f551bb_01469117
PS1, Line 2548: datatytpes||datatypes
'datatytpes' may be misspelled - perhaps 'datatypes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d4d97d94_0fb748cb
PS1, Line 2549: deactive||deactivate
'deactive' may be misspelled - perhaps 'deactivate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/19178452_385011e5
PS1, Line 2553: deafualts||defaults
'deafualts' may be misspelled - perhaps 'defaults'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8aa30b6d_a71309bb
PS1, Line 2554: deafult||default
'deafult' may be misspelled - perhaps 'default'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2b2058ca_0fc41b59
PS1, Line 2558: deatch||detach
'deatch' may be misspelled - perhaps 'detach'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/97bfcb26_33ee013a
PS1, Line 2562: debain||debian
'debain' may be misspelled - perhaps 'Debian'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8cac179b_9b2cfc0e
PS1, Line 2566: debgug||debug
'debgug' may be misspelled - perhaps 'debug'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a9d8ee74_40189926
PS1, Line 2567: debguging||debugging
'debguging' may be misspelled - perhaps 'debugging'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/40f2e847_6f843d7f
PS1, Line 2568: debiab||debian
'debiab' may be misspelled - perhaps 'Debian'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4396e723_b987460f
PS1, Line 2570: Debiab||Debian
'Debiab' may be misspelled - perhaps 'Debian'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bd57f206_97a429ae
PS1, Line 2571: debia||debian
'debia' may be misspelled - perhaps 'Debian'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/08e2fd2c_9f44d91a
PS1, Line 2579: decalares||declares
'decalares' may be misspelled - perhaps 'declares'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/18023273_fbd2dbb5
PS1, Line 2582: decendants||descendants
'decendants' may be misspelled - perhaps 'descendants'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b3eddaa0_ad638ee9
PS1, Line 2584: decendentants||descendants
'decendentants' may be misspelled - perhaps 'descendants'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fb57867c_8a946546
PS1, Line 2586: decendents||descendents
'decendents' may be misspelled - perhaps 'descendents'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f7528a4f_928ac89c
PS1, Line 2589: decidates||dedicates
'decidates' may be misspelled - perhaps 'dedicates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3e933a64_a637fe01
PS1, Line 2592: declaritively||declaratively
'declaritively' may be misspelled - perhaps 'declaratively'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2c37e1fe_c0ed5fc2
PS1, Line 2594: declations||declarations
'declations' may be misspelled - perhaps 'declarations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/eacc5277_ff2902cd
PS1, Line 2599: decommissionned||decommissioned
'decommissionned' may be misspelled - perhaps 'decommissioned'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/de940e1d_2a756dd4
PS1, Line 2601: decompres||decompress
'decompres' may be misspelled - perhaps 'decompress'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/580e2afd_043e7be9
PS1, Line 2609: decremeneted||decremented
'decremeneted' may be misspelled - perhaps 'decremented'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/17311616_e530d0bc
PS1, Line 2612: decribes||describes
'decribes' may be misspelled - perhaps 'describes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d572b32c_28536a64
PS1, Line 2615: decriptions||descriptions
'decriptions' may be misspelled - perhaps 'descriptions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c454f2e7_5dbc42d0
PS1, Line 2617: decriptors||descriptors
'decriptors' may be misspelled - perhaps 'descriptors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5cbeec15_38a4acff
PS1, Line 2620: decrmeneted||decremented
'decrmeneted' may be misspelled - perhaps 'decremented'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/75eca210_2946b94a
PS1, Line 2621: decrpt||decrypt
'decrpt' may be misspelled - perhaps 'decrypt'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7434cb19_a7eabdc3
PS1, Line 2626: decsriptors||descriptors
'decsriptors' may be misspelled - perhaps 'descriptors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/74d50a1b_4a64eb45
PS1, Line 2628: decstiptions||descriptions
'decstiptions' may be misspelled - perhaps 'descriptions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2ad5b43d_52a50ec9
PS1, Line 2630: de-duplacated||de-duplicated
'de-duplacated' may be misspelled - perhaps 'de-duplicated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2bc5388b_4734ea09
PS1, Line 2632: de-duplacate||de-duplicate
'de-duplacate' may be misspelled - perhaps 'de-duplicate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/53b5d0f8_671c99cf
PS1, Line 2634: de-duplacates||de-duplicates
'de-duplacates' may be misspelled - perhaps 'de-duplicates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/83c5ce7f_686cb538
PS1, Line 2635: deduplacates||deduplicates
'deduplacates' may be misspelled - perhaps 'deduplicates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/438c3e0c_88f6620b
PS1, Line 2636: de-duplacation||de-duplication
'de-duplacation' may be misspelled - perhaps 'de-duplication'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e97095c2_144d9649
PS1, Line 2638: de-duplacted||de-duplicated
'de-duplacted' may be misspelled - perhaps 'de-duplicated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b6e96d69_5fc8049e
PS1, Line 2640: de-duplacte||de-duplicate
'de-duplacte' may be misspelled - perhaps 'de-duplicate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2dd78dc8_0cd09d5e
PS1, Line 2642: de-duplactes||de-duplicates
'de-duplactes' may be misspelled - perhaps 'de-duplicates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/018efd29_d4aa6fb8
PS1, Line 2643: deduplactes||deduplicates
'deduplactes' may be misspelled - perhaps 'deduplicates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a6fd49a2_4d13683c
PS1, Line 2644: de-duplaction||de-duplication
'de-duplaction' may be misspelled - perhaps 'de-duplication'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/861a88c0_2ed7497c
PS1, Line 2646: de-duplaicated||de-duplicated
'de-duplaicated' may be misspelled - perhaps 'de-duplicated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6b542588_ddaf5da2
PS1, Line 2648: de-duplaicate||de-duplicate
'de-duplaicate' may be misspelled - perhaps 'de-duplicate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5717f56e_b167d46d
PS1, Line 2650: de-duplaicates||de-duplicates
'de-duplaicates' may be misspelled - perhaps 'de-duplicates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c13da3bf_ed7f2e08
PS1, Line 2651: deduplaicates||deduplicates
'deduplaicates' may be misspelled - perhaps 'deduplicates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/78a77e9e_50162493
PS1, Line 2652: de-duplaication||de-duplication
'de-duplaication' may be misspelled - perhaps 'de-duplication'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0b3cf3fa_5a41f001
PS1, Line 2654: de-duplated||de-duplicated
'de-duplated' may be misspelled - perhaps 'de-duplicated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/548ff6b6_65c5f1e9
PS1, Line 2656: de-duplate||de-duplicate
'de-duplate' may be misspelled - perhaps 'de-duplicate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c50fbd05_5ad39d82
PS1, Line 2658: de-duplates||de-duplicates
'de-duplates' may be misspelled - perhaps 'de-duplicates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7e4bf01a_a9bb4f73
PS1, Line 2659: deduplates||deduplicates
'deduplates' may be misspelled - perhaps 'deduplicates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c0c6d7f9_7c52c3f3
PS1, Line 2660: de-duplation||de-duplication
'de-duplation' may be misspelled - perhaps 'de-duplication'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/912df871_47fe4967
PS1, Line 2670: defaulats||defaults
'defaulats' may be misspelled - perhaps 'defaults'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e9113ea7_dd7e0b65
PS1, Line 2672: defaul||default
'defaul' may be misspelled - perhaps 'default'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/293e0bcc_7f6dc772
PS1, Line 2673: defaulds||defaults
'defaulds' may be misspelled - perhaps 'defaults'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/62b789c2_92b963b7
PS1, Line 2676: defaules||defaults
'defaules' may be misspelled - perhaps 'defaults'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5918f406_7c123595
PS1, Line 2678: defaulfs||defaults
'defaulfs' may be misspelled - perhaps 'defaults'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8773a76a_a5490d56
PS1, Line 2680: defaulgs||defaults
'defaulgs' may be misspelled - perhaps 'defaults'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/376f5a84_fce8de63
PS1, Line 2682: defaulhs||defaults
'defaulhs' may be misspelled - perhaps 'defaults'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/388a012e_a0ffa6ee
PS1, Line 2685: defaulits||defaults
'defaulits' may be misspelled - perhaps 'defaults'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d1e4bd2d_d5fe59a3
PS1, Line 2687: defaulkts||defaults
'defaulkts' may be misspelled - perhaps 'defaults'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b349ef4c_e240e896
PS1, Line 2688: defaull||default
'defaull' may be misspelled - perhaps 'default'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a690db05_d56268d3
PS1, Line 2691: defaullts||defaults
'defaullts' may be misspelled - perhaps 'defaults'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/53ee1c69_ebf912ba
PS1, Line 2692: defaulr||default
'defaulr' may be misspelled - perhaps 'default'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1ba90e94_c85f30b8
PS1, Line 2695: defaulrts||defaults
'defaulrts' may be misspelled - perhaps 'defaults'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/62b07614_282180ca
PS1, Line 2697: defaulst||defaults
'defaulst' may be misspelled - perhaps 'defaults'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/889befe7_8cc26abd
PS1, Line 2699: defaulys||defaults
'defaulys' may be misspelled - perhaps 'defaults'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/58a3e3b8_9e760208
PS1, Line 2701: defaut||default
'defaut' may be misspelled - perhaps 'default'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/52875477_8a6f8445
PS1, Line 2702: defautl||default
'defautl' may be misspelled - perhaps 'default'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/461aa80b_790c70de
PS1, Line 2709: defenitions||definitions
'defenitions' may be misspelled - perhaps 'definitions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/39fbadad_810432d0
PS1, Line 2717: definately||definitely
'definately' may be misspelled - perhaps 'definitely'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b486a6a5_7c30c914
PS1, Line 2718: definiation||definition
'definiation' may be misspelled - perhaps 'definition'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c2eb611a_8fa116d5
PS1, Line 2721: defininitions||definitions
'defininitions' may be misspelled - perhaps 'definitions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e5924c2b_ea20c383
PS1, Line 2724: defintions||definitions
'defintions' may be misspelled - perhaps 'definitions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d4caf82c_38e4e5c8
PS1, Line 2726: defitions||definitions
'defitions' may be misspelled - perhaps 'definitions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/00968f75_1fca3075
PS1, Line 2728: defninitions||definitions
'defninitions' may be misspelled - perhaps 'definitions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/33104af7_ba5724d0
PS1, Line 2730: de-fualt||default
'de-fualt' may be misspelled - perhaps 'default'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4ace8773_a351c355
PS1, Line 2731: defualt||default
'defualt' may be misspelled - perhaps 'default'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/07d00ec0_6bc701fe
PS1, Line 2733: de-fualts||defaults
'de-fualts' may be misspelled - perhaps 'defaults'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a8f560d0_86d272ea
PS1, Line 2737: degreee||degree
'degreee' may be misspelled - perhaps 'degree'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d584ca97_cc5a8889
PS1, Line 2739: degreeees||degrees
'degreeees' may be misspelled - perhaps 'degrees'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7d76db52_25462494
PS1, Line 2747: deivces||devices
'deivces' may be misspelled - perhaps 'devices'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3aa587ee_f4eda249
PS1, Line 2749: dekstops||desktops
'dekstops' may be misspelled - perhaps 'desktops'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/afce4b7e_3e2a2222
PS1, Line 2752: delares||declares
'delares' may be misspelled - perhaps 'declares'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6d71a221_fbe042bd
PS1, Line 2761: delgates||delegates
'delgates' may be misspelled - perhaps 'delegates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/373ec87f_b2864f85
PS1, Line 2764: delgations||delegations
'delgations' may be misspelled - perhaps 'delegations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/26228191_abe382a1
PS1, Line 2766: delgators||delegators
'delgators' may be misspelled - perhaps 'delegators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/26504d4e_3797af87
PS1, Line 2767: delievered||delivered
'delievered' may be misspelled - perhaps 'delivered'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7d3b8a7c_a3516aac
PS1, Line 2769: delimeters||delimiters
'delimeters' may be misspelled - perhaps 'delimiters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/679efa30_99fa9364
PS1, Line 2771: delimitiaions||delimitations
'delimitiaions' may be misspelled - perhaps 'delimitations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/33ace53c_6dfb2223
PS1, Line 2773: delimitiations||delimitations
'delimitiations' may be misspelled - perhaps 'delimitations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a0d2612a_50181253
PS1, Line 2776: delimitiers||delimiters
'delimitiers' may be misspelled - perhaps 'delimiters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/39b4b84a_a030ed4e
PS1, Line 2780: delimitions||delimitations
'delimitions' may be misspelled - perhaps 'delimitations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fcb0aede_f3c5e30f
PS1, Line 2783: delimititations||delimitations
'delimititations' may be misspelled - perhaps 'delimitations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/731c0dfd_7da3032d
PS1, Line 2786: delimititers||delimiters
'delimititers' may be misspelled - perhaps 'delimiters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1d1a45a9_8cdc93f3
PS1, Line 2789: delivatives||derivatives
'delivatives' may be misspelled - perhaps 'derivatives'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f656f490_85019550
PS1, Line 2797: demoninators||denominators
'demoninators' may be misspelled - perhaps 'denominators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/60c8fcd8_11d70d77
PS1, Line 2800: demostrates||demonstrates
'demostrates' may be misspelled - perhaps 'demonstrates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9e86af8c_6e871b89
PS1, Line 2803: deoesn't||doesn't
'deoesn't' may be misspelled - perhaps 'doesn't'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ab5e39c9_5eaf85bc
PS1, Line 2820: dependenciens||dependencies
'dependenciens' may be misspelled - perhaps 'dependencies'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/79cbe7da_3f4a1464
PS1, Line 2831: deploiments||deployments
'deploiments' may be misspelled - perhaps 'deployments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6ad58035_aebdc1d7
PS1, Line 2833: deploymenets||deployments
'deploymenets' may be misspelled - perhaps 'deployments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/95f801aa_455f9457
PS1, Line 2839: deprectates||deprecates
'deprectates' may be misspelled - perhaps 'deprecates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6b1d6af6_5b59cd0c
PS1, Line 2844: depricates||deprecates
'depricates' may be misspelled - perhaps 'deprecates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d20fb846_110f6440
PS1, Line 2849: derefernce||dereference
'derefernce' may be misspelled - perhaps 'dereference'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/47381eb7_a78c82f0
PS1, Line 2850: dereferncence||dereference
'dereferncence' may be misspelled - perhaps 'dereference'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b6d26ce7_e77dabcb
PS1, Line 2852: dereferncencers||dereferencers
'dereferncencers' may be misspelled - perhaps 'dereferencers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2749bae0_f3e110b6
PS1, Line 2855: dereferncers||dereferencers
'dereferncers' may be misspelled - perhaps 'dereferencers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b4ab2d35_01fc378e
PS1, Line 2858: de-registeres||de-registers
'de-registeres' may be misspelled - perhaps 'de-registers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b46d6f2d_9a2193a4
PS1, Line 2861: deregiters||deregisters
'deregiters' may be misspelled - perhaps 'deregisters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4439c294_bf70bee7
PS1, Line 2863: derevatives||derivatives
'derevatives' may be misspelled - perhaps 'derivatives'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/42cae697_f9799050
PS1, Line 2866: derivitives||derivatives
'derivitives' may be misspelled - perhaps 'derivatives'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bca051ac_cd9e54cf
PS1, Line 2870: descibes||describes
'descibes' may be misspelled - perhaps 'describes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1b61dc6e_3da024cf
PS1, Line 2874: descides||decides
'descides' may be misspelled - perhaps 'decides'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c5599d7c_58f8ecc8
PS1, Line 2877: desciptors||descriptors
'desciptors' may be misspelled - perhaps 'descriptors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1eca7756_d6be67e3
PS1, Line 2880: descriptiors||descriptors
'descriptiors' may be misspelled - perhaps 'descriptors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3a776ebe_a739febf
PS1, Line 2882: descripton||description
'descripton' may be misspelled - perhaps 'description'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e07b80c1_079de4c3
PS1, Line 2883: descriptons||descriptions
'descriptons' may be misspelled - perhaps 'descriptions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2210a0b7_d7bf1a3d
PS1, Line 2887: descritpions||descriptions
'descritpions' may be misspelled - perhaps 'descriptions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/85b67221_2a59af17
PS1, Line 2889: descritpitons||descriptions
'descritpitons' may be misspelled - perhaps 'descriptions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d1d1dcdc_0f2f3f4b
PS1, Line 2891: descritpors||descriptors
'descritpors' may be misspelled - perhaps 'descriptors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/31c95b28_8a64f6af
PS1, Line 2892: descritpr||descriptor
'descritpr' may be misspelled - perhaps 'descriptor'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/09118561_29c66e62
PS1, Line 2894: descritpros||descriptors
'descritpros' may be misspelled - perhaps 'descriptors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0e2d975e_6b5001f1
PS1, Line 2897: descritptions||descriptions
'descritptions' may be misspelled - perhaps 'descriptions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c4321132_5ab58312
PS1, Line 2900: descritptors||descriptors
'descritptors' may be misspelled - perhaps 'descriptors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/41d0517b_839f7ed6
PS1, Line 2904: descryptions||descriptions
'descryptions' may be misspelled - perhaps 'descriptions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/38287d4d_52183424
PS1, Line 2906: desctiptors||descriptors
'desctiptors' may be misspelled - perhaps 'descriptors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7a109044_b91de874
PS1, Line 2909: desinations||destinations
'desinations' may be misspelled - perhaps 'destinations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a1562ae2_d15c91d2
PS1, Line 2912: desisions||decisions
'desisions' may be misspelled - perhaps 'decisions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/831b66b2_9e3a7926
PS1, Line 2914: deskops||desktops
'deskops' may be misspelled - perhaps 'desktops'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/499508ed_148146be
PS1, Line 2916: desparately||desperately
'desparately' may be misspelled - perhaps 'desperately'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/71ff16ca_9959eb91
PS1, Line 2919: desribes||describes
'desribes' may be misspelled - perhaps 'describes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ba4ea815_d151d3ab
PS1, Line 2922: desriptions||descriptions
'desriptions' may be misspelled - perhaps 'descriptions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/170cec82_907bb56b
PS1, Line 2924: desriptors||descriptors
'desriptors' may be misspelled - perhaps 'descriptors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/375bb094_57ff6eda
PS1, Line 2928: destiantions||destinations
'destiantions' may be misspelled - perhaps 'destinations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/37568a79_f42e2a9b
PS1, Line 2931: destory||destroy
'destory' may be misspelled - perhaps 'destroy'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b5992a9d_c0597ed1
PS1, Line 2935: destrcut||destruct
'destrcut' may be misspelled - perhaps 'destruct'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4ddb8e05_841fd11f
PS1, Line 2938: destrcutors||destructors
'destrcutors' may be misspelled - perhaps 'destructors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/831d8b7b_b86409c0
PS1, Line 2939: destroi||destroy
'destroi' may be misspelled - perhaps 'destroy'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7894c316_3da421f2
PS1, Line 2943: destry||destroy
'destry' may be misspelled - perhaps 'destroy'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e0baf5f2_7ae82d2e
PS1, Line 2953: desturtors||destructors
'desturtors' may be misspelled - perhaps 'destructors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/299ecbe2_973cf2d1
PS1, Line 2956: detatch||detach
'detatch' may be misspelled - perhaps 'detach'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d2826e21_5571705d
PS1, Line 2962: detectt||detect
'detectt' may be misspelled - perhaps 'detect'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7d2647e9_23ce14ec
PS1, Line 2965: detemines||determines
'detemines' may be misspelled - perhaps 'determines'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cfe7b0ed_1c069598
PS1, Line 2969: determins||determines
'determins' may be misspelled - perhaps 'determines'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/97661584_c1d13220
PS1, Line 2973: detroy||destroy
'detroy' may be misspelled - perhaps 'destroy'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b1c8b5f6_fe4a88b3
PS1, Line 2978: deubuging||debugging
'deubuging' may be misspelled - perhaps 'debugging'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/83d760da_0c823020
PS1, Line 2980: devcent||decent
'devcent' may be misspelled - perhaps 'decent'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/33050222_ca051577
PS1, Line 2982: develoments||developments
'develoments' may be misspelled - perhaps 'developments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/060f3ad3_fa6da3cd
PS1, Line 2984: developement||development
'developement' may be misspelled - perhaps 'development'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/71a6a5e3_b081cf8f
PS1, Line 2985: developements||developments
'developements' may be misspelled - perhaps 'developments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/776d6b2b_b4e33d1c
PS1, Line 2986: developp||develop
'developp' may be misspelled - perhaps 'develop'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5aa4bba1_6eada9e0
PS1, Line 2988: developpe||develop
'developpe' may be misspelled - perhaps 'develop'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/77bd2fad_80ac6260
PS1, Line 2991: developpers||developers
'developpers' may be misspelled - perhaps 'developers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a59105c3_3e23b1bb
PS1, Line 2996: deverlopers||developers
'deverlopers' may be misspelled - perhaps 'developers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c73d4270_98d096be
PS1, Line 2999: devides||divides
'devides' may be misspelled - perhaps 'divides'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/dbf1201c_cd5bfb2f
PS1, Line 3012: devision||division
'devision' may be misspelled - perhaps 'division'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a5baa5ec_b671cbbf
PS1, Line 3015: devlopers||developers
'devlopers' may be misspelled - perhaps 'developers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0c405738_0032f277
PS1, Line 3019: devloppers||developers
'devloppers' may be misspelled - perhaps 'developers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3501916a_924073fa
PS1, Line 3022: diable||disable
'diable' may be misspelled - perhaps 'disable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e846fbb4_33dd69a3
PS1, Line 3024: diablers||disablers
'diablers' may be misspelled - perhaps 'disablers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7c31e7ab_bb18f1de
PS1, Line 3028: diagnotics||diagnostics
'diagnotics' may be misspelled - perhaps 'diagnostics'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9e9aca31_05ef58a4
PS1, Line 3030: dialigs||dialogs
'dialigs' may be misspelled - perhaps 'dialogs'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0eb430e7_ccd86061
PS1, Line 3033: diconnected||disconnected
'diconnected' may be misspelled - perhaps 'disconnected'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2a68c3aa_b4bed136
PS1, Line 3042: diferently||differently
'diferently' may be misspelled - perhaps 'differently'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3d3f3fbd_4dd1ef81
PS1, Line 3043: diffcult||difficult
'diffcult' may be misspelled - perhaps 'difficult'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e4d7ac5e_27cf3272
PS1, Line 3047: differances||differences
'differances' may be misspelled - perhaps 'differences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3f2d1365_04f72e01
PS1, Line 3048: differant||different
'differant' may be misspelled - perhaps 'different'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e1d57768_98aaf67a
PS1, Line 3056: differenciates||differentiates
'differenciates' may be misspelled - perhaps 'differentiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9e5370a8_43129bf1
PS1, Line 3060: differnces||differences
'differnces' may be misspelled - perhaps 'differences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/18f37032_5bac22a6
PS1, Line 3062: differnec||difference
'differnec' may be misspelled - perhaps 'difference'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/df39c027_ffaa60f0
PS1, Line 3064: differneces||differences
'differneces' may be misspelled - perhaps 'differences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/128f370c_b0905804
PS1, Line 3067: differnences||differences
'differnences' may be misspelled - perhaps 'differences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4d0e527a_40084622
PS1, Line 3070: differnet||different
'differnet' may be misspelled - perhaps 'different'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/28dcb58f_1f925902
PS1, Line 3074: differnt||different
'differnt' may be misspelled - perhaps 'different'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4edc3c01_c178fd02
PS1, Line 3077: differntials||differentials
'differntials' may be misspelled - perhaps 'differentials'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/445b755a_caa97853
PS1, Line 3080: differntiates||differentiates
'differntiates' may be misspelled - perhaps 'differentiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ce2bd7fb_d5b01f3f
PS1, Line 3087: difficutly||difficulty
'difficutly' may be misspelled - perhaps 'difficulty'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3363bf23_d887e603
PS1, Line 3088: diffrent||different
'diffrent' may be misspelled - perhaps 'different'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f3436548_d4af89b9
PS1, Line 3095: difinitions||definitions
'difinitions' may be misspelled - perhaps 'definitions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/aebf0e13_70743d0b
PS1, Line 3098: dimenional||dimensional
'dimenional' may be misspelled - perhaps 'dimensional'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1b9069ba_cdbb3c5f
PS1, Line 3101: dimenion||dimension
'dimenion' may be misspelled - perhaps 'dimension'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/517fbcdb_e1883afa
PS1, Line 3102: dimenionsal||dimensional
'dimenionsal' may be misspelled - perhaps 'dimensional'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bcba2d2b_e1d8cd8a
PS1, Line 3107: dimention||dimension
'dimention' may be misspelled - perhaps 'dimension'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/519c4295_fbfa8b02
PS1, Line 3109: dimentionnals||dimensional
'dimentionnals' may be misspelled - perhaps 'dimensional'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b728a3ed_9f4d19c7
PS1, Line 3114: diplay||display
'diplay' may be misspelled - perhaps 'display'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3190aea5_c8838bd6
PS1, Line 3120: direcly||directly
'direcly' may be misspelled - perhaps 'directly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/875b4380_28d1daa8
PS1, Line 3149: disabed||disabled
'disabed' may be misspelled - perhaps 'disabled'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/217db91c_d5ef4c17
PS1, Line 3150: disalb||disable
'disalb' may be misspelled - perhaps 'disable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/26e2049c_b5c7cbd6
PS1, Line 3153: disalbes||disables
'disalbes' may be misspelled - perhaps 'disables'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/208d4213_2798094a
PS1, Line 3155: disapear||disappear
'disapear' may be misspelled - perhaps 'disappear'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7e178b64_379ccbc7
PS1, Line 3160: disapper||disappear
'disapper' may be misspelled - perhaps 'disappear'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0e830473_c8953e2e
PS1, Line 3167: disbales||disables
'disbales' may be misspelled - perhaps 'disables'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/499d6008_068a742c
PS1, Line 3171: discconecct||disconnect
'discconecct' may be misspelled - perhaps 'disconnect'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bd17fce2_6b1710b2
PS1, Line 3175: discconecctions||disconnections
'discconecctions' may be misspelled - perhaps 'disconnections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/dd00b388_f6375796
PS1, Line 3177: discconect||disconnect
'discconect' may be misspelled - perhaps 'disconnect'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5e208073_c83f3b17
PS1, Line 3181: discconections||disconnections
'discconections' may be misspelled - perhaps 'disconnections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6f79541b_25b707be
PS1, Line 3183: discconeect||disconnect
'discconeect' may be misspelled - perhaps 'disconnect'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e1b3d610_847b59ab
PS1, Line 3187: discconeections||disconnections
'discconeections' may be misspelled - perhaps 'disconnections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/10adea12_b7a20183
PS1, Line 3189: discconenct||disconnect
'discconenct' may be misspelled - perhaps 'disconnect'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a6730152_b1118423
PS1, Line 3193: discconenctions||disconnections
'discconenctions' may be misspelled - perhaps 'disconnections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a870a9a4_ea0327f4
PS1, Line 3195: discconet||disconnect
'discconet' may be misspelled - perhaps 'disconnect'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/30c2094f_f788874d
PS1, Line 3199: discconetions||disconnections
'discconetions' may be misspelled - perhaps 'disconnections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4c6e6a21_8ddc7148
PS1, Line 3202: disconecct||disconnect
'disconecct' may be misspelled - perhaps 'disconnect'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b6644f7e_5aea82a9
PS1, Line 3206: disconecctions||disconnections
'disconecctions' may be misspelled - perhaps 'disconnections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/de45deb0_401d9f8f
PS1, Line 3208: disconect||disconnect
'disconect' may be misspelled - perhaps 'disconnect'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ce9662ed_cc569488
PS1, Line 3212: disconections||disconnections
'disconections' may be misspelled - perhaps 'disconnections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e3c79b0d_88ec18e3
PS1, Line 3214: disconeect||disconnect
'disconeect' may be misspelled - perhaps 'disconnect'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/35a37299_35ff42af
PS1, Line 3218: disconeections||disconnections
'disconeections' may be misspelled - perhaps 'disconnections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/49f6a8a0_cd8383b1
PS1, Line 3220: disconenct||disconnect
'disconenct' may be misspelled - perhaps 'disconnect'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8411c317_3d170eac
PS1, Line 3224: disconenctions||disconnections
'disconenctions' may be misspelled - perhaps 'disconnections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ed3f1acf_6e85d09f
PS1, Line 3226: disconet||disconnect
'disconet' may be misspelled - perhaps 'disconnect'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8fd03199_4c1eaaaf
PS1, Line 3230: disconetions||disconnections
'disconetions' may be misspelled - perhaps 'disconnections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/de3edce2_882ce362
PS1, Line 3232: disconnet||disconnect
'disconnet' may be misspelled - perhaps 'disconnect'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/70a3ca4a_f8fc2d5e
PS1, Line 3243: discriptions||descriptions
'discriptions' may be misspelled - perhaps 'descriptions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/75fd5f2f_d4c3f73e
PS1, Line 3248: disgest||digest
'disgest' may be misspelled - perhaps 'digest'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cfaadde2_5b6fa14c
PS1, Line 3250: disired||desired
'disired' may be misspelled - perhaps 'desired'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6df59bd6_cf2fba4b
PS1, Line 3252: dislay||display
'dislay' may be misspelled - perhaps 'display'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8a6ba4c8_4ca73068
PS1, Line 3256: dislpay||display
'dislpay' may be misspelled - perhaps 'display'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/61f001d4_d80c10fd
PS1, Line 3262: dispath||dispatch
'dispath' may be misspelled - perhaps 'dispatch'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fad7cb91_c8433e31
PS1, Line 3272: dissallowed||disallowed
'dissallowed' may be misspelled - perhaps 'disallowed'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7a09808d_44ddeaf8
PS1, Line 3274: dissalowed||disallowed
'dissalowed' may be misspelled - perhaps 'disallowed'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/62aa94dc_f38bb3fa
PS1, Line 3275: dissapear||disappear
'dissapear' may be misspelled - perhaps 'disappear'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/784c35e6_4797fe53
PS1, Line 3280: dissapointed||disappointed
'dissapointed' may be misspelled - perhaps 'disappointed'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/890830ce_31f4fd2c
PS1, Line 3281: dissappear||disappear
'dissappear' may be misspelled - perhaps 'disappear'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/58ad4b47_b84264a7
PS1, Line 3286: dissasemble||disassemble
'dissasemble' may be misspelled - perhaps 'disassemble'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fb23c151_e7086051
PS1, Line 3293: dissasociates||disassociates
'dissasociates' may be misspelled - perhaps 'disassociates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/634aa5eb_2046701f
PS1, Line 3297: dissassembler||disassembler
'dissassembler' may be misspelled - perhaps 'disassembler'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ce66f2eb_03845c3b
PS1, Line 3302: dissassociates||disassociates
'dissassociates' may be misspelled - perhaps 'disassociates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/acc7e15d_a1db47de
PS1, Line 3309: distibutes||distributes
'distibutes' may be misspelled - perhaps 'distributes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/495a92fa_dccb2fcb
PS1, Line 3312: distibutions||distributions
'distibutions' may be misspelled - perhaps 'distributions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3226c83b_1ecee2e5
PS1, Line 3314: distingush||distinguish
'distingush' may be misspelled - perhaps 'distinguish'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0c9058e5_7907eacc
PS1, Line 3319: distnaces||distances
'distnaces' may be misspelled - perhaps 'distances'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5ab182f3_62876c3c
PS1, Line 3321: distnces||distances
'distnces' may be misspelled - perhaps 'distances'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d1399386_b643e479
PS1, Line 3323: distncte||distance
'distncte' may be misspelled - perhaps 'distance'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/20218ae9_068ba535
PS1, Line 3324: distnctes||distances
'distnctes' may be misspelled - perhaps 'distances'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/27dc906a_b7cf7207
PS1, Line 3326: distnguished||distinguished
'distnguished' may be misspelled - perhaps 'distinguished'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/11fd0e9a_1accbd34
PS1, Line 3328: distniguished||distinguished
'distniguished' may be misspelled - perhaps 'distinguished'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/829f3e09_8bc1d804
PS1, Line 3331: distribtions||distributions
'distribtions' may be misspelled - perhaps 'distributions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d6bffbd2_5acb1f8d
PS1, Line 3333: distribtuions||distributions
'distribtuions' may be misspelled - perhaps 'distributions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f495ae96_b69a5488
PS1, Line 3343: distrubutions||distributions
'distrubutions' may be misspelled - perhaps 'distributions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3f9da7de_efd04f7b
PS1, Line 3345: divertions||diversions
'divertions' may be misspelled - perhaps 'diversions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ff07b998_a392a723
PS1, Line 3348: divisons||divisions
'divisons' may be misspelled - perhaps 'divisions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/74c9ac97_dae98058
PS1, Line 3350: divsions||divisions
'divsions' may be misspelled - perhaps 'divisions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cb7a4d3d_68f217bf
PS1, Line 3354: docuements||documents
'docuements' may be misspelled - perhaps 'documents'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d27ae62a_4336b629
PS1, Line 3361: documenets||documents
'documenets' may be misspelled - perhaps 'documents'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/236361db_000d4bc2
PS1, Line 3368: documments||documents
'documments' may be misspelled - perhaps 'documents'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/57df652f_a623c087
PS1, Line 3370: doese||does
'doese' may be misspelled - perhaps 'does'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d77f76cd_d1de4d7d
PS1, Line 3373: doese't||doesn't
'doese't' may be misspelled - perhaps 'doesn't'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/472caf67_aeb20e9c
PS1, Line 3374: does'nt||doesn't
'does'nt' may be misspelled - perhaps 'doesn't'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6f280fe2_82b4e961
PS1, Line 3376: doesnt't||doesn't
'doesnt't' may be misspelled - perhaps 'doesn't'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f0b55cbf_60238ab2
PS1, Line 3377: does't||doesn't
'does't' may be misspelled - perhaps 'doesn't'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/63f4c838_00cadf39
PS1, Line 3379: domans||domains
'domans' may be misspelled - perhaps 'domains'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3c148387_7603767b
PS1, Line 3380: do'nt||don't
'do'nt' may be misspelled - perhaps 'don't'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1742cb2f_7dc4337a
PS1, Line 3382: dont't||don't
'dont't' may be misspelled - perhaps 'don't'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/189d1994_620c1340
PS1, Line 3383: donwload||download
'donwload' may be misspelled - perhaps 'download'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9d2ffb1d_b009fc10
PS1, Line 3389: dosens||dozens
'dosens' may be misspelled - perhaps 'dozens'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6ebda5ff_0b3417c0
PS1, Line 3390: dosen't||doesn't
'dosen't' may be misspelled - perhaps 'doesn't'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ad46108d_3b9d98e9
PS1, Line 3392: doubeclick||doubleclick
'doubeclick' may be misspelled - perhaps 'doubleclick'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/db812639_c1715a1b
PS1, Line 3393: doube-clicked||double-clicked
'doube-clicked' may be misspelled - perhaps 'double-clicked'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b55e1524_d2ec2c4c
PS1, Line 3395: doube-clicks||double-clicks
'doube-clicks' may be misspelled - perhaps 'double-clicks'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/104e46cb_bf6f8e03
PS1, Line 3397: doube||double
'doube' may be misspelled - perhaps 'double'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9ba2988a_7538b66f
PS1, Line 3398: doubel||double
'doubel' may be misspelled - perhaps 'double'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/73d14870_e3a1faa6
PS1, Line 3400: doubeleclick||doubleclick
'doubeleclick' may be misspelled - perhaps 'doubleclick'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/853373c1_bf28cc94
PS1, Line 3401: doubele-clicked||double-clicked
'doubele-clicked' may be misspelled - perhaps 'double-clicked'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5bf963e3_d0158c0b
PS1, Line 3403: doubele-clicks||double-clicks
'doubele-clicks' may be misspelled - perhaps 'double-clicks'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/dbdcd1f4_715b50c8
PS1, Line 3406: doube-quoted||double-quoted
'doube-quoted' may be misspelled - perhaps 'double-quoted'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ce403d30_010c2aea
PS1, Line 3407: doube-quote||double-quote
'doube-quote' may be misspelled - perhaps 'double-quote'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4e292dea_8c88f468
PS1, Line 3409: doube-word||double-word
'doube-word' may be misspelled - perhaps 'double-word'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/10638f19_937e7aad
PS1, Line 3410: doube-wprd||double-word
'doube-wprd' may be misspelled - perhaps 'double-word'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ec4d07ff_11eaf3c0
PS1, Line 3413: dowloads||downloads
'dowloads' may be misspelled - perhaps 'downloads'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b863ece7_5d8c0c03
PS1, Line 3417: downlads||downloads
'downlads' may be misspelled - perhaps 'downloads'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/34d703eb_df5da460
PS1, Line 3418: downlod||download
'downlod' may be misspelled - perhaps 'download'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/08e7ea07_854e3f19
PS1, Line 3424: dpubles||doubles
'dpubles' may be misspelled - perhaps 'doubles'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cf2716dd_6bff0a78
PS1, Line 3439: dumplicates||duplicates
'dumplicates' may be misspelled - perhaps 'duplicates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0895ce3b_d6f5d3f3
PS1, Line 3443: duplacates||duplicates
'duplacates' may be misspelled - perhaps 'duplicates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b85d69de_98974aee
PS1, Line 3447: duplactes||duplicates
'duplactes' may be misspelled - perhaps 'duplicates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ec05e291_e9c08de2
PS1, Line 3451: duplaicates||duplicates
'duplaicates' may be misspelled - perhaps 'duplicates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bbbb956a_7c2b1bc3
PS1, Line 3455: duplates||duplicates
'duplates' may be misspelled - perhaps 'duplicates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c02ef146_3f653ba8
PS1, Line 3458: dupliacates||duplicates
'dupliacates' may be misspelled - perhaps 'duplicates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6e436edf_511847bc
PS1, Line 3462: dupliactes||duplicates
'dupliactes' may be misspelled - perhaps 'duplicates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d5c0d82a_5fd0a417
PS1, Line 3465: dupliates||duplicates
'dupliates' may be misspelled - perhaps 'duplicates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/479307bd_820a50b0
PS1, Line 3469: dupplicates||duplicates
'dupplicates' may be misspelled - perhaps 'duplicates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/55dec521_c4fb4db1
PS1, Line 3472: dupplications||duplications
'dupplications' may be misspelled - perhaps 'duplications'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/003107d8_bc081024
PS1, Line 3474: dyanmic||dynamic
'dyanmic' may be misspelled - perhaps 'dynamic'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a8a21e16_f5dc61dd
PS1, Line 3483: eamples||examples
'eamples' may be misspelled - perhaps 'examples'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2ca53bad_3dd1bf83
PS1, Line 3491: eception||exception
'eception' may be misspelled - perhaps 'exception'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ddcb6db1_9f9a2569
PS1, Line 3492: eceptions||exceptions
'eceptions' may be misspelled - perhaps 'exceptions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bcdf66b1_77e5967f
PS1, Line 3500: efectively||effectively
'efectively' may be misspelled - perhaps 'effectively'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0b131238_8a498fcd
PS1, Line 3502: effctively||effectively
'effctively' may be misspelled - perhaps 'effectively'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4bae4afe_b0430242
PS1, Line 3508: efficently||efficiently
'efficently' may be misspelled - perhaps 'efficiently'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/334cf542_63134724
PS1, Line 3511: effiently||efficiently
'effiently' may be misspelled - perhaps 'efficiently'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/720c99c6_e0fe3750
PS1, Line 3514: egdes||edges
'egdes' may be misspelled - perhaps 'edges'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6e4ca76e_9141a5de
PS1, Line 3517: ehancement||enhancement
'ehancement' may be misspelled - perhaps 'enhancement'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ae74cdd5_254dda9c
PS1, Line 3518: ehancements||enhancements
'ehancements' may be misspelled - perhaps 'enhancements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/152641d0_dcd73fdf
PS1, Line 3523: elemenets||elements
'elemenets' may be misspelled - perhaps 'elements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/37bd6a1f_1240ee30
PS1, Line 3529: elliminates||eliminates
'elliminates' may be misspelled - perhaps 'eliminates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f64815ca_58d7fc59
PS1, Line 3532: elmenets||elements
'elmenets' may be misspelled - perhaps 'elements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/04814a5e_66a6029c
PS1, Line 3534: elments||elements
'elments' may be misspelled - perhaps 'elements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8d9dc751_585cfee2
PS1, Line 3537: elminates||eliminates
'elminates' may be misspelled - perhaps 'eliminates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/75d2924c_71b66ff6
PS1, Line 3543: embarrasingly||embarrassingly
'embarrasingly' may be misspelled - perhaps 'embarrassingly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4acf1bd0_d4185fe3
PS1, Line 3549: emenets||elements
'emenets' may be misspelled - perhaps 'elements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d32a7d28_9c0734c0
PS1, Line 3552: emmit||emit
'emmit' may be misspelled - perhaps 'emit'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/839738f8_f8837295
PS1, Line 3561: emtying||emptying
'emtying' may be misspelled - perhaps 'emptying'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9baa5b56_326a323e
PS1, Line 3565: enalbes||enables
'enalbes' may be misspelled - perhaps 'enables'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/18306e7c_78a86ec5
PS1, Line 3568: enbales||enables
'enbales' may be misspelled - perhaps 'enables'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2799a9f1_e81cb643
PS1, Line 3576: encondings||encodings
'encondings' may be misspelled - perhaps 'encodings'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a02e302b_c128e99c
PS1, Line 3580: encoses||encloses
'encoses' may be misspelled - perhaps 'encloses'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/435ce48a_634daf50
PS1, Line 3583: encoutners||encounters
'encoutners' may be misspelled - perhaps 'encounters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fa1a0b91_30397696
PS1, Line 3586: encrption||encryption
'encrption' may be misspelled - perhaps 'encryption'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/38725dc6_a1a1d9fa
PS1, Line 3593: endianess||endianness
'endianess' may be misspelled - perhaps 'endianness'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/69d6c9b7_5a2a264e
PS1, Line 3601: engeneering||engineering
'engeneering' may be misspelled - perhaps 'engineering'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0307bc09_385208fe
PS1, Line 3605: enhancments||enhancements
'enhancments' may be misspelled - perhaps 'enhancements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c26797ea_bf61a683
PS1, Line 3613: enoucnter||encounter
'enoucnter' may be misspelled - perhaps 'encounter'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7a0539bf_67044670
PS1, Line 3617: enoufh||enough
'enoufh' may be misspelled - perhaps 'enough'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/48c0eb8f_86336f54
PS1, Line 3619: enoughts||enough
'enoughts' may be misspelled - perhaps 'enough'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2c495bd3_8bcfe75b
PS1, Line 3621: enouhg||enough
'enouhg' may be misspelled - perhaps 'enough'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fc766332_ca67d401
PS1, Line 3623: enouncter||encounter
'enouncter' may be misspelled - perhaps 'encounter'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/102c4ea0_08945865
PS1, Line 3627: enoungh||enough
'enoungh' may be misspelled - perhaps 'enough'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/df816cff_7b608772
PS1, Line 3629: enounter||encounter
'enounter' may be misspelled - perhaps 'encounter'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b2d19cac_40c23868
PS1, Line 3635: enourages||encourages
'enourages' may be misspelled - perhaps 'encourages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c95f887b_5a5be4cb
PS1, Line 3638: enourmously||enormously
'enourmously' may be misspelled - perhaps 'enormously'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/04332252_bfcf4564
PS1, Line 3641: enpoint||endpoint
'enpoint' may be misspelled - perhaps 'endpoint'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9bbe4f2f_f30aeffe
PS1, Line 3658: enumarates||enumerates
'enumarates' may be misspelled - perhaps 'enumerates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4d081478_ae3e2a03
PS1, Line 3664: envioments||environments
'envioments' may be misspelled - perhaps 'environments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0950d915_448a2819
PS1, Line 3667: envionments||environments
'envionments' may be misspelled - perhaps 'environments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/69d4e4fa_464b0aac
PS1, Line 3670: enviorements||environments
'enviorements' may be misspelled - perhaps 'environments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f1f6fd9b_d1fe7bf3
PS1, Line 3673: enviorenments||environments
'enviorenments' may be misspelled - perhaps 'environments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ee48122e_b3dfa79a
PS1, Line 3676: enviorments||environments
'enviorments' may be misspelled - perhaps 'environments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/46723fe0_cffb752d
PS1, Line 3679: enviornemnts||environments
'enviornemnts' may be misspelled - perhaps 'environments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bbd5e8a1_2342a609
PS1, Line 3682: enviornments||environments
'enviornments' may be misspelled - perhaps 'environments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/49abc555_a87fecce
PS1, Line 3685: envioronments||environments
'envioronments' may be misspelled - perhaps 'environments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7cd2d8bd_a0bdfb63
PS1, Line 3689: envirnments||environments
'envirnments' may be misspelled - perhaps 'environments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/53ea7b07_3e76bf69
PS1, Line 3691: envirnoments||environments
'envirnoments' may be misspelled - perhaps 'environments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ecddd3ce_1567af48
PS1, Line 3694: enviromentally||environmentally
'enviromentally' may be misspelled - perhaps 'environmentally'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/90076d08_1d9606ee
PS1, Line 3696: enviroments||environments
'enviroments' may be misspelled - perhaps 'environments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f2dedb2d_0169b3aa
PS1, Line 3700: environemnts||environments
'environemnts' may be misspelled - perhaps 'environments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/76056240_7d097eac
PS1, Line 3703: environmenets||environments
'environmenets' may be misspelled - perhaps 'environments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/69362cd5_a5b71740
PS1, Line 3706: epectedly||expectedly
'epectedly' may be misspelled - perhaps 'expectedly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/89506ec7_2c5b846b
PS1, Line 3707: epect||expect
'epect' may be misspelled - perhaps 'expect'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3222ba74_1cfbe630
PS1, Line 3713: eploits||exploits
'eploits' may be misspelled - perhaps 'exploits'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fdbea634_126c6ec6
PS1, Line 3722: eror||error
'eror' may be misspelled - perhaps 'error'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/eb5ac96b_24e9c0e3
PS1, Line 3724: erorrs||errors
'erorrs' may be misspelled - perhaps 'errors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/278e3e70_357c3e84
PS1, Line 3727: erroneusly||erroneously
'erroneusly' may be misspelled - perhaps 'erroneously'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0d0ad51c_dc82e207
PS1, Line 3729: erronously||erroneously
'erronously' may be misspelled - perhaps 'erroneously'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/528cc62c_8de8a2e3
PS1, Line 3731: errorneously||erroneously
'errorneously' may be misspelled - perhaps 'erroneously'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/39fdb055_e7e8f660
PS1, Line 3734: errrors||errors
'errrors' may be misspelled - perhaps 'errors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/088d699b_b845fe01
PS1, Line 3737: esacpes||escapes
'esacpes' may be misspelled - perhaps 'escapes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c2d13ae2_8a865220
PS1, Line 3742: esentially||essentially
'esentially' may be misspelled - perhaps 'essentially'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a627e32b_8fa1a172
PS1, Line 3746: especialyl||especially
'especialyl' may be misspelled - perhaps 'especially'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f566194f_82d3548e
PS1, Line 3756: evalutates||evaluates
'evalutates' may be misspelled - perhaps 'evaluates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e82bc0e2_4229d5c3
PS1, Line 3760: evalutes||evaluates
'evalutes' may be misspelled - perhaps 'evaluates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/adbcbbc8_abca16d0
PS1, Line 3762: evalution||evaluation
'evalution' may be misspelled - perhaps 'evaluation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/79f7da0f_fd6e3798
PS1, Line 3765: evaulates||evaluates
'evaulates' may be misspelled - perhaps 'evaluates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a83103b6_1bf17a82
PS1, Line 3771: evauluates||evaluates
'evauluates' may be misspelled - perhaps 'evaluates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1487c9b7_ce5a8407
PS1, Line 3781: everythings||everything
'everythings' may be misspelled - perhaps 'everything'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4bd010ff_1be0ea7a
PS1, Line 3784: evironments||environments
'evironments' may be misspelled - perhaps 'environments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/577db669_9642e178
PS1, Line 3792: exagerates||exaggerates
'exagerates' may be misspelled - perhaps 'exaggerates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e3f66bfd_a8b6557b
PS1, Line 3795: exapmles||examples
'exapmles' may be misspelled - perhaps 'examples'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b69a4bc6_f1a7c64a
PS1, Line 3799: excactly||exactly
'excactly' may be misspelled - perhaps 'exactly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6ab7a9b3_f261064f
PS1, Line 3802: excahnges||exchanges
'excahnges' may be misspelled - perhaps 'exchanges'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/619b0d2a_2d80d508
PS1, Line 3804: excatly||exactly
'excatly' may be misspelled - perhaps 'exactly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/02333dff_668a46fb
PS1, Line 3807: exceds||exceeds
'exceds' may be misspelled - perhaps 'exceeds'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f6bb2843_4d2994bc
PS1, Line 3808: exceeed||exceed
'exceeed' may be misspelled - perhaps 'exceed'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/92974333_4af70181
PS1, Line 3813: excercises||exercises
'excercises' may be misspelled - perhaps 'exercises'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d15f0eb8_484b9c27
PS1, Line 3818: exchnage||exchange
'exchnage' may be misspelled - perhaps 'exchange'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/49e976a4_ca387695
PS1, Line 3821: excpect||expect
'excpect' may be misspelled - perhaps 'expect'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8f57f5d6_270923f8
PS1, Line 3826: excplicitly||explicitly
'excplicitly' may be misspelled - perhaps 'explicitly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/17fa065a_c71eff2d
PS1, Line 3828: excutables||executables
'excutables' may be misspelled - perhaps 'executables'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/550fd34e_f680f784
PS1, Line 3831: excutes||executes
'excutes' may be misspelled - perhaps 'executes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c1ce84c3_9dc5919a
PS1, Line 3836: execeptions||exceptions
'execeptions' may be misspelled - perhaps 'exceptions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cdfdd156_a366bd3b
PS1, Line 3838: exections||executions
'exections' may be misspelled - perhaps 'executions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b7d3478d_f7999f62
PS1, Line 3839: exectuable||executable
'exectuable' may be misspelled - perhaps 'executable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3e84cf5c_01e45e97
PS1, Line 3843: exectutions||executions
'exectutions' may be misspelled - perhaps 'executions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2228f6ff_2ef81914
PS1, Line 3845: execuables||executables
'execuables' may be misspelled - perhaps 'executables'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/de462ed9_08566ebe
PS1, Line 3849: executeables||executables
'executeables' may be misspelled - perhaps 'executables'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5519e24e_9dd45ae3
PS1, Line 3851: exeeds||exceeds
'exeeds' may be misspelled - perhaps 'exceeds'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/22725eb5_35f41354
PS1, Line 3854: exensions||extensions
'exensions' may be misspelled - perhaps 'extensions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4ffa9d84_83dd0f64
PS1, Line 3857: exepectations||expectations
'exepectations' may be misspelled - perhaps 'expectations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/970b8ba3_72a02c08
PS1, Line 3859: exepectedly||expectedly
'exepectedly' may be misspelled - perhaps 'expectedly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e4a92f94_174c0910
PS1, Line 3860: exepect||expect
'exepect' may be misspelled - perhaps 'expect'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/76bb5bf7_a5ff41fe
PS1, Line 3864: exeption||exception
'exeption' may be misspelled - perhaps 'exception'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4aa704d8_3984a417
PS1, Line 3865: exeptions||exceptions
'exeptions' may be misspelled - perhaps 'exceptions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/11342f8b_3fa6b98a
PS1, Line 3877: exlicitely||explicitly
'exlicitely' may be misspelled - perhaps 'explicitly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6d57d86c_99b439fb
PS1, Line 3879: exlicitly||explicitly
'exlicitly' may be misspelled - perhaps 'explicitly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3bbc8bc5_993a2d6a
PS1, Line 3882: exludes||excludes
'exludes' may be misspelled - perhaps 'excludes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e64996b6_7e900e47
PS1, Line 3886: exlusions||exclusions
'exlusions' may be misspelled - perhaps 'exclusions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/50dd6820_b0dca229
PS1, Line 3888: exlusively||exclusively
'exlusively' may be misspelled - perhaps 'exclusively'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/28e0f11a_38754ebe
PS1, Line 3891: exmaines||examines
'exmaines' may be misspelled - perhaps 'examines'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f810cdd4_05c89a9d
PS1, Line 3893: exmaples||examples
'exmaples' may be misspelled - perhaps 'examples'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ba99b309_d8f9a929
PS1, Line 3897: expections||exceptions
'expections' may be misspelled - perhaps 'exceptions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1b948047_27c2a6f9
PS1, Line 3900: expepectedly||expectedly
'expepectedly' may be misspelled - perhaps 'expectedly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/15c355f6_fca6f214
PS1, Line 3904: experementally||experimentally
'experementally' may be misspelled - perhaps 'experimentally'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/400393b3_91c23cfc
PS1, Line 3907: experesions||expressions
'experesions' may be misspelled - perhaps 'expressions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1cb24b12_c235fdcf
PS1, Line 3909: experession||expression
'experession' may be misspelled - perhaps 'expression'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5fdbd625_dfbee52c
PS1, Line 3919: experimet||experiment
'experimet' may be misspelled - perhaps 'experiment'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/09bda472_85691f9a
PS1, Line 3926: expieriences||experiences
'expieriences' may be misspelled - perhaps 'experiences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4e7711dd_84d356e0
PS1, Line 3929: explainations||explanations
'explainations' may be misspelled - perhaps 'explanations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/84a34a9f_18ddad65
PS1, Line 3932: explantions||explanations
'explantions' may be misspelled - perhaps 'explanations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/dc67b585_5d23701e
PS1, Line 3934: explecit||explicit
'explecit' may be misspelled - perhaps 'explicit'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9d87cf15_1fb8cc1c
PS1, Line 3939: explicitely||explicitly
'explicitely' may be misspelled - perhaps 'explicitly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b71c5e31_58e7acf7
PS1, Line 3944: explictly||explicitly
'explictly' may be misspelled - perhaps 'explicitly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c6ab9661_3ec20418
PS1, Line 3946: explitly||explicitly
'explitly' may be misspelled - perhaps 'explicitly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8830ce99_cfd04fc6
PS1, Line 3948: exploting||exploiting
'exploting' may be misspelled - perhaps 'exploiting'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c30cb87e_bffba7ec
PS1, Line 3950: expoentially||exponentially
'expoentially' may be misspelled - perhaps 'exponentially'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bd5091f4_e565b0e5
PS1, Line 3954: expresions||expressions
'expresions' may be misspelled - perhaps 'expressions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cb314f69_4e6e5804
PS1, Line 3956: expresssions||expressions
'expresssions' may be misspelled - perhaps 'expressions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/64e336ae_e1cd866c
PS1, Line 3959: expriences||experiences
'expriences' may be misspelled - perhaps 'experiences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4aace4b7_2600bcd5
PS1, Line 3962: extarnally||externally
'extarnally' may be misspelled - perhaps 'externally'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8fa521fc_ca0708f7
PS1, Line 3967: extenstions||extensions
'extenstions' may be misspelled - perhaps 'extensions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6c97fc54_1abafc0d
PS1, Line 3970: extentions||extensions
'extentions' may be misspelled - perhaps 'extensions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/928aa986_734e45bd
PS1, Line 3971: extepect||expect
'extepect' may be misspelled - perhaps 'expect'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c7746a8d_ab1c06a3
PS1, Line 3975: extesions||extensions
'extesions' may be misspelled - perhaps 'extensions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8a64f6f4_0cb48463
PS1, Line 3976: extrac||extract
'extrac' may be misspelled - perhaps 'extract'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/934025e7_dc0d1826
PS1, Line 3981: extream||extreme
'extream' may be misspelled - perhaps 'extreme'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/644e88ac_3cac2e71
PS1, Line 3986: extrememely||extremely
'extrememely' may be misspelled - perhaps 'extremely'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6059ca18_ff05b44e
PS1, Line 3991: faciliates||facilitates
'faciliates' may be misspelled - perhaps 'facilitates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/084b1157_2369b744
PS1, Line 4000: faillure||failure
'faillure' may be misspelled - perhaps 'failure'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6cc61ca1_dc76ebf1
PS1, Line 4003: failue||failure
'failue' may be misspelled - perhaps 'failure'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4a277a66_42b9d0a2
PS1, Line 4008: falgs||flags
'falgs' may be misspelled - perhaps 'flags'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/698effc2_a80b5f9a
PS1, Line 4011: faliures||failures
'faliures' may be misspelled - perhaps 'failures'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/88c7aa00_43b301aa
PS1, Line 4018: featues||features
'featues' may be misspelled - perhaps 'features'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ea272131_b19829fe
PS1, Line 4020: feautures||features
'feautures' may be misspelled - perhaps 'features'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/75ef9ab6_e54d18a9
PS1, Line 4024: fetaures||features
'fetaures' may be misspelled - perhaps 'features'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4e7364ce_e3ab3234
PS1, Line 4027: filelds||fields
'filelds' may be misspelled - perhaps 'fields'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e8c22e10_a0dece7f
PS1, Line 4029: filessytem||filesystem
'filessytem' may be misspelled - perhaps 'filesystem'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/684bd293_a803123c
PS1, Line 4030: filessytems||filesystems
'filessytems' may be misspelled - perhaps 'filesystems'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/932e0df1_68d8e98d
PS1, Line 4032: filesytems||filesystems
'filesytems' may be misspelled - perhaps 'filesystems'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/91d71fb3_d2787548
PS1, Line 4034: fileystems||filesystems
'fileystems' may be misspelled - perhaps 'filesystems'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6e213b28_04863949
PS1, Line 4035: fimrware||firmware
'fimrware' may be misspelled - perhaps 'firmware'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/57d4664e_5eaaf0df
PS1, Line 4046: finsihing||finishing
'finsihing' may be misspelled - perhaps 'finishing'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ac9e2caf_eb72b6f7
PS1, Line 4054: firwmare||firmware
'firwmare' may be misspelled - perhaps 'firmware'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/aa00475e_333b314d
PS1, Line 4057: fitlers||filters
'fitlers' may be misspelled - perhaps 'filters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/990e8a05_4955dab3
PS1, Line 4066: fogotten||forgotten
'fogotten' may be misspelled - perhaps 'forgotten'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/42b77f1a_9936e296
PS1, Line 4068: folllow||follow
'folllow' may be misspelled - perhaps 'follow'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1e15e322_8501e368
PS1, Line 4080: foppys||floppies
'foppys' may be misspelled - perhaps 'floppies'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b5b79850_6caefa1e
PS1, Line 4099: forunately||fortunately
'forunately' may be misspelled - perhaps 'fortunately'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3728b45f_4c8c3ed8
PS1, Line 4102: forwad||forward
'forwad' may be misspelled - perhaps 'forward'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d393bf89_2c4c4d6f
PS1, Line 4107: foudning||founding
'foudning' may be misspelled - perhaps 'founding'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6822d25c_dcfd96de
PS1, Line 4110: foward||forward
'foward' may be misspelled - perhaps 'forward'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/34acec1d_21ddec11
PS1, Line 4114: fragements||fragments
'fragements' may be misspelled - perhaps 'fragments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a2c907df_7bc11a26
PS1, Line 4116: fragmenets||fragments
'fragmenets' may be misspelled - perhaps 'fragments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5e8412b3_8407cf34
PS1, Line 4120: framworks||frameworks
'framworks' may be misspelled - perhaps 'frameworks'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c3148360_75a01a43
PS1, Line 4125: frequence||frequency
'frequence' may be misspelled - perhaps 'frequency'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d356a4ff_111f0bcb
PS1, Line 4129: frezes||freezes
'frezes' may be misspelled - perhaps 'freezes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8e035fe5_fd5fbac3
PS1, Line 4133: frontents||frontends
'frontents' may be misspelled - perhaps 'frontends'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ace6510a_3414a521
PS1, Line 4135: frops||drops
'frops' may be misspelled - perhaps 'drops'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/abc14b42_0090c9d3
PS1, Line 4136: FTBS||FTBFS
'FTBS' may be misspelled - perhaps 'FTBS'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/170f25bc_e6b0782f
PS1, Line 4137: ftbs||ftbs
'ftbs' may be misspelled - perhaps 'ftbs'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f73e2466_bbd55176
PS1, Line 4137: ftbs||ftbs
'ftbs' may be misspelled - perhaps 'ftbs'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c559f50e_8d7b8788
PS1, Line 4139: fualts||faults
'fualts' may be misspelled - perhaps 'faults'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ae5d3a50_2700564a
PS1, Line 4141: fucntions||functions
'fucntions' may be misspelled - perhaps 'functions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3c44e710_8c097693
PS1, Line 4143: fuctions||functions
'fuctions' may be misspelled - perhaps 'functions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/aa2bee23_a0f8bb82
PS1, Line 4145: fullfil||fulfil
'fullfil' may be misspelled - perhaps 'fulfil'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/eed752e6_b71c5842
PS1, Line 4148: fullfill||fulfill
'fullfill' may be misspelled - perhaps 'fulfill'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6dbfb71d_dc8cdd06
PS1, Line 4155: funcions||functions
'funcions' may be misspelled - perhaps 'functions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e829bdb7_ebce61ab
PS1, Line 4157: funcitons||functions
'funcitons' may be misspelled - perhaps 'functions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/889fd0de_fcc27eab
PS1, Line 4159: functins||functions
'functins' may be misspelled - perhaps 'functions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a5bbc031_a27c3e6b
PS1, Line 4165: functiosn||functions
'functiosn' may be misspelled - perhaps 'functions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2ab4bd88_5683ae7e
PS1, Line 4168: functons||functions
'functons' may be misspelled - perhaps 'functions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4ac49e1b_69e47c59
PS1, Line 4170: fundemental||fundamental
'fundemental' may be misspelled - perhaps 'fundamental'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/641b2bfb_c716fa95
PS1, Line 4173: funtional||functional
'funtional' may be misspelled - perhaps 'functional'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/571bc04c_ad1e9c21
PS1, Line 4180: funtions||functions
'funtions' may be misspelled - perhaps 'functions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ccbde54f_de256deb
PS1, Line 4182: furethermore||furthermore
'furethermore' may be misspelled - perhaps 'furthermore'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3b2e4a26_0a85db26
PS1, Line 4186: furhermore||furthermore
'furhermore' may be misspelled - perhaps 'furthermore'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e2c993aa_4e08c2d3
PS1, Line 4189: furhtermore||furthermore
'furhtermore' may be misspelled - perhaps 'furthermore'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fb64e7a9_44f22c30
PS1, Line 4192: fursermore||furthermore
'fursermore' may be misspelled - perhaps 'furthermore'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2de931cc_b6f4a291
PS1, Line 4194: furst||first
'furst' may be misspelled - perhaps 'first'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ad58a01e_286d9ca6
PS1, Line 4196: fursthermore||furthermore
'fursthermore' may be misspelled - perhaps 'furthermore'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2a0ee523_2766bcea
PS1, Line 4203: futher||further
'futher' may be misspelled - perhaps 'further'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/db23a2f6_7d1e5274
PS1, Line 4211: garuantees||guarantees
'garuantees' may be misspelled - perhaps 'guarantees'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5b1beb36_56f8aa55
PS1, Line 4221: gaurantee||guarantee
'gaurantee' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/47ae61e0_4024b549
PS1, Line 4225: gausian||gaussian
'gausian' may be misspelled - perhaps 'Gaussian'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/72448654_bb16c1f6
PS1, Line 4229: genearally||generally
'genearally' may be misspelled - perhaps 'generally'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/dbd52a4a_d6e87cf2
PS1, Line 4230: generaly||generally
'generaly' may be misspelled - perhaps 'generally'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1bda5c00_11cc0c9e
PS1, Line 4234: generaters||generators
'generaters' may be misspelled - perhaps 'generators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/72c9b483_40ccb86b
PS1, Line 4237: genereates||generates
'genereates' may be misspelled - perhaps 'generates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4197372b_5f8926b1
PS1, Line 4244: generilises||generalises
'generilises' may be misspelled - perhaps 'generalises'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/eb0050d7_a3dd2b51
PS1, Line 4247: generilizes||generalizes
'generilizes' may be misspelled - perhaps 'generalizes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9ef442a9_d0e8e538
PS1, Line 4251: genrates||generates
'genrates' may be misspelled - perhaps 'generates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4e658fde_5734dd68
PS1, Line 4255: genreates||generates
'genreates' may be misspelled - perhaps 'generates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9acb7c76_d001684f
PS1, Line 4264: get's||gets
'get's' may be misspelled - perhaps 'gets'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f69eea9a_516c109b
PS1, Line 4267: gettters||getters
'gettters' may be misspelled - perhaps 'getters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d7c9a1c1_e0bf1d17
PS1, Line 4270: getttimeofday||gettimeofday
'getttimeofday' may be misspelled - perhaps 'gettimeofday'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8b1a7305_9b64527c
PS1, Line 4278: glpyhs||glyphs
'glpyhs' may be misspelled - perhaps 'glyphs'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8fe8c71f_020b289d
PS1, Line 4292: grammers||grammars
'grammers' may be misspelled - perhaps 'grammars'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a1fcf5df_2fca3893
PS1, Line 4293: granularty||granularity
'granularty' may be misspelled - perhaps 'granularity'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5c871f96_706a312e
PS1, Line 4297: gruops||groups
'gruops' may be misspelled - perhaps 'groups'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6b50fbd2_eb0d495b
PS1, Line 4306: guareentee||guarantee
'guareentee' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a0ba174b_1c2dcd39
PS1, Line 4309: guareente||guarantee
'guareente' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/52e8c10f_e917c2e2
PS1, Line 4315: guarenteede||guarantee
'guarenteede' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cf777512_f749600d
PS1, Line 4319: guarenteedy||guaranty
'guarenteedy' may be misspelled - perhaps 'guaranty'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5271efe3_2b770a9c
PS1, Line 4320: guarentee||guarantee
'guarentee' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e4885d07_35d1c41e
PS1, Line 4323: guarenteer||guarantee
'guarenteer' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/525de6ed_efdf483c
PS1, Line 4327: guarente||guarantee
'guarente' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ad1c0a11_6eb85e7e
PS1, Line 4331: guarentie||guarantee
'guarentie' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b066d169_c823b9a5
PS1, Line 4335: guarenty||guaranty
'guarenty' may be misspelled - perhaps 'guaranty'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2fa2ea20_56029621
PS1, Line 4337: guarentyinging||guaranteeing
'guarentyinging' may be misspelled - perhaps 'guaranteeing'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bc656ed4_46077490
PS1, Line 4342: guarnantee||guarantee
'guarnantee' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d6f00f4a_35dc92cd
PS1, Line 4345: guarnante||guarantee
'guarnante' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ffbe992d_0edcec52
PS1, Line 4352: guarnateee||guarantee
'guarnateee' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6639d8e8_77d80bac
PS1, Line 4355: guarnatee||guarantee
'guarnatee' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/25f85caa_9a7313d0
PS1, Line 4358: guarnate||guarantee
'guarnate' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e27c9795_3819364c
PS1, Line 4365: guarnetee||guarantee
'guarnetee' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/02a26007_e4691a23
PS1, Line 4368: guarnete||guarantee
'guarnete' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b51bf90e_eb81112d
PS1, Line 4374: guarntee||guarantee
'guarntee' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b698cc4f_0d8a30f3
PS1, Line 4377: guarnte||guarantee
'guarnte' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6e0cef6f_be6d30b0
PS1, Line 4383: guarrantee||guarantee
'guarrantee' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/69ee1efe_7ab47cab
PS1, Line 4386: guarrante||guarantee
'guarrante' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/90c1af1e_1e4edf3c
PS1, Line 4390: guarrantie||guarantee
'guarrantie' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/20e1a353_a0636621
PS1, Line 4394: guarranty||guaranty
'guarranty' may be misspelled - perhaps 'guaranty'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/abbdb862_e4f0742f
PS1, Line 4399: guarrentee||guarantee
'guarrentee' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3fda00c2_29692ffc
PS1, Line 4402: guarrente||guarantee
'guarrente' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0f068aa5_9b5720c8
PS1, Line 4408: guaruantee||guarantee
'guaruantee' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/904346b2_02a5c06d
PS1, Line 4411: guaruante||guarantee
'guaruante' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f6b0ce11_a306f0eb
PS1, Line 4417: guaruntee||guarantee
'guaruntee' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/56e56324_59254acb
PS1, Line 4420: guarunte||guarantee
'guarunte' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7a98d3ce_b42ffc58
PS1, Line 4424: guassian||gaussian
'guassian' may be misspelled - perhaps 'Gaussian'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cd1b0d2d_854bce02
PS1, Line 4427: guidlines||guidelines
'guidlines' may be misspelled - perhaps 'guidelines'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/45904461_6b493d53
PS1, Line 4429: gurantee||guarantee
'gurantee' may be misspelled - perhaps 'guarantee'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7ca3d243_7b048657
PS1, Line 4440: hanlde||handle
'hanlde' may be misspelled - perhaps 'handle'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/79956d72_7db515dd
PS1, Line 4442: hanlders||handlers
'hanlders' may be misspelled - perhaps 'handlers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/11727796_2b241106
PS1, Line 4448: hanles||handles
'hanles' may be misspelled - perhaps 'handles'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d627ad35_10a3084f
PS1, Line 4451: hanshakes||handshakes
'hanshakes' may be misspelled - perhaps 'handshakes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/137d6f81_72f07c19
PS1, Line 4453: hapends||happens
'hapends' may be misspelled - perhaps 'happens'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6f6d7589_f3564b7a
PS1, Line 4455: hapen||happen
'hapen' may be misspelled - perhaps 'happen'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/126fa200_c0b8e69b
PS1, Line 4458: hapenn||happen
'hapenn' may be misspelled - perhaps 'happen'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9e52ac05_bf206a03
PS1, Line 4466: harcodes||hardcodes
'harcodes' may be misspelled - perhaps 'hardcodes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/69059226_d99fa308
PS1, Line 4468: hardare||hardware
'hardare' may be misspelled - perhaps 'hardware'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a33cbf53_03b55e86
PS1, Line 4474: havind||having
'havind' may be misspelled - perhaps 'having'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5c7ff862_04ba45d9
PS1, Line 4477: hearbeat||heartbeat
'hearbeat' may be misspelled - perhaps 'heartbeat'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e7ed6c47_7a9ff56d
PS1, Line 4480: heigth||height
'heigth' may be misspelled - perhaps 'height'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b57df1e8_2852320e
PS1, Line 4482: heirarchically||hierarchically
'heirarchically' may be misspelled - perhaps 'hierarchically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6c8f7ac2_5174e25a
PS1, Line 4487: heterogenous||heterogeneous
'heterogenous' may be misspelled - perhaps 'heterogeneous'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cb8d9752_5d860c55
PS1, Line 4504: highligt||highlight
'highligt' may be misspelled - perhaps 'highlight'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f02669ea_eabb63a6
PS1, Line 4508: hightlight||highlight
'hightlight' may be misspelled - perhaps 'highlight'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3fa185a6_35918a4f
PS1, Line 4512: higlight||highlight
'higlight' may be misspelled - perhaps 'highlight'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7e67eb46_081e3910
PS1, Line 4516: hilight||highlight
'hilight' may be misspelled - perhaps 'highlight'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b0454848_f9af7b05
PS1, Line 4525: hoooks||hooks
'hoooks' may be misspelled - perhaps 'hooks'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8d886c84_79c3a61a
PS1, Line 4527: hopefull||hopefully
'hopefull' may be misspelled - perhaps 'hopefully'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/05948bf1_83dbfc8f
PS1, Line 4534: hopmepages||homepages
'hopmepages' may be misspelled - perhaps 'homepages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/dab83234_7f713b6f
PS1, Line 4537: horicontally||horizontally
'horicontally' may be misspelled - perhaps 'horizontally'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2eba1bed_c76f4380
PS1, Line 4539: horzontally||horizontally
'horzontally' may be misspelled - perhaps 'horizontally'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9bb561e4_373f1d8c
PS1, Line 4553: hypenates||hyphenates
'hypenates' may be misspelled - perhaps 'hyphenates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cf3f0f14_1b952661
PS1, Line 4557: hypens||hyphens
'hypens' may be misspelled - perhaps 'hyphens'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1e2fe180_ccfe1e9b
PS1, Line 4561: hyptothetically||hypothetically
'hyptothetically' may be misspelled - perhaps 'hypothetically'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/df062d92_8d6550f5
PS1, Line 4563: hypvervisors||hypervisors
'hypvervisors' may be misspelled - perhaps 'hypervisors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cdded83a_f01f9877
PS1, Line 4569: identifers||identifiers
'identifers' may be misspelled - perhaps 'identifiers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/af069439_86d904f3
PS1, Line 4577: idicates||indicates
'idicates' may be misspelled - perhaps 'indicates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6be72081_22c7c856
PS1, Line 4624: igores||ignores
'igores' may be misspelled - perhaps 'ignores'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/10c1e6cb_3e61e008
PS1, Line 4633: imediately||immediately
'imediately' may be misspelled - perhaps 'immediately'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d4f98000_538e0046
PS1, Line 4637: imlicitly||implicitly
'imlicitly' may be misspelled - perhaps 'implicitly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/630a0df7_35711845
PS1, Line 4639: immadiately||immediately
'immadiately' may be misspelled - perhaps 'immediately'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/83caa85b_d1a76f9d
PS1, Line 4642: immeadiately||immediately
'immeadiately' may be misspelled - perhaps 'immediately'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2c8df884_542f0272
PS1, Line 4645: immedately||immediately
'immedately' may be misspelled - perhaps 'immediately'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/19f49f7f_fc5c7e62
PS1, Line 4651: immmediately||immediately
'immmediately' may be misspelled - perhaps 'immediately'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/101dd140_5bca1534
PS1, Line 4655: impementaions||implementations
'impementaions' may be misspelled - perhaps 'implementations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8c15c0bc_4dd3e8fc
PS1, Line 4658: impementations||implementations
'impementations' may be misspelled - perhaps 'implementations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/56081b4c_49ed5aa2
PS1, Line 4660: impement||implement
'impement' may be misspelled - perhaps 'implement'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e73ff325_64b228fc
PS1, Line 4669: implemementations||implementations
'implemementations' may be misspelled - perhaps 'implementations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3a55a4ef_753a20de
PS1, Line 4671: implemement||implement
'implemement' may be misspelled - perhaps 'implement'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c9e4569e_78157358
PS1, Line 4676: implememtations||implementations
'implememtations' may be misspelled - perhaps 'implementations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0219343e_bafec50a
PS1, Line 4678: implememt||implement
'implememt' may be misspelled - perhaps 'implement'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b3b1f261_eb9bc95f
PS1, Line 4684: implemenations||implementations
'implemenations' may be misspelled - perhaps 'implementations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3a00d843_420c51ac
PS1, Line 4686: implemends||implements
'implemends' may be misspelled - perhaps 'implements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d552fd3c_a59075c3
PS1, Line 4688: implemenetaions||implementations
'implemenetaions' may be misspelled - perhaps 'implementations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/619d8dca_d7e90618
PS1, Line 4690: implemenetations||implementations
'implemenetations' may be misspelled - perhaps 'implementations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2a62e0dd_25a6233e
PS1, Line 4694: implemenet||implement
'implemenet' may be misspelled - perhaps 'implement'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/883add0c_41c271be
PS1, Line 4697: implemen||implement
'implemen' may be misspelled - perhaps 'implement'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f62de89d_dc3c481d
PS1, Line 4699: implementaions||implementations
'implementaions' may be misspelled - perhaps 'implementations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2ae1485a_d6ecc717
PS1, Line 4701: implementaitons||implementations
'implementaitons' may be misspelled - perhaps 'implementations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ae34c468_870847f6
PS1, Line 4707: implementatins||implementations
'implementatins' may be misspelled - perhaps 'implementations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c9d3af39_c632eca2
PS1, Line 4712: implementators||implementers
'implementators' may be misspelled - perhaps 'implementers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8cce89a4_89fe4b55
PS1, Line 4718: implemet||implement
'implemet' may be misspelled - perhaps 'implement'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9977a491_5ce92848
PS1, Line 4722: implemntations||implementations
'implemntations' may be misspelled - perhaps 'implementations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/60019957_fda07d64
PS1, Line 4724: implentations||implementations
'implentations' may be misspelled - perhaps 'implementations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8bac95f8_6bfb06d1
PS1, Line 4726: implent||implement
'implent' may be misspelled - perhaps 'implement'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a64d618e_926cb15c
PS1, Line 4733: implimentations||implementations
'implimentations' may be misspelled - perhaps 'implementations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/263e6453_3f2d4d4a
PS1, Line 4734: implimentation-spacific||implementation-specific
'implimentation-spacific' may be misspelled - perhaps 'implementation-specific'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/29eba4e5_92fead23
PS1, Line 4736: impliment||implement
'impliment' may be misspelled - perhaps 'implement'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0129586d_9f50faad
PS1, Line 4739: implimentions||implementations
'implimentions' may be misspelled - perhaps 'implementations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/31af5162_66e10464
PS1, Line 4743: implmenetaions||implementations
'implmenetaions' may be misspelled - perhaps 'implementations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7e7f6a29_2085cc22
PS1, Line 4745: implmenetations||implementations
'implmenetations' may be misspelled - perhaps 'implementations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e769e3d7_c7e1306e
PS1, Line 4749: implmenet||implement
'implmenet' may be misspelled - perhaps 'implement'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9ec2d82d_6f9f33f1
PS1, Line 4753: implmentations||implementations
'implmentations' may be misspelled - perhaps 'implementations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ee01c14d_dc7f7e73
PS1, Line 4755: implment||implement
'implment' may be misspelled - perhaps 'implement'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/259347e2_100f1ada
PS1, Line 4760: impoves||improves
'impoves' may be misspelled - perhaps 'improves'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bc6a9703_64603f2a
PS1, Line 4765: improoves||improves
'improoves' may be misspelled - perhaps 'improves'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a1787d09_2fdafd1d
PS1, Line 4768: improovments||improvements
'improovments' may be misspelled - perhaps 'improvements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/07e4484f_71b7b17e
PS1, Line 4770: improvemenets||improvements
'improvemenets' may be misspelled - perhaps 'improvements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/38d36934_41e208ef
PS1, Line 4772: improvmenets||improvements
'improvmenets' may be misspelled - perhaps 'improvements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e9964c99_a437a275
PS1, Line 4774: improvments||improvements
'improvments' may be misspelled - perhaps 'improvements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b236cef4_47cdf5b6
PS1, Line 4780: inadvertantly||inadvertently
'inadvertantly' may be misspelled - perhaps 'inadvertently'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ac52cde1_90516bab
PS1, Line 4788: incldues||includes
'incldues' may be misspelled - perhaps 'includes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e4216e5f_f1afb7c0
PS1, Line 4791: inclues||includes
'inclues' may be misspelled - perhaps 'includes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ed78f00f_260e91b2
PS1, Line 4829: inconsisently||inconsistently
'inconsisently' may be misspelled - perhaps 'inconsistently'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f90dc265_f259e9db
PS1, Line 4836: inconvineances||inconveniences
'inconvineances' may be misspelled - perhaps 'inconveniences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fc23d29a_cec84336
PS1, Line 4838: inconvinences||inconveniences
'inconvinences' may be misspelled - perhaps 'inconveniences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4bad0cbf_a5bfcb6d
PS1, Line 4840: inconviniances||inconveniences
'inconviniances' may be misspelled - perhaps 'inconveniences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2550be06_aeda74c8
PS1, Line 4842: inconviniences||inconveniences
'inconviniences' may be misspelled - perhaps 'inconveniences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3efb2312_0ad7cf30
PS1, Line 4844: inconviniencys||inconveniences
'inconviniencys' may be misspelled - perhaps 'inconveniences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7ae62aa3_ae0c7921
PS1, Line 4847: incoporates||incorporates
'incoporates' may be misspelled - perhaps 'incorporates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e7e406d3_757bce09
PS1, Line 4850: incoropates||incorporates
'incoropates' may be misspelled - perhaps 'incorporates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6ac5625e_578628f1
PS1, Line 4853: incorperates||incorporates
'incorperates' may be misspelled - perhaps 'incorporates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5a07399e_8ee2394e
PS1, Line 4858: incorreectly||incorrectly
'incorreectly' may be misspelled - perhaps 'incorrectly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e333935b_7d0e6da4
PS1, Line 4869: incrmentally||incrementally
'incrmentally' may be misspelled - perhaps 'incrementally'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8f9df1a4_4e38fc8d
PS1, Line 4871: incrment||increment
'incrment' may be misspelled - perhaps 'increment'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/927cf5fe_fa794ea1
PS1, Line 4876: incudes||includes
'incudes' may be misspelled - perhaps 'includes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7a60e311_16730e1d
PS1, Line 4890: indentifying||identifying
'indentifying' may be misspelled - perhaps 'identifying'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/08ad0fcf_0a5435b7
PS1, Line 4893: independantly||independently
'independantly' may be misspelled - perhaps 'independently'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c2a360f7_b1b37a45
PS1, Line 4896: independ||independent
'independ' may be misspelled - perhaps 'independent'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3b6b7ed5_96c20d6a
PS1, Line 4901: independntly||independently
'independntly' may be misspelled - perhaps 'independently'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/97880d52_807b67ff
PS1, Line 4903: independtly||independently
'independtly' may be misspelled - perhaps 'independently'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/db513f74_e189c576
PS1, Line 4905: indepenently||independently
'indepenently' may be misspelled - perhaps 'independently'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/19d1a1f8_5a3097ce
PS1, Line 4908: indiates||indicates
'indiates' may be misspelled - perhaps 'indicates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6ec82a89_e12e612d
PS1, Line 4913: indiciates||indicates
'indiciates' may be misspelled - perhaps 'indicates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3047effc_0187aba7
PS1, Line 4916: indictes||indicates
'indictes' may be misspelled - perhaps 'indicates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c580c1b8_c9d85e85
PS1, Line 4918: indipendently||independently
'indipendently' may be misspelled - perhaps 'independently'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/363b9dac_fa34de9c
PS1, Line 4921: indivdually||individually
'indivdually' may be misspelled - perhaps 'individually'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a396081f_c74d9760
PS1, Line 4924: indivudually||individually
'indivudually' may be misspelled - perhaps 'individually'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f8f14b91_b0d0a441
PS1, Line 4926: indpendently||independently
'indpendently' may be misspelled - perhaps 'independently'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/117437ec_b8c7b74e
PS1, Line 4929: ineffiently||inefficiently
'ineffiently' may be misspelled - perhaps 'inefficiently'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/31edbf8e_846ddd5a
PS1, Line 4937: infinit||infinite
'infinit' may be misspelled - perhaps 'infinite'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bbf6e812_49e453cc
PS1, Line 4941: influeces||influences
'influeces' may be misspelled - perhaps 'influences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6ad3ad61_70e71241
PS1, Line 4952: ingores||ignores
'ingores' may be misspelled - perhaps 'ignores'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f48e61ef_44e68af9
PS1, Line 4955: initail||initial
'initail' may be misspelled - perhaps 'initial'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d85005e8_9b023385
PS1, Line 4958: initailise||initialise
'initailise' may be misspelled - perhaps 'initialise'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ea9de48d_6f5d20b1
PS1, Line 4960: initailisers||initialisers
'initailisers' may be misspelled - perhaps 'initialisers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4b397a97_d8c00108
PS1, Line 4965: initailize||initialize
'initailize' may be misspelled - perhaps 'initialize'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0f2fa717_9ccd2b3f
PS1, Line 4967: initailizers||initializers
'initailizers' may be misspelled - perhaps 'initializers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c9c631cb_a0f814da
PS1, Line 4981: inital||initial
'inital' may be misspelled - perhaps 'initial'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7a0945b9_5401cacf
PS1, Line 4987: initalises||initialises
'initalises' may be misspelled - perhaps 'initialises'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cbefa910_88dd2e12
PS1, Line 4991: initalize||initialize
'initalize' may be misspelled - perhaps 'initialize'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a7b82ecb_750f72ad
PS1, Line 5003: initialses||initialises
'initialses' may be misspelled - perhaps 'initialises'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6badc553_001a7638
PS1, Line 5006: initialyses||initialises
'initialyses' may be misspelled - perhaps 'initialises'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ecf5422e_65114e58
PS1, Line 5010: initialyzes||initializes
'initialyzes' may be misspelled - perhaps 'initializes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8c2ebfa4_dd582e39
PS1, Line 5014: initialzes||initializes
'initialzes' may be misspelled - perhaps 'initializes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3d793a27_9b90a63c
PS1, Line 5018: initiliases||initialises
'initiliases' may be misspelled - perhaps 'initialises'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a0d5764d_cf6b12f2
PS1, Line 5022: initiliazes||initializes
'initiliazes' may be misspelled - perhaps 'initializes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f2a26b97_3c79a6fd
PS1, Line 5025: initilisations||initialisations
'initilisations' may be misspelled - perhaps 'initialisations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/057feb8d_098937cd
PS1, Line 5028: initilises||initialises
'initilises' may be misspelled - perhaps 'initialises'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/44a39259_2eb1a5db
PS1, Line 5031: initilizations||initializations
'initilizations' may be misspelled - perhaps 'initializations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/665e108e_928f1380
PS1, Line 5034: initilizes||initializes
'initilizes' may be misspelled - perhaps 'initializes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/131b4df4_5ea62276
PS1, Line 5038: initliazer||initializer
'initliazer' may be misspelled - perhaps 'initializer'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8cf71c64_7b493f1f
PS1, Line 5041: inlcudes||includes
'inlcudes' may be misspelled - perhaps 'includes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/76108141_b489d597
PS1, Line 5045: inludes||includes
'inludes' may be misspelled - perhaps 'includes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0298bf14_c3965377
PS1, Line 5049: inmediate||immediate
'inmediate' may be misspelled - perhaps 'immediate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e27f8446_c4f58968
PS1, Line 5054: in-memeory||in-memory
'in-memeory' may be misspelled - perhaps 'in-memory'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a67073e7_e86da4b7
PS1, Line 5057: innacurately||inaccurately
'innacurately' may be misspelled - perhaps 'inaccurately'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7fa3e782_7ed532d1
PS1, Line 5063: inprooves||improves
'inprooves' may be misspelled - perhaps 'improves'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c89667be_6a4efbc6
PS1, Line 5066: inproovments||improvements
'inproovments' may be misspelled - perhaps 'improvements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e8336fd2_b70d0738
PS1, Line 5068: inproperly||improperly
'inproperly' may be misspelled - perhaps 'improperly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/319b5f3d_41c19e46
PS1, Line 5074: insensistively||insensitively
'insensistively' may be misspelled - perhaps 'insensitively'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/addbe8fc_3e3f504b
PS1, Line 5081: instalations||installations
'instalations' may be misspelled - perhaps 'installations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e378e3f0_5e5fc042
PS1, Line 5082: instal||install
'instal' may be misspelled - perhaps 'install'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8f255280_de7d831c
PS1, Line 5087: instanciates||instantiates
'instanciates' may be misspelled - perhaps 'instantiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/44f9bd96_821dfd6f
PS1, Line 5090: instanciations||instantiations
'instanciations' may be misspelled - perhaps 'instantiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1759e529_095969fd
PS1, Line 5091: ins't||isn't
'ins't' may be misspelled - perhaps 'isn't'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2886bf2a_1d54ece6
PS1, Line 5093: instnaces||instances
'instnaces' may be misspelled - perhaps 'instances'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/998e4dcc_97d93d29
PS1, Line 5095: instnances||instances
'instnances' may be misspelled - perhaps 'instances'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0929fb56_60d475bf
PS1, Line 5098: instnatiations||instantiations
'instnatiations' may be misspelled - perhaps 'instantiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/13df6ec3_68187170
PS1, Line 5101: instnces||instances
'instnces' may be misspelled - perhaps 'instances'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cedb227d_04bed698
PS1, Line 5104: instnsiations||instantiations
'instnsiations' may be misspelled - perhaps 'instantiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/22d9d0f4_ba80e9b9
PS1, Line 5106: instntly||instantly
'instntly' may be misspelled - perhaps 'instantly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3bda1a3f_23dbf2e7
PS1, Line 5108: instrcutinos||instructions
'instrcutinos' may be misspelled - perhaps 'instructions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f0315b98_3600a118
PS1, Line 5109: instrcut||instruct
'instrcut' may be misspelled - perhaps 'instruct'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7c9dbd94_b23b5b67
PS1, Line 5111: instrcutions||instructions
'instrcutions' may be misspelled - perhaps 'instructions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b7de828b_0bac2334
PS1, Line 5114: instrucitons||instructions
'instrucitons' may be misspelled - perhaps 'instructions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fa041163_15e54e44
PS1, Line 5119: instuments||instruments
'instuments' may be misspelled - perhaps 'instruments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/200e6b0e_70f7dc13
PS1, Line 5123: intances||instances
'intances' may be misspelled - perhaps 'instances'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7f93021a_7074d2c3
PS1, Line 5136: intepretations||interpretations
'intepretations' may be misspelled - perhaps 'interpretations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cb4e48ed_d33bbe8c
PS1, Line 5140: intepreters||interpreters
'intepreters' may be misspelled - perhaps 'interpreters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1578f416_292c9e34
PS1, Line 5144: inteprets||interprets
'inteprets' may be misspelled - perhaps 'interprets'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/94da6aa6_81923a87
PS1, Line 5146: interaces||interfaces
'interaces' may be misspelled - perhaps 'interfaces'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fd74b934_5689393a
PS1, Line 5148: interal||internal
'interal' may be misspelled - perhaps 'internal'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7a15e3af_2d01222d
PS1, Line 5152: interanlly||internally
'interanlly' may be misspelled - perhaps 'internally'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0cb5e988_7d6434ab
PS1, Line 5154: interators||iterators
'interators' may be misspelled - perhaps 'iterators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3f5d0f17_433c48ff
PS1, Line 5161: intereferences||interferences
'intereferences' may be misspelled - perhaps 'interferences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/acdaf3f3_1f023c23
PS1, Line 5164: interesect||intersect
'interesect' may be misspelled - perhaps 'intersect'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/dbdcb1a8_ecce17c6
PS1, Line 5166: interesections||intersections
'interesections' may be misspelled - perhaps 'intersections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b2a6b413_0be9da4d
PS1, Line 5178: interger's||integer's
'interger's' may be misspelled - perhaps 'integer's'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/21133c15_ccd58d4c
PS1, Line 5179: intergers||integers
'intergers' may be misspelled - perhaps 'integers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0c838fb6_e3acae1a
PS1, Line 5180: intergrated||integrated
'intergrated' may be misspelled - perhaps 'integrated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8a8fe0c6_d991bbea
PS1, Line 5185: internels||internals
'internels' may be misspelled - perhaps 'internals'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/270b54f0_49ad9649
PS1, Line 5189: interpeters||interpreters
'interpeters' may be misspelled - perhaps 'interpreters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/16c8a928_47e237ea
PS1, Line 5192: interpets||interprets
'interpets' may be misspelled - perhaps 'interprets'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e9d6edd4_739e2d14
PS1, Line 5202: interract||interact
'interract' may be misspelled - perhaps 'interact'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6770c980_68a43b67
PS1, Line 5209: interrrupts||interrupts
'interrrupts' may be misspelled - perhaps 'interrupts'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5ed45e2a_c7545dc9
PS1, Line 5212: interrup||interrupt
'interrup' may be misspelled - perhaps 'interrupt'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f6ce72ab_6e1619e7
PS1, Line 5218: intersts||interests
'intersts' may be misspelled - perhaps 'interests'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/191b413d_6279ce8c
PS1, Line 5222: interupts||interrupts
'interupts' may be misspelled - perhaps 'interrupts'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/734b0fc4_0e7063ba
PS1, Line 5226: intiailises||initialises
'intiailises' may be misspelled - perhaps 'initialises'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c1592fb4_1e934278
PS1, Line 5230: intiailizes||initializes
'intiailizes' may be misspelled - perhaps 'initializes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c61508cc_7f330189
PS1, Line 5233: intial||initial
'intial' may be misspelled - perhaps 'initial'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/70906069_897c87ef
PS1, Line 5236: intialise||initialise
'intialise' may be misspelled - perhaps 'initialise'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cd4bb042_e4bec44b
PS1, Line 5238: intialisers||initialisers
'intialisers' may be misspelled - perhaps 'initialisers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1c6a8883_27d0e934
PS1, Line 5245: intialize||initialize
'intialize' may be misspelled - perhaps 'initialize'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2be22d4a_9f6bf4a5
PS1, Line 5247: intializers||initializers
'intializers' may be misspelled - perhaps 'initializers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8d0b0945_b5dc4ee6
PS1, Line 5252: intiallisations||initialisations
'intiallisations' may be misspelled - perhaps 'initialisations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4ca23fd5_2b08e4bd
PS1, Line 5255: intiallizations||initializations
'intiallizations' may be misspelled - perhaps 'initializations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b26f62a4_32bb6a1e
PS1, Line 5277: intrrupts||interrupts
'intrrupts' may be misspelled - perhaps 'interrupts'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6bee6ea1_86a1d708
PS1, Line 5279: intructions||instructions
'intructions' may be misspelled - perhaps 'instructions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f7f89bf8_545fe9b5
PS1, Line 5283: intruments||instruments
'intruments' may be misspelled - perhaps 'instruments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e88fc2de_a091fbaf
PS1, Line 5298: invesitgations||investigations
'invesitgations' may be misspelled - perhaps 'investigations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5885136b_0038c600
PS1, Line 5301: invidually||individually
'invidually' may be misspelled - perhaps 'individually'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/95bcdc54_a7a21257
PS1, Line 5304: invloves||involves
'invloves' may be misspelled - perhaps 'involves'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2982e8e9_52e9c76f
PS1, Line 5306: invokations||invocations
'invokations' may be misspelled - perhaps 'invocations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/34ee9f77_d453bcf5
PS1, Line 5309: invokves||invokes
'invokves' may be misspelled - perhaps 'invokes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/57fae3e7_5ad95aa2
PS1, Line 5319: isntallations||installations
'isntallations' may be misspelled - perhaps 'installations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5124fd35_92f32174
PS1, Line 5321: isntances||instances
'isntances' may be misspelled - perhaps 'instances'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/64ebbcf9_c6c59ac4
PS1, Line 5322: is'nt||isn't
'is'nt' may be misspelled - perhaps 'isn't'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4da7676d_f67591fd
PS1, Line 5325: isssues||issues
'isssues' may be misspelled - perhaps 'issues'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7e21fa2a_8658e8f0
PS1, Line 5327: issus||issues
'issus' may be misspelled - perhaps 'issues'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3db40989_f9c18dc2
PS1, Line 5330: iteraions||iterations
'iteraions' may be misspelled - perhaps 'iterations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5f647802_9863247b
PS1, Line 5332: iterfaces||interfaces
'iterfaces' may be misspelled - perhaps 'interfaces'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/686b4dfd_8a9048e5
PS1, Line 5337: itialises||initialises
'itialises' may be misspelled - perhaps 'initialises'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5f9a01e9_1bda30a5
PS1, Line 5340: itializes||initializes
'itializes' may be misspelled - perhaps 'initializes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3a653762_c1be3d76
PS1, Line 5344: itnerfaces||interfaces
'itnerfaces' may be misspelled - perhaps 'interfaces'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/90f7c553_9f1ed0ac
PS1, Line 5350: japanses||japanese
'japanses' may be misspelled - perhaps 'Japanese'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/db9d5d5a_510af8a1
PS1, Line 5361: keyboads||keyboards
'keyboads' may be misspelled - perhaps 'keyboards'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9a11500d_cab10499
PS1, Line 5363: keybords||keyboards
'keybords' may be misspelled - perhaps 'keyboards'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/51fb37a4_26fc829c
PS1, Line 5366: keyworkds||keywords
'keyworkds' may be misspelled - perhaps 'keywords'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/eec1dfe8_8d19fb4a
PS1, Line 5371: konw||know
'konw' may be misspelled - perhaps 'know'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/391efeaa_bf89cd6c
PS1, Line 5376: lables||labels
'lables' may be misspelled - perhaps 'labels'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/949d42c1_7b954da9
PS1, Line 5381: langauges||languages
'langauges' may be misspelled - perhaps 'languages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b1ee8511_2825cd49
PS1, Line 5383: languaces||languages
'languaces' may be misspelled - perhaps 'languages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/64d7c69e_fe92411b
PS1, Line 5385: languaes||languages
'languaes' may be misspelled - perhaps 'languages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b3564e7f_bca2cf85
PS1, Line 5388: languahes||languages
'languahes' may be misspelled - perhaps 'languages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5cb16aac_ce137585
PS1, Line 5390: languajes||languages
'languajes' may be misspelled - perhaps 'languages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/87048c62_713e7cd6
PS1, Line 5392: languales||languages
'languales' may be misspelled - perhaps 'languages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c6b3d271_21422cc1
PS1, Line 5394: langualges||languages
'langualges' may be misspelled - perhaps 'languages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9dcb0d89_e4158a95
PS1, Line 5397: languanges||languages
'languanges' may be misspelled - perhaps 'languages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/385ae156_2b9e575d
PS1, Line 5399: languaqes||languages
'languaqes' may be misspelled - perhaps 'languages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/87fc87f9_56a1a107
PS1, Line 5401: languates||languages
'languates' may be misspelled - perhaps 'languages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/84f528ec_4ccd90e5
PS1, Line 5403: languauges||languages
'languauges' may be misspelled - perhaps 'languages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d12c1253_86fbe408
PS1, Line 5405: langueges||languages
'langueges' may be misspelled - perhaps 'languages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c9ee1f9c_25c2c9f0
PS1, Line 5407: langugaes||languages
'langugaes' may be misspelled - perhaps 'languages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/49d087c8_dad47b03
PS1, Line 5409: langugages||languages
'langugages' may be misspelled - perhaps 'languages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/12300933_217798d9
PS1, Line 5411: languges||languages
'languges' may be misspelled - perhaps 'languages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/04b3c66f_6034a0c7
PS1, Line 5413: langugues||languages
'langugues' may be misspelled - perhaps 'languages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/67f8f4ee_3cdb61aa
PS1, Line 5417: laods||loads
'laods' may be misspelled - perhaps 'loads'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8311deef_cfa61f5c
PS1, Line 5428: leats||least
'leats' may be misspelled - perhaps 'least'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/99f90634_c09db2a7
PS1, Line 5432: lengh||length
'lengh' may be misspelled - perhaps 'length'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c77d8c24_9380e254
PS1, Line 5439: lenghth||length
'lenghth' may be misspelled - perhaps 'length'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/51dc47dc_4a76dee0
PS1, Line 5442: lenght||length
'lenght' may be misspelled - perhaps 'length'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d244ca14_83a26290
PS1, Line 5457: lients||clients
'lients' may be misspelled - perhaps 'clients'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8ccc4829_0dadc01e
PS1, Line 5465: limitiaions||limitations
'limitiaions' may be misspelled - perhaps 'limitations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/625aa8ff_6d65d261
PS1, Line 5467: limitiations||limitations
'limitiations' may be misspelled - perhaps 'limitations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/16792558_9c31769e
PS1, Line 5470: limitiers||limiters
'limitiers' may be misspelled - perhaps 'limiters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c9ca9dc9_9efd1d1f
PS1, Line 5474: limitions||limitations
'limitions' may be misspelled - perhaps 'limitations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f7a2b2b6_fe28d6b5
PS1, Line 5477: limititations||limitations
'limititations' may be misspelled - perhaps 'limitations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d6395174_ead33764
PS1, Line 5480: limititers||limiters
'limititers' may be misspelled - perhaps 'limiters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bafc62e0_207b7507
PS1, Line 5485: linceses||licenses
'linceses' may be misspelled - perhaps 'licenses'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d31261e6_57e29ded
PS1, Line 5491: littel-endian||little-endian
'littel-endian' may be misspelled - perhaps 'little-endian'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6d34d65a_bbbee4b6
PS1, Line 5502: long-runnign||long-running
'long-runnign' may be misspelled - perhaps 'long-running'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c6c653ce_dc87aae9
PS1, Line 5510: lsits||lists
'lsits' may be misspelled - perhaps 'lists'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/545bff09_6a7fbdbb
PS1, Line 5511: maangement||management
'maangement' may be misspelled - perhaps 'management'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/baf8414e_3cd4a8de
PS1, Line 5514: machanisms||mechanisms
'machanisms' may be misspelled - perhaps 'mechanisms'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d2bb688c_a6cf2d40
PS1, Line 5536: managament||management
'managament' may be misspelled - perhaps 'management'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/38222cf3_6399450d
PS1, Line 5543: manauls||manuals
'manauls' may be misspelled - perhaps 'manuals'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/80d47d0b_576dd17d
PS1, Line 5546: mangementt||management
'mangementt' may be misspelled - perhaps 'management'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bd3134ba_b43a0512
PS1, Line 5547: manger||manager
'manger' may be misspelled - perhaps 'manager'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/17034c72_0ddf3975
PS1, Line 5549: manifacturer||manufacturer
'manifacturer' may be misspelled - perhaps 'manufacturer'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0b53d198_c0e32daf
PS1, Line 5550: manifacturers||manufacturers
'manifacturers' may be misspelled - perhaps 'manufacturers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8a7fe5d0_964f3423
PS1, Line 5554: maniuplates||manipulates
'maniuplates' may be misspelled - perhaps 'manipulates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/67c53174_1d8f9e80
PS1, Line 5557: maniuplations||manipulations
'maniuplations' may be misspelled - perhaps 'manipulations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7e8b7610_1149d4f9
PS1, Line 5559: maniuplators||manipulators
'maniuplators' may be misspelled - perhaps 'manipulators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/41b505aa_ce19dff4
PS1, Line 5562: mannualy||manually
'mannualy' may be misspelled - perhaps 'manually'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/861e1390_f927d35a
PS1, Line 5568: mantains||maintains
'mantains' may be misspelled - perhaps 'maintains'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/892b0d9e_8fc8c008
PS1, Line 5571: manualyy||manually
'manualyy' may be misspelled - perhaps 'manually'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/953d86a7_11c391e0
PS1, Line 5575: manupulations||manipulations
'manupulations' may be misspelled - perhaps 'manipulations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3e435407_8a1ca6a1
PS1, Line 5578: manyals||manuals
'manyals' may be misspelled - perhaps 'manuals'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c847ecb6_384abf39
PS1, Line 5579: maping||mapping
'maping' may be misspelled - perhaps 'mapping'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8259f900_f96b73e0
PS1, Line 5581: mapppings||mappings
'mapppings' may be misspelled - perhaps 'mappings'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/40489e3e_529c971c
PS1, Line 5583: mashines||machines
'mashines' may be misspelled - perhaps 'machines'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a987c1a6_ba62af2d
PS1, Line 5587: matainers||maintainers
'matainers' may be misspelled - perhaps 'maintainers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/42a5e042_5ae3ccc0
PS1, Line 5594: mathimatics||mathematics
'mathimatics' may be misspelled - perhaps 'mathematics'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/72919afe_c6cdd87e
PS1, Line 5598: mazilla||mozilla
'mazilla' may be misspelled - perhaps 'Mozilla'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e7fa3a68_d02ded1d
PS1, Line 5605: measuremenets||measurements
'measuremenets' may be misspelled - perhaps 'measurements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ff0969e9_682a71f6
PS1, Line 5607: measurmenets||measurements
'measurmenets' may be misspelled - perhaps 'measurements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/472df0db_4c96532b
PS1, Line 5610: meausures||measures
'meausures' may be misspelled - perhaps 'measures'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/41fd5f02_cda8968a
PS1, Line 5613: mecahinsms||mechanisms
'mecahinsms' may be misspelled - perhaps 'mechanisms'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ad8f70a3_3556e5ce
PS1, Line 5615: mecahnics||mechanics
'mecahnics' may be misspelled - perhaps 'mechanics'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6ece797c_abce62d8
PS1, Line 5618: mecanisms||mechanisms
'mecanisms' may be misspelled - perhaps 'mechanisms'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e079b34e_4738757c
PS1, Line 5620: mechamisms||mechanisms
'mechamisms' may be misspelled - perhaps 'mechanisms'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6958d12c_16d4aab2
PS1, Line 5622: mechines||machines
'mechines' may be misspelled - perhaps 'machines'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fa5107a2_1b84f295
PS1, Line 5629: memeber||member
'memeber' may be misspelled - perhaps 'member'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/000a8690_6c684874
PS1, Line 5631: memeberships||memberships
'memeberships' may be misspelled - perhaps 'memberships'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/04dff036_cae90725
PS1, Line 5633: memebr||member
'memebr' may be misspelled - perhaps 'member'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/337b0529_8487baf9
PS1, Line 5637: memembers||members
'memembers' may be misspelled - perhaps 'members'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2b5d50c2_08063654
PS1, Line 5641: memer||member
'memer' may be misspelled - perhaps 'member'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/faa77f49_9d20a5b9
PS1, Line 5643: memerships||memberships
'memerships' may be misspelled - perhaps 'memberships'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/597329bb_574bbab0
PS1, Line 5648: memroy||memory
'memroy' may be misspelled - perhaps 'memory'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fd7ae892_6f34d1aa
PS1, Line 5657: menues||menus
'menues' may be misspelled - perhaps 'menus'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5f4b56eb_183e4705
PS1, Line 5664: mesages||messages
'mesages' may be misspelled - perhaps 'messages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/afd7e4a0_c5cc6984
PS1, Line 5667: messangers||messengers
'messangers' may be misspelled - perhaps 'messengers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2296958b_765b7e48
PS1, Line 5670: messges||messages
'messges' may be misspelled - perhaps 'messages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d8312677_f55bd169
PS1, Line 5672: messsages||messages
'messsages' may be misspelled - perhaps 'messages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a128fa3a_2e5d1f53
PS1, Line 5674: meta-attrubutes||meta-attributes
'meta-attrubutes' may be misspelled - perhaps 'meta-attributes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5e7888c6_05191cde
PS1, Line 5676: metacharaters||metacharacters
'metacharaters' may be misspelled - perhaps 'metacharacters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9eda8118_e96a4e95
PS1, Line 5678: metapackges||metapackages
'metapackges' may be misspelled - perhaps 'metapackages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b7eae913_35044899
PS1, Line 5685: mikroseconds||microseconds
'mikroseconds' may be misspelled - perhaps 'microseconds'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d23f6bd5_eda119f5
PS1, Line 5687: miliseconds||milliseconds
'miliseconds' may be misspelled - perhaps 'milliseconds'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1a4d774c_329dd2e0
PS1, Line 5690: millisenconds||milliseconds
'millisenconds' may be misspelled - perhaps 'milliseconds'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8240a6d0_09773da2
PS1, Line 5693: millsenconds||milliseconds
'millsenconds' may be misspelled - perhaps 'milliseconds'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/91dad85e_a9373d12
PS1, Line 5696: mimicks||mimics
'mimicks' may be misspelled - perhaps 'mimics'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f5ee34c5_b6098003
PS1, Line 5703: minium||minimum
'minium' may be misspelled - perhaps 'minimum'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/233d8017_4b1255bf
PS1, Line 5709: mirgates||migrates
'mirgates' may be misspelled - perhaps 'migrates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9c60ab95_c09b751f
PS1, Line 5718: mis-intepreted||mis-interpreted
'mis-intepreted' may be misspelled - perhaps 'mis-interpreted'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9727fb58_12ad3499
PS1, Line 5720: mis-intepret||mis-interpret
'mis-intepret' may be misspelled - perhaps 'mis-interpret'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0ac87b11_aed1e6fa
PS1, Line 5732: missconfigures||misconfigures
'missconfigures' may be misspelled - perhaps 'misconfigures'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b9e54043_5c2dd943
PS1, Line 5754: modifactions||modifications
'modifactions' may be misspelled - perhaps 'modifications'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b002935b_ed231bab
PS1, Line 5756: modifations||modifications
'modifations' may be misspelled - perhaps 'modifications'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c89f8de7_caadcd29
PS1, Line 5758: modifcations||modifications
'modifcations' may be misspelled - perhaps 'modifications'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fdf91716_0491ed3d
PS1, Line 5760: modifciations||modifications
'modifciations' may be misspelled - perhaps 'modifications'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cd591bdf_dcd692ff
PS1, Line 5762: modifcications||modifications
'modifcications' may be misspelled - perhaps 'modifications'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/95e60591_97e1f99e
PS1, Line 5766: modifers||modifiers
'modifers' may be misspelled - perhaps 'modifiers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7a1cdd4f_89888dfe
PS1, Line 5769: modiffers||modifiers
'modiffers' may be misspelled - perhaps 'modifiers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6aefc13e_8b56be52
PS1, Line 5774: modiflers||modifiers
'modiflers' may be misspelled - perhaps 'modifiers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ef530e98_de4bad1e
PS1, Line 5776: modifty||modify
'modifty' may be misspelled - perhaps 'modify'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d5c6bf4f_a66c0414
PS1, Line 5781: modul||module
'modul' may be misspelled - perhaps 'module'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3dbe1a04_272f6260
PS1, Line 5785: monitring||monitoring
'monitring' may be misspelled - perhaps 'monitoring'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/78e35b8f_bc155179
PS1, Line 5795: moutn||mount
'moutn' may be misspelled - perhaps 'mount'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4c51990a_27845f81
PS1, Line 5797: moutnpoints||mountpoints
'moutnpoints' may be misspelled - perhaps 'mountpoints'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4d7dfc23_9cbfa0d4
PS1, Line 5800: movemements||movements
'movemements' may be misspelled - perhaps 'movements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d9021248_885ed6c4
PS1, Line 5802: movememnts||movements
'movememnts' may be misspelled - perhaps 'movements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9efc37a4_071b4f8d
PS1, Line 5804: movememts||movements
'movememts' may be misspelled - perhaps 'movements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c027b913_94989a3e
PS1, Line 5806: movemets||movements
'movemets' may be misspelled - perhaps 'movements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6f17143f_2a553fe3
PS1, Line 5808: movemments||movements
'movemments' may be misspelled - perhaps 'movements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a92a42a4_6bf150fb
PS1, Line 5810: movemnets||movements
'movemnets' may be misspelled - perhaps 'movements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/02a4c30d_f958b669
PS1, Line 5812: movemnts||movements
'movemnts' may be misspelled - perhaps 'movements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f452fa8b_b594c4e7
PS1, Line 5813: mozila||mozilla
'mozila' may be misspelled - perhaps 'Mozilla'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e29cc550_719861bf
PS1, Line 5820: multi-dimenional||multi-dimensional
'multi-dimenional' may be misspelled - perhaps 'multi-dimensional'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3a41c23f_d09543c1
PS1, Line 5822: multi-dimenionsal||multi-dimensional
'multi-dimenionsal' may be misspelled - perhaps 'multi-dimensional'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/10785e23_1d496ead
PS1, Line 5826: multi-langual||multi-lingual
'multi-langual' may be misspelled - perhaps 'multi-lingual'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c49a8ef4_796fa1ec
PS1, Line 5830: multipes||multiples
'multipes' may be misspelled - perhaps 'multiples'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f0909d73_d531fe38
PS1, Line 5832: multipler||multiplier
'multipler' may be misspelled - perhaps 'multiplier'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/718f1c06_1789918a
PS1, Line 5833: multi-presistion||multi-precision
'multi-presistion' may be misspelled - perhaps 'multi-precision'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ab203209_972a8fe7
PS1, Line 5835: multi-threded||multi-threaded
'multi-threded' may be misspelled - perhaps 'multi-threaded'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ac1d1b1e_b4cad6cd
PS1, Line 5842: mumbers||numbers
'mumbers' may be misspelled - perhaps 'numbers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/170b0ffd_c23f9f5b
PS1, Line 5850: mutliple||multiple
'mutliple' may be misspelled - perhaps 'multiple'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6cfbdb76_05673d37
PS1, Line 5855: namepsaces||namespaces
'namepsaces' may be misspelled - perhaps 'namespaces'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7257c09f_9ae14ec6
PS1, Line 5857: nams||names
'nams' may be misspelled - perhaps 'names'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/198e7ec7_aa617223
PS1, Line 5859: nanosenconds||nanoseconds
'nanosenconds' may be misspelled - perhaps 'nanoseconds'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bb524998_3d86ccbe
PS1, Line 5887: neeeds||needs
'neeeds' may be misspelled - perhaps 'needs'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/080291cb_1f3fe8d8
PS1, Line 5892: negatiotiates||negotiates
'negatiotiates' may be misspelled - perhaps 'negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/999f2625_c9a52431
PS1, Line 5895: negatiotiations||negotiations
'negatiotiations' may be misspelled - perhaps 'negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1091756a_3c723d2c
PS1, Line 5897: negatiotiators||negotiators
'negatiotiators' may be misspelled - perhaps 'negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1cd202a8_f983f44e
PS1, Line 5903: negoates||negotiates
'negoates' may be misspelled - perhaps 'negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/53a3bbe2_4edbf2fb
PS1, Line 5907: negoatiates||negotiates
'negoatiates' may be misspelled - perhaps 'negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c4251893_fa2eabfd
PS1, Line 5910: negoatiations||negotiations
'negoatiations' may be misspelled - perhaps 'negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a75fcda5_d9836fc6
PS1, Line 5912: negoatiators||negotiators
'negoatiators' may be misspelled - perhaps 'negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f4a1b669_812ec04d
PS1, Line 5915: negoations||negotiations
'negoations' may be misspelled - perhaps 'negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5e86791e_55017ac0
PS1, Line 5917: negoators||negotiators
'negoators' may be misspelled - perhaps 'negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2c0f80ed_52e3d0d8
PS1, Line 5921: negociates||negotiates
'negociates' may be misspelled - perhaps 'negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9ef4d5d7_60db18e1
PS1, Line 5924: negociations||negotiations
'negociations' may be misspelled - perhaps 'negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bcc995e9_ce40a3f1
PS1, Line 5926: negociators||negotiators
'negociators' may be misspelled - perhaps 'negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/73f6e1f7_a08570b8
PS1, Line 5930: negogtiates||negotiates
'negogtiates' may be misspelled - perhaps 'negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0e225f46_b3e09911
PS1, Line 5933: negogtiations||negotiations
'negogtiations' may be misspelled - perhaps 'negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/26550406_1d5c5037
PS1, Line 5935: negogtiators||negotiators
'negogtiators' may be misspelled - perhaps 'negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/707adb94_ab682d50
PS1, Line 5939: negoitates||negotiates
'negoitates' may be misspelled - perhaps 'negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4ba79dfd_4d7cf5a4
PS1, Line 5942: negoitations||negotiations
'negoitations' may be misspelled - perhaps 'negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/34a032f4_87bed6e9
PS1, Line 5944: negoitators||negotiators
'negoitators' may be misspelled - perhaps 'negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/dfedfef1_580330dd
PS1, Line 5948: negoptionsotiates||negotiates
'negoptionsotiates' may be misspelled - perhaps 'negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/183620e5_3e93edb1
PS1, Line 5951: negoptionsotiations||negotiations
'negoptionsotiations' may be misspelled - perhaps 'negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0cc97881_a6c782f4
PS1, Line 5953: negoptionsotiators||negotiators
'negoptionsotiators' may be misspelled - perhaps 'negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/072c1fe0_78c32734
PS1, Line 5957: negosiates||negotiates
'negosiates' may be misspelled - perhaps 'negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1fc38237_9dd09329
PS1, Line 5960: negosiations||negotiations
'negosiations' may be misspelled - perhaps 'negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/97bdc945_aca3c98e
PS1, Line 5962: negosiators||negotiators
'negosiators' may be misspelled - perhaps 'negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/16845812_1a27039a
PS1, Line 5967: negotaiates||negotiates
'negotaiates' may be misspelled - perhaps 'negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ba2793f0_c931d9d3
PS1, Line 5970: negotaiations||negotiations
'negotaiations' may be misspelled - perhaps 'negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c6e22d7e_cdc2171a
PS1, Line 5972: negotaiators||negotiators
'negotaiators' may be misspelled - perhaps 'negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/faba5331_fa035b79
PS1, Line 5976: negotaites||negotiates
'negotaites' may be misspelled - perhaps 'negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/54dec81f_39e0afe7
PS1, Line 5979: negotaitions||negotiations
'negotaitions' may be misspelled - perhaps 'negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/de05a820_ce923815
PS1, Line 5981: negotaitors||negotiators
'negotaitors' may be misspelled - perhaps 'negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/493df99c_f6eb9994
PS1, Line 5984: negotates||negotiates
'negotates' may be misspelled - perhaps 'negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7ae540ea_1dcc21dc
PS1, Line 5988: negotatiates||negotiates
'negotatiates' may be misspelled - perhaps 'negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f09a0bf9_8fd666a2
PS1, Line 5991: negotatiations||negotiations
'negotatiations' may be misspelled - perhaps 'negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/52955a2b_3a80d7ed
PS1, Line 5993: negotatiators||negotiators
'negotatiators' may be misspelled - perhaps 'negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/66257c66_1a187c2e
PS1, Line 5997: negotaties||negotiates
'negotaties' may be misspelled - perhaps 'negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b8d286ea_21e1e35c
PS1, Line 6000: negotations||negotiations
'negotations' may be misspelled - perhaps 'negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7ead683e_0a14d490
PS1, Line 6002: negotatiors||negotiators
'negotatiors' may be misspelled - perhaps 'negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e4a82fa6_f9995cfb
PS1, Line 6004: negotators||negotiators
'negotators' may be misspelled - perhaps 'negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9e80bf76_833b8dea
PS1, Line 6008: negothiates||negotiates
'negothiates' may be misspelled - perhaps 'negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6b46c01a_d7d88bbe
PS1, Line 6011: negothiations||negotiations
'negothiations' may be misspelled - perhaps 'negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d9febd3f_23d166f3
PS1, Line 6013: negothiators||negotiators
'negothiators' may be misspelled - perhaps 'negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8d4c79fb_58ad162f
PS1, Line 6018: negoticates||negotiates
'negoticates' may be misspelled - perhaps 'negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3fb5ea6f_e87bc7ae
PS1, Line 6021: negotications||negotiations
'negotications' may be misspelled - perhaps 'negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1872b58e_90eebe74
PS1, Line 6023: negoticators||negotiators
'negoticators' may be misspelled - perhaps 'negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a76dae49_25e74a46
PS1, Line 6027: negotioates||negotiates
'negotioates' may be misspelled - perhaps 'negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/80c126e2_b7cb23d9
PS1, Line 6030: negotioations||negotiations
'negotioations' may be misspelled - perhaps 'negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d8f063b5_2795d773
PS1, Line 6032: negotioators||negotiators
'negotioators' may be misspelled - perhaps 'negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4463ff3b_7d2b7e5e
PS1, Line 6037: negotionates||negotiates
'negotionates' may be misspelled - perhaps 'negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5204b461_a3784a44
PS1, Line 6040: negotionations||negotiations
'negotionations' may be misspelled - perhaps 'negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e80c8ac1_7ffaa7cf
PS1, Line 6042: negotionators||negotiators
'negotionators' may be misspelled - perhaps 'negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/60d61e79_64def0bf
PS1, Line 6044: negotions||negotiations
'negotions' may be misspelled - perhaps 'negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/98185674_72d6e249
PS1, Line 6048: negotiotates||negotiates
'negotiotates' may be misspelled - perhaps 'negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2fe88d30_225182f2
PS1, Line 6051: negotiotations||negotiations
'negotiotations' may be misspelled - perhaps 'negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e62a41d7_e8720e1e
PS1, Line 6053: negotiotators||negotiators
'negotiotators' may be misspelled - perhaps 'negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9ba0f225_16fb8f6f
PS1, Line 6056: negotiotes||negotiates
'negotiotes' may be misspelled - perhaps 'negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/22a71ac4_f7ba491b
PS1, Line 6059: negotiotions||negotiations
'negotiotions' may be misspelled - perhaps 'negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/44742558_8c31515b
PS1, Line 6061: negotiotors||negotiators
'negotiotors' may be misspelled - perhaps 'negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/62e01dd6_339ffa73
PS1, Line 6065: negotitaes||negotiates
'negotitaes' may be misspelled - perhaps 'negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0004854b_1107ff2d
PS1, Line 6068: negotitaions||negotiations
'negotitaions' may be misspelled - perhaps 'negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f272be0f_13834fa6
PS1, Line 6070: negotitaors||negotiators
'negotitaors' may be misspelled - perhaps 'negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c328c79d_b3a0dcdf
PS1, Line 6073: negotitates||negotiates
'negotitates' may be misspelled - perhaps 'negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/40fd63ec_5c34d315
PS1, Line 6076: negotitations||negotiations
'negotitations' may be misspelled - perhaps 'negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/91dbfcf1_089da518
PS1, Line 6078: negotitators||negotiators
'negotitators' may be misspelled - perhaps 'negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b279d4cc_5f91d80e
PS1, Line 6081: negotites||negotiates
'negotites' may be misspelled - perhaps 'negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/65cfa42a_1108e084
PS1, Line 6084: negotitions||negotiations
'negotitions' may be misspelled - perhaps 'negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/17ea588e_6b535507
PS1, Line 6086: negotitors||negotiators
'negotitors' may be misspelled - perhaps 'negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c091cdc7_d0085f14
PS1, Line 6090: negoziates||negotiates
'negoziates' may be misspelled - perhaps 'negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6a69f9b3_ff251df2
PS1, Line 6093: negoziations||negotiations
'negoziations' may be misspelled - perhaps 'negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cc88d21d_7db8be52
PS1, Line 6095: negoziators||negotiators
'negoziators' may be misspelled - perhaps 'negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ca16f0cb_998c16c4
PS1, Line 6112: netowrks||networks
'netowrks' may be misspelled - perhaps 'networks'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/86266203_2544290b
PS1, Line 6116: netwroks||networks
'netwroks' may be misspelled - perhaps 'networks'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/447895f7_d705443d
PS1, Line 6119: neworks||networks
'neworks' may be misspelled - perhaps 'networks'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/64114162_6ef2144f
PS1, Line 6122: nonbloking||non-blocking
'nonbloking' may be misspelled - perhaps 'non-blocking'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0276a75d_9d2db540
PS1, Line 6126: nonexistant||nonexistent
'nonexistant' may be misspelled - perhaps 'nonexistent'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cdd54672_562831fa
PS1, Line 6180: nontheless||nonetheless
'nontheless' may be misspelled - perhaps 'nonetheless'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3c01e0f6_a6f1f78c
PS1, Line 6184: normalyly||normally
'normalyly' may be misspelled - perhaps 'normally'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cb211f04_bfd45a1d
PS1, Line 6185: normaly||normally
'normaly' may be misspelled - perhaps 'normally'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6aaa73de_6b7233d6
PS1, Line 6191: notfications||notifications
'notfications' may be misspelled - perhaps 'notifications'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/584ea3e1_c5fd5a22
PS1, Line 6197: notication||notification
'notication' may be misspelled - perhaps 'notification'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d9570344_3a642399
PS1, Line 6201: notifcations||notifications
'notifcations' may be misspelled - perhaps 'notifications'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/13310970_20ae9390
PS1, Line 6211: nubmers||numbers
'nubmers' may be misspelled - perhaps 'numbers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3a6735a5_00dfef92
PS1, Line 6213: numberals||numerals
'numberals' may be misspelled - perhaps 'numerals'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d6dc5937_aa0779e2
PS1, Line 6216: numebers||numbers
'numebers' may be misspelled - perhaps 'numbers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b4b3a334_b0793a4f
PS1, Line 6218: numebrs||numbers
'numebrs' may be misspelled - perhaps 'numbers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fd2e2eb6_6a3ff68b
PS1, Line 6222: numners||numbers
'numners' may be misspelled - perhaps 'numbers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ccbc808d_17e5dded
PS1, Line 6224: nunbers||numbers
'nunbers' may be misspelled - perhaps 'numbers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/16e97c71_79b49a28
PS1, Line 6238: o'caml||ocaml
'o'caml' may be misspelled - perhaps 'OCaml'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2e7b823e_cdef7de8
PS1, Line 6239: o'caml||OCaml
'o'caml' may be misspelled - perhaps 'OCaml'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/77e70fa2_98336298
PS1, Line 6246: occour||occur
'occour' may be misspelled - perhaps 'occur'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e708df78_8acc07e3
PS1, Line 6251: occurances||occurrences
'occurances' may be misspelled - perhaps 'occurrences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/49a0b623_0ad0a969
PS1, Line 6253: occurd||occurred
'occurd' may be misspelled - perhaps 'occurred'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cb84ee9a_b9964add
PS1, Line 6256: occurences||occurrences
'occurences' may be misspelled - perhaps 'occurrences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8c47369d_625a37ae
PS1, Line 6261: occurrances||occurrences
'occurrances' may be misspelled - perhaps 'occurrences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/befb58eb_fea15d35
PS1, Line 6263: ocorrences||ocurrences
'ocorrences' may be misspelled - perhaps 'ocurrences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/57a37466_2bcdea8a
PS1, Line 6263: ocorrences||ocurrences
'ocurrences' may be misspelled - perhaps 'occurrences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/dfd25549_5ccabaf8
PS1, Line 6269: ocurrences||occurrences
'ocurrences' may be misspelled - perhaps 'occurrences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/93ad4def_cdd018a2
PS1, Line 6273: offets||offsets
'offets' may be misspelled - perhaps 'offsets'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5437de39_f1a73b88
PS1, Line 6281: ohter||other
'ohter' may be misspelled - perhaps 'other'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bf757c0e_05bd352a
PS1, Line 6289: ommit||omit
'ommit' may be misspelled - perhaps 'omit'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0c4feaef_e2de096f
PS1, Line 6295: one-dimenionsal||one-dimensional
'one-dimenionsal' may be misspelled - perhaps 'one-dimensional'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3631d8a4_fb609831
PS1, Line 6302: opeations||operations
'opeations' may be misspelled - perhaps 'operations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c75359a1_8f37f5ec
PS1, Line 6304: opeings||openings
'opeings' may be misspelled - perhaps 'openings'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e519f583_25f1a6ed
PS1, Line 6309: operatations||operations
'operatations' may be misspelled - perhaps 'operations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b413851c_08d22805
PS1, Line 6312: opertaions||operations
'opertaions' may be misspelled - perhaps 'operations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d6e5f598_6a0c4f2a
PS1, Line 6314: opions||options
'opions' may be misspelled - perhaps 'options'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/672e85fd_933e9d00
PS1, Line 6316: opitons||options
'opitons' may be misspelled - perhaps 'options'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8e7bd29a_16f32da1
PS1, Line 6318: oppinions||opinions
'oppinions' may be misspelled - perhaps 'opinions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/32118321_415bd8b6
PS1, Line 6319: opportunies||opportunities
'opportunies' may be misspelled - perhaps 'opportunities'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/efa80270_8362cfc5
PS1, Line 6325: optioins||options
'optioins' may be misspelled - perhaps 'options'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/47e597b9_e6709688
PS1, Line 6328: optionnaly||optionally
'optionnaly' may be misspelled - perhaps 'optionally'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f4a049ca_0a6f4770
PS1, Line 6331: optmisations||optimisations
'optmisations' may be misspelled - perhaps 'optimisations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fa317acb_5bd119c4
PS1, Line 6333: optmizations||optimizations
'optmizations' may be misspelled - perhaps 'optimizations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/63dab3ed_0b64be82
PS1, Line 6337: orginals||originals
'orginals' may be misspelled - perhaps 'originals'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/208d7136_d472d516
PS1, Line 6340: orginates||originates
'orginates' may be misspelled - perhaps 'originates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9790e1de_b539bf0e
PS1, Line 6344: orginials||originals
'orginials' may be misspelled - perhaps 'originals'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/576439e5_e977fe61
PS1, Line 6347: orginiates||originates
'orginiates' may be misspelled - perhaps 'originates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/07e5a04c_770616bc
PS1, Line 6349: orgininals||originals
'orgininals' may be misspelled - perhaps 'originals'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d9ba6930_c2138058
PS1, Line 6351: orginisations||organisations
'orginisations' may be misspelled - perhaps 'organisations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b46ac9d2_70b962a4
PS1, Line 6354: orginizations||organizations
'orginizations' may be misspelled - perhaps 'organizations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/74a892f2_6e3b0a06
PS1, Line 6356: orgin||origin
'orgin' may be misspelled - perhaps 'origin'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/da6841a6_5df1e9dd
PS1, Line 6370: origininates||originates
'origininates' may be misspelled - perhaps 'originates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/dfb54364_f4cd3fd5
PS1, Line 6387: ouput||output
'ouput' may be misspelled - perhaps 'output'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0e71b634_1bce19b6
PS1, Line 6396: outweights||outweighs
'outweights' may be misspelled - perhaps 'outweighs'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f3fc55f7_335bfcb7
PS1, Line 6400: oveflows||overflows
'oveflows' may be misspelled - perhaps 'overflows'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8dcad6af_587436d5
PS1, Line 6403: over-engeneering||over-engineering
'over-engeneering' may be misspelled - perhaps 'over-engineering'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bad135ef_4e03e45b
PS1, Line 6405: over-engeneer||over-engineer
'over-engeneer' may be misspelled - perhaps 'over-engineer'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1bad6095_63a448e8
PS1, Line 6407: overflw||overflow
'overflw' may be misspelled - perhaps 'overflow'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/54d7ccc7_d3920374
PS1, Line 6413: overides||overrides
'overides' may be misspelled - perhaps 'overrides'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5ed25823_5cb9a82f
PS1, Line 6417: overlfow||overflow
'overlfow' may be misspelled - perhaps 'overflow'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/946e9b2c_a7f0c811
PS1, Line 6420: overreides||overrides
'overreides' may be misspelled - perhaps 'overrides'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ddab406f_aec2f222
PS1, Line 6425: overrident||overridden
'overrident' may be misspelled - perhaps 'overridden'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/63d18ba7_e39d391f
PS1, Line 6430: overrrides||overrides
'overrrides' may be misspelled - perhaps 'overrides'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/77ac020c_47e87390
PS1, Line 6432: overrrun||overrun
'overrrun' may be misspelled - perhaps 'overrun'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6525096c_7ce3a75d
PS1, Line 6440: overwites||overwrites
'overwites' may be misspelled - perhaps 'overwrites'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a733a861_2b64352c
PS1, Line 6446: ovverrides||overrides
'ovverrides' may be misspelled - perhaps 'overrides'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1ea4b447_d9924943
PS1, Line 6451: ownwership||ownership
'ownwership' may be misspelled - perhaps 'ownership'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3c311040_0a9562f2
PS1, Line 6453: pacakges||packages
'pacakges' may be misspelled - perhaps 'packages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a6df207e_b9bac68a
PS1, Line 6455: pach||patch
'pach' may be misspelled - perhaps 'patch'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7f2f3f7e_9b77e525
PS1, Line 6460: pacjages||packages
'pacjages' may be misspelled - perhaps 'packages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9fc6f1c6_1b932c48
PS1, Line 6463: packaeges||packages
'packaeges' may be misspelled - perhaps 'packages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a1392ee4_c84cd8f6
PS1, Line 6465: packaegs||packages
'packaegs' may be misspelled - perhaps 'packages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/11f9b4f6_ea56a892
PS1, Line 6470: packge||package
'packge' may be misspelled - perhaps 'package'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/21dc08f1_0269e36a
PS1, Line 6474: packhages||packages
'packhages' may be misspelled - perhaps 'packages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/316ec574_7c028565
PS1, Line 6477: pakages||packages
'pakages' may be misspelled - perhaps 'packages'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5a5c74ac_730b126e
PS1, Line 6488: pannels||panels
'pannels' may be misspelled - perhaps 'panels'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5a1c9f90_97cec702
PS1, Line 6498: parallizes||parallelizes
'parallizes' may be misspelled - perhaps 'parallelizes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d4abd558_707d0ae4
PS1, Line 6502: paramaters||parameters
'paramaters' may be misspelled - perhaps 'parameters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7489c963_9b8ba2e3
PS1, Line 6504: paramemeters||parameters
'paramemeters' may be misspelled - perhaps 'parameters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/87bb7cc3_fce6bed2
PS1, Line 6506: paramenets||parameters
'paramenets' may be misspelled - perhaps 'parameters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6599b88d_e0ed3a5b
PS1, Line 6510: paramters||parameters
'paramters' may be misspelled - perhaps 'parameters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/972b37f8_78505083
PS1, Line 6520: paremeters||parameters
'paremeters' may be misspelled - perhaps 'parameters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5960f08d_c539bf1c
PS1, Line 6522: paremters||parameters
'paremters' may be misspelled - perhaps 'parameters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5ebc6ee8_dc00fe91
PS1, Line 6528: parititions||partitions
'parititions' may be misspelled - perhaps 'partitions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1339bfa0_53d34e36
PS1, Line 6534: particales||particles
'particales' may be misspelled - perhaps 'particles'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1328bf95_140b0d79
PS1, Line 6536: partical||partial
'partical' may be misspelled - perhaps 'partial'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2e0317d0_b4ce21b3
PS1, Line 6553: partions||partitions
'partions' may be misspelled - perhaps 'partitions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8b85ed5c_257a1a44
PS1, Line 6566: pattrns||patterns
'pattrns' may be misspelled - perhaps 'patterns'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e572a5b4_d6e51a9e
PS1, Line 6573: peice||piece
'peice' may be misspelled - perhaps 'piece'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/22c51aac_08d0819f
PS1, Line 6586: perfectably||perfectly
'perfectably' may be misspelled - perhaps 'perfectly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1023ca08_ffa9e442
PS1, Line 6590: perferances||preferences
'perferances' may be misspelled - perhaps 'preferences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3ce2b8ef_7838e3e5
PS1, Line 6597: perferences||preferences
'perferences' may be misspelled - perhaps 'preferences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e90e6935_6f5c6601
PS1, Line 6599: perfermances||performances
'perfermances' may be misspelled - perhaps 'performances'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1588a739_cf7de424
PS1, Line 6601: perfermences||performances
'perfermences' may be misspelled - perhaps 'performances'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c6d6a2c6_ab4559bd
PS1, Line 6603: perfer||prefer
'perfer' may be misspelled - perhaps 'prefer'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5ef220a5_a068a6c3
PS1, Line 6607: perferrances||preferences
'perferrances' may be misspelled - perhaps 'preferences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8e0e18b5_5f5c07a3
PS1, Line 6610: perferrences||preferences
'perferrences' may be misspelled - perhaps 'preferences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/613db355_956df030
PS1, Line 6612: perferrmances||performances
'perferrmances' may be misspelled - perhaps 'performances'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/073b0dc1_ab018a68
PS1, Line 6614: perferrmences||performances
'perferrmences' may be misspelled - perhaps 'performances'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/18d1ac5f_49f422a7
PS1, Line 6617: perferrs||prefers
'perferrs' may be misspelled - perhaps 'prefers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2bcd4076_fb942eb0
PS1, Line 6623: perfomring||performing
'perfomring' may be misspelled - perhaps 'performing'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4240e8eb_d6fa4499
PS1, Line 6624: perfoms||performs
'perfoms' may be misspelled - perhaps 'performs'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0caac8c5_3adfe679
PS1, Line 6631: perfroms||performs
'perfroms' may be misspelled - perhaps 'performs'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a36417bd_6f1ee13a
PS1, Line 6632: periperal||peripheral
'periperal' may be misspelled - perhaps 'peripheral'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/951b70fa_ef01a165
PS1, Line 6638: permisions||permissions
'permisions' may be misspelled - perhaps 'permissions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/de3b2a55_afb0cf2c
PS1, Line 6642: permuations||permutations
'permuations' may be misspelled - perhaps 'permutations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8f1979b1_376974a1
PS1, Line 6644: peroids||periods
'peroids' may be misspelled - perhaps 'periods'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7de5b2e7_30caf785
PS1, Line 6648: persepectives||perspectives
'persepectives' may be misspelled - perhaps 'perspectives'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f4f17fc8_5fe07720
PS1, Line 6668: plaforms||platforms
'plaforms' may be misspelled - perhaps 'platforms'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/32829461_0d6c2d36
PS1, Line 6672: platfarms||platforms
'platfarms' may be misspelled - perhaps 'platforms'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/730cf07f_79412c36
PS1, Line 6674: platfforms||platforms
'platfforms' may be misspelled - perhaps 'platforms'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/aebf56e9_99683936
PS1, Line 6676: platflorms||platforms
'platflorms' may be misspelled - perhaps 'platforms'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/01c2fa18_2bf27522
PS1, Line 6681: platfroms||platforms
'platfroms' may be misspelled - perhaps 'platforms'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6613a0af_9eeb1108
PS1, Line 6683: platofmrs||platforms
'platofmrs' may be misspelled - perhaps 'platforms'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7e54e7a0_345b26df
PS1, Line 6685: platofmss||platforms
'platofmss' may be misspelled - perhaps 'platforms'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bd7615a9_24a7691b
PS1, Line 6687: platoforms||platforms
'platoforms' may be misspelled - perhaps 'platforms'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c1ef1eec_9930f2ca
PS1, Line 6689: platofrms||platforms
'platofrms' may be misspelled - perhaps 'platforms'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b8c99e26_4ffbcd0f
PS1, Line 6691: plattforms||platforms
'plattforms' may be misspelled - perhaps 'platforms'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f1f6ea79_213d5cbe
PS1, Line 6695: pleaes||please
'pleaes' may be misspelled - perhaps 'please'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0fff3f43_489e5e9c
PS1, Line 6699: pluigns||plugins
'pluigns' may be misspelled - perhaps 'plugins'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5f455ff6_f353989c
PS1, Line 6702: poentials||potentials
'poentials' may be misspelled - perhaps 'potentials'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/586d61a8_42c3a81e
PS1, Line 6706: poiters||pointers
'poiters' may be misspelled - perhaps 'pointers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2aff6179_1af8010a
PS1, Line 6709: polutes||pollutes
'polutes' may be misspelled - perhaps 'pollutes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ee9b9edb_69d79160
PS1, Line 6715: pooints||points
'pooints' may be misspelled - perhaps 'points'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d41e387f_7bdf2277
PS1, Line 6723: popuplates||populates
'popuplates' may be misspelled - perhaps 'populates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a7fca6bc_02091537
PS1, Line 6727: porgrammeers||programmers
'porgrammeers' may be misspelled - perhaps 'programmers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/19848832_b2212ef3
PS1, Line 6730: porgrams||programs
'porgrams' may be misspelled - perhaps 'programs'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e9b0bae1_6481040f
PS1, Line 6733: porjects||projects
'porjects' may be misspelled - perhaps 'projects'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6feb31e1_5cbc7490
PS1, Line 6734: portguese||portuguese
'portguese' may be misspelled - perhaps 'Portuguese'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1c291717_939c2578
PS1, Line 6736: portugese||portuguese
'portugese' may be misspelled - perhaps 'Portuguese'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ff7133e2_d6ba8454
PS1, Line 6746: positons||positions
'positons' may be misspelled - perhaps 'positions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4be5535b_0846f83d
PS1, Line 6748: positves||positives
'positves' may be misspelled - perhaps 'positives'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bd9d3529_851c02b3
PS1, Line 6749: posix-complient||posix-compliant
'posix-complient' may be misspelled - perhaps 'posix-compliant'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d17c37db_8f01e409
PS1, Line 6750: POSIX-complient||POSIX-compliant
'POSIX-complient' may be misspelled - perhaps 'Posix-compliant'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ea1efb1e_6ff2582c
PS1, Line 6763: possitives||positives
'possitives' may be misspelled - perhaps 'positives'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c38636db_c9654d5f
PS1, Line 6765: postcondtions||postconditions
'postcondtions' may be misspelled - perhaps 'postconditions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/68c89bde_d52499c5
PS1, Line 6766: postgressql||postgresql
'postgressql' may be misspelled - perhaps 'postgresql'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6138e051_13edeae5
PS1, Line 6768: postions||positions
'postions' may be misspelled - perhaps 'positions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a8c0adfc_37b9f10c
PS1, Line 6770: postives||positives
'postives' may be misspelled - perhaps 'positives'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5d9e061c_1695ddaa
PS1, Line 6771: post-morten||post-mortem
'post-morten' may be misspelled - perhaps 'post-mortem'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f7ff5cdf_c68f22f8
PS1, Line 6775: potentails||potentials
'potentails' may be misspelled - perhaps 'potentials'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/49e849fc_9511468e
PS1, Line 6797: preceeds||precedes
'preceeds' may be misspelled - perhaps 'precedes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9cde666a_a23a0126
PS1, Line 6800: precendances||precedences
'precendances' may be misspelled - perhaps 'precedences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6f4d37db_1534d4c4
PS1, Line 6802: precendeces||precedences
'precendeces' may be misspelled - perhaps 'precedences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/43c7eafa_dbec2901
PS1, Line 6804: precendences||precedences
'precendences' may be misspelled - perhaps 'precedences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b290c3c3_cee9e71f
PS1, Line 6808: precendes||precedences
'precendes' may be misspelled - perhaps 'precedences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d9ede23a_dacf1489
PS1, Line 6812: precenences||preferences
'precenences' may be misspelled - perhaps 'preferences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e6ee4d63_2c12c566
PS1, Line 6816: pre-condifured||pre-configured
'pre-condifured' may be misspelled - perhaps 'pre-configured'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/73e6341d_24740a60
PS1, Line 6817: pre-condifure||pre-configure
'pre-condifure' may be misspelled - perhaps 'pre-configure'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/465dee93_dc3f5661
PS1, Line 6819: precondtioners||preconditioners
'precondtioners' may be misspelled - perhaps 'preconditioners'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/564ace51_39cd5ca0
PS1, Line 6821: precondtionners||preconditioners
'precondtionners' may be misspelled - perhaps 'preconditioners'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b9b01dc2_b60982d0
PS1, Line 6823: precondtions||preconditions
'precondtions' may be misspelled - perhaps 'preconditions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cca521e7_98a27045
PS1, Line 6824: pre-confifured||pre-configured
'pre-confifured' may be misspelled - perhaps 'pre-configured'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6da16519_8a53f17f
PS1, Line 6825: pre-confifure||pre-configure
'pre-confifure' may be misspelled - perhaps 'pre-configure'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e6506e33_c3574f5e
PS1, Line 6827: pre-confured||pre-configured
'pre-confured' may be misspelled - perhaps 'pre-configured'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/05fa17e6_72dbfb2a
PS1, Line 6828: pre-confure||pre-configure
'pre-confure' may be misspelled - perhaps 'pre-configure'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/971ccf07_54177873
PS1, Line 6829: pre-congifured||pre-configured
'pre-congifured' may be misspelled - perhaps 'pre-configured'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f986329d_0493a62b
PS1, Line 6830: pre-congifure||pre-configure
'pre-congifure' may be misspelled - perhaps 'pre-configure'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b463d906_44168173
PS1, Line 6832: pre-defiend||pre-defined
'pre-defiend' may be misspelled - perhaps 'pre-defined'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/107de530_fef271bc
PS1, Line 6834: pre-defiened||pre-defined
'pre-defiened' may be misspelled - perhaps 'pre-defined'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cbf848f6_1f1becac
PS1, Line 6846: prefitler||prefilter
'prefitler' may be misspelled - perhaps 'prefilter'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fc426f32_d038face
PS1, Line 6848: preform||perform
'preform' may be misspelled - perhaps 'perform'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ff094c7b_e612b065
PS1, Line 6852: prepartions||preparations
'prepartions' may be misspelled - perhaps 'preparations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/84f7c1f3_84c5a03b
PS1, Line 6853: prepate||prepare
'prepate' may be misspelled - perhaps 'prepare'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/eb213fe8_67a08def
PS1, Line 6855: preprare||prepare
'preprare' may be misspelled - perhaps 'prepare'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f3b841e9_f2b994c1
PS1, Line 6856: pre-pre-realease||pre-pre-release
'pre-pre-realease' may be misspelled - perhaps 'pre-pre-release'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4f94919e_95b788ef
PS1, Line 6859: prepresents||represents
'prepresents' may be misspelled - perhaps 'represents'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e95c90c9_bde5c443
PS1, Line 6860: pre-realease||pre-release
'pre-realease' may be misspelled - perhaps 'pre-release'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/69b786ac_343b31df
PS1, Line 6861: pre-registeres||pre-registers
'pre-registeres' may be misspelled - perhaps 'pre-registers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/03d1cf3f_b73f320d
PS1, Line 6863: prerequisits||prerequisites
'prerequisits' may be misspelled - perhaps 'prerequisites'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e34fc71d_90607ab6
PS1, Line 6865: prerequsites||prerequisites
'prerequsites' may be misspelled - perhaps 'prerequisites'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/10ed1cc2_6858090a
PS1, Line 6867: prescritions||prescriptions
'prescritions' may be misspelled - perhaps 'prescriptions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/db8f3f4d_6d77caff
PS1, Line 6881: presists||persists
'presists' may be misspelled - perhaps 'persists'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/85290817_61bf5ec8
PS1, Line 6886: presuambly||presumably
'presuambly' may be misspelled - perhaps 'presumably'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/464afccd_d11aaa1c
PS1, Line 6889: prevews||previews
'prevews' may be misspelled - perhaps 'previews'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/21f98dfe_24792b78
PS1, Line 6892: previosuly||previously
'previosuly' may be misspelled - perhaps 'previously'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0a81ea72_c7eab106
PS1, Line 6896: prferables||preferables
'prferables' may be misspelled - perhaps 'preferables'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e33106a4_0c169b5a
PS1, Line 6899: prferred||preferred
'prferred' may be misspelled - perhaps 'preferred'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/edcbc786_f0b332ac
PS1, Line 6901: priciples||principles
'priciples' may be misspelled - perhaps 'principles'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/86ff2b8b_118c0448
PS1, Line 6907: priveleges||privileges
'priveleges' may be misspelled - perhaps 'privileges'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0fc46210_5e7444be
PS1, Line 6911: privilages||privileges
'privilages' may be misspelled - perhaps 'privileges'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1d12f4f4_a06b189a
PS1, Line 6913: priviledges||privileges
'priviledges' may be misspelled - perhaps 'privileges'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c381d885_3a3711d6
PS1, Line 6916: priviliges||privileges
'priviliges' may be misspelled - perhaps 'privileges'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c261df01_bcaf1da4
PS1, Line 6917: privleges||privileges
'privleges' may be misspelled - perhaps 'privileges'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2ffb4f4b_85d08acc
PS1, Line 6921: probelms||problems
'probelms' may be misspelled - perhaps 'problems'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b2d6ab19_69408b02
PS1, Line 6926: problmes||problems
'problmes' may be misspelled - perhaps 'problems'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5cca2ac1_1e5d3fa8
PS1, Line 6933: procedes||proceeds
'procedes' may be misspelled - perhaps 'proceeds'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/65aeaace_a9e0bca7
PS1, Line 6936: proceedures||procedures
'proceedures' may be misspelled - perhaps 'procedures'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c08e86e4_25097796
PS1, Line 6940: proceeeds||proceeds
'proceeeds' may be misspelled - perhaps 'proceeds'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b135d85e_7063356d
PS1, Line 6944: proces||process
'proces' may be misspelled - perhaps 'process'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/24960ce4_837f022b
PS1, Line 6958: proctects||protects
'proctects' may be misspelled - perhaps 'protects'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/35c6a99f_eccfc090
PS1, Line 6963: producables||producibles
'producables' may be misspelled - perhaps 'producibles'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/18c69c0e_16dc63e4
PS1, Line 6964: progamming||programming
'progamming' may be misspelled - perhaps 'programming'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c8a62f34_586ee897
PS1, Line 6966: progams||programs
'progams' may be misspelled - perhaps 'programs'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/27c4f4c7_d083da28
PS1, Line 6972: progesss||progress
'progesss' may be misspelled - perhaps 'progress'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9b7b3d03_8fdbeba1
PS1, Line 6973: programable||programmable
'programable' may be misspelled - perhaps 'programmable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/61f3bbd5_40a32996
PS1, Line 6977: programemers||programmers
'programemers' may be misspelled - perhaps 'programmers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/caf211a5_d44f467e
PS1, Line 6982: programms||programs
'programms' may be misspelled - perhaps 'programs'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7d13f675_e10ba131
PS1, Line 6983: progres||progress
'progres' may be misspelled - perhaps 'progress'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/21f862d3_7c7069c4
PS1, Line 6991: prohibts||prohibits
'prohibts' may be misspelled - perhaps 'prohibits'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cc92632b_40502bca
PS1, Line 6993: projctions||projections
'projctions' may be misspelled - perhaps 'projections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7ff92354_6986cd62
PS1, Line 6995: projctors||projectors
'projctors' may be misspelled - perhaps 'projectors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/800892d0_3d811716
PS1, Line 6997: projct's||project's
'projct's' may be misspelled - perhaps 'project's'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2e6bd998_ada4cbc4
PS1, Line 6998: projcts||projects
'projcts' may be misspelled - perhaps 'projects'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1865dfbc_315b063b
PS1, Line 7002: prommpts||prompts
'prommpts' may be misspelled - perhaps 'prompts'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f38b585b_7bfddba2
PS1, Line 7005: promts||prompts
'promts' may be misspelled - perhaps 'prompts'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6933619d_4af502f6
PS1, Line 7012: proocecures||procedures
'proocecures' may be misspelled - perhaps 'procedures'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b5dcdd84_3bd710fd
PS1, Line 7014: proocedures||procedures
'proocedures' may be misspelled - perhaps 'procedures'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/35e28e06_b0eb3d8f
PS1, Line 7020: proocols||protocols
'proocols' may be misspelled - perhaps 'protocols'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bc06c5bf_cec8cfe3
PS1, Line 7023: prooduces||produces
'prooduces' may be misspelled - perhaps 'produces'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0381af44_d7a84080
PS1, Line 7030: prooper||proper
'prooper' may be misspelled - perhaps 'proper'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/12d0ce51_b8b2ff8e
PS1, Line 7035: prooses||proposes
'prooses' may be misspelled - perhaps 'proposes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5ac11acf_8804a320
PS1, Line 7039: prooves||proves
'prooves' may be misspelled - perhaps 'proves'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3478860f_3dd178e3
PS1, Line 7051: propogates||propagates
'propogates' may be misspelled - perhaps 'propagates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/54b94dd3_fe288903
PS1, Line 7053: propogation||propagation
'propogation' may be misspelled - perhaps 'propagation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a6f3344b_64708701
PS1, Line 7060: protocals||protocols
'protocals' may be misspelled - perhaps 'protocols'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1d353961_9b0d51ac
PS1, Line 7063: protoypes||prototypes
'protoypes' may be misspelled - perhaps 'prototypes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9ab4c0e4_91aa6b78
PS1, Line 7065: psaces||spaces
'psaces' may be misspelled - perhaps 'spaces'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/97c4c07e_c2d92def
PS1, Line 7068: pseudopoentials||pseudopotentials
'pseudopoentials' may be misspelled - perhaps 'pseudopotentials'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/48a14df2_6c484697
PS1, Line 7073: pthreds||pthreads
'pthreds' may be misspelled - perhaps 'pthreads'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4c72b5a5_de0d7795
PS1, Line 7093: puplates||populates
'puplates' may be misspelled - perhaps 'populates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0b2974d7_eac5e489
PS1, Line 7098: purgable||purgeable
'purgable' may be misspelled - perhaps 'purgeable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8f3d582f_de01216f
PS1, Line 7108: qoutes||quotes
'qoutes' may be misspelled - perhaps 'quotes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7f9ad906_c49fff76
PS1, Line 7116: quesitons||questions
'quesitons' may be misspelled - perhaps 'questions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5d26de68_1ad2cad4
PS1, Line 7129: READEME||README
'READEME' may be misspelled - perhaps ''?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7b68c474_b2bf440e
PS1, Line 7129: READEME||README
'README' may be misspelled - perhaps 'README'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f7e4d897_456230a2
PS1, Line 7131: readme||readme
'readme' may be misspelled - perhaps 'readme'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9820d229_304a062d
PS1, Line 7131: readme||readme
'readme' may be misspelled - perhaps 'readme'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/307f6d73_76cd0683
PS1, Line 7134: realeases||releases
'realeases' may be misspelled - perhaps 'releases'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/baad852e_5f42f9ed
PS1, Line 7138: realtions||relations
'realtions' may be misspelled - perhaps 'relations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0aaa1a87_8a91c71d
PS1, Line 7139: reamde||readme
'reamde' may be misspelled - perhaps 'readme'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a366c4b8_4b0470a2
PS1, Line 7139: reamde||readme
'readme' may be misspelled - perhaps 'readme'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c7c047bd_51d54102
PS1, Line 7145: reasearchers||researchers
'reasearchers' may be misspelled - perhaps 'researchers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cccf2e89_e9c2bff6
PS1, Line 7151: re-attachement||re-attachment
're-attachement' may be misspelled - perhaps 're-attachment'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e1bd76fd_f8a90b1f
PS1, Line 7156: rebulds||rebuilds
'rebulds' may be misspelled - perhaps 'rebuilds'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c18beb41_927c5151
PS1, Line 7159: rebulids||rebuilds
'rebulids' may be misspelled - perhaps 'rebuilds'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/def506e7_800b7ac7
PS1, Line 7163: reccommendations||recommendations
'reccommendations' may be misspelled - perhaps 'recommendations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2e41bc78_6a32d739
PS1, Line 7167: reccommends||recommends
'reccommends' may be misspelled - perhaps 'recommends'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/be33c5d3_d579ff4a
PS1, Line 7171: recconecctions||reconnections
'recconecctions' may be misspelled - perhaps 'reconnections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7311fc96_64108221
PS1, Line 7173: recconeccts||reconnects
'recconeccts' may be misspelled - perhaps 'reconnects'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6d77cba8_509a5ee6
PS1, Line 7177: recconections||reconnections
'recconections' may be misspelled - perhaps 'reconnections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0526a29c_42b55134
PS1, Line 7179: recconects||reconnects
'recconects' may be misspelled - perhaps 'reconnects'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/13387ff7_caf98235
PS1, Line 7183: recconeections||reconnections
'recconeections' may be misspelled - perhaps 'reconnections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/904655be_c14d02e7
PS1, Line 7185: recconeects||reconnects
'recconeects' may be misspelled - perhaps 'reconnects'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/59893a3f_a634a872
PS1, Line 7189: recconenctions||reconnections
'recconenctions' may be misspelled - perhaps 'reconnections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/59a17db2_12dc6eb6
PS1, Line 7191: recconencts||reconnects
'recconencts' may be misspelled - perhaps 'reconnects'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/401c935f_1e930516
PS1, Line 7195: recconetions||reconnections
'recconetions' may be misspelled - perhaps 'reconnections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ebac9ba5_aedb8016
PS1, Line 7197: recconets||reconnects
'recconets' may be misspelled - perhaps 'reconnects'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fdac0497_c9908538
PS1, Line 7200: receieves||receives
'receieves' may be misspelled - perhaps 'receives'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6924c4fd_273c8cf4
PS1, Line 7206: recepients||recipients
'recepients' may be misspelled - perhaps 'recipients'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6c25c8f8_0a9d0261
PS1, Line 7209: receves||receives
'receves' may be misspelled - perhaps 'receives'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/992641f0_c5fd1951
PS1, Line 7212: recevies||receives
'recevies' may be misspelled - perhaps 'receives'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c4470108_34876144
PS1, Line 7215: recievd||received
'recievd' may be misspelled - perhaps 'received'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8dd47af4_0a4cf60b
PS1, Line 7217: recieve||receive
'recieve' may be misspelled - perhaps 'receive'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/126bf97c_d21685c7
PS1, Line 7224: recives||receives
'recives' may be misspelled - perhaps 'receives'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8d36e6ad_cd7ee0c2
PS1, Line 7229: recogizes||recognizes
'recogizes' may be misspelled - perhaps 'recognizes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/896e6b40_e020a6bc
PS1, Line 7237: recomends||recommends
'recomends' may be misspelled - perhaps 'recommends'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/828f32b9_a9a03bac
PS1, Line 7242: recommands||recommends
'recommands' may be misspelled - perhaps 'recommends'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3a5c5571_b0bbc62a
PS1, Line 7246: recommdends||recommends
'recommdends' may be misspelled - perhaps 'recommends'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/302cd537_23adc5a8
PS1, Line 7248: recommds||recommends
'recommds' may be misspelled - perhaps 'recommends'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3d545e0b_904cd9c2
PS1, Line 7252: recommeds||recommends
'recommeds' may be misspelled - perhaps 'recommends'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ddc1cd48_171973da
PS1, Line 7257: recommmends||recommends
'recommmends' may be misspelled - perhaps 'recommends'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c54f0c5f_fa05895a
PS1, Line 7260: recommnds||recommends
'recommnds' may be misspelled - perhaps 'recommends'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4610519e_f6541e83
PS1, Line 7263: recommneds||recommends
'recommneds' may be misspelled - perhaps 'recommends'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f8747f40_29d7ff90
PS1, Line 7270: reconecctions||reconnections
'reconecctions' may be misspelled - perhaps 'reconnections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/62566305_0b93d1cd
PS1, Line 7272: reconeccts||reconnects
'reconeccts' may be misspelled - perhaps 'reconnects'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b6193e42_8af6928d
PS1, Line 7276: reconections||reconnections
'reconections' may be misspelled - perhaps 'reconnections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d65fa99a_42429fe4
PS1, Line 7278: reconects||reconnects
'reconects' may be misspelled - perhaps 'reconnects'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9be524cc_e9171a23
PS1, Line 7282: reconeections||reconnections
'reconeections' may be misspelled - perhaps 'reconnections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/600c9447_0df381af
PS1, Line 7284: reconeects||reconnects
'reconeects' may be misspelled - perhaps 'reconnects'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b2fb6151_eaee6358
PS1, Line 7288: reconenctions||reconnections
'reconenctions' may be misspelled - perhaps 'reconnections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fbd11077_a8db8813
PS1, Line 7290: reconencts||reconnects
'reconencts' may be misspelled - perhaps 'reconnects'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/11ae2308_a26c52fc
PS1, Line 7294: reconetions||reconnections
'reconetions' may be misspelled - perhaps 'reconnections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1531f148_d701dbde
PS1, Line 7296: reconets||reconnects
'reconets' may be misspelled - perhaps 'reconnects'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0ec2defb_06fba9f4
PS1, Line 7309: recources||resources
'recources' may be misspelled - perhaps 'resources'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/964d2a5b_ce4a9594
PS1, Line 7311: rectanges||rectangles
'rectanges' may be misspelled - perhaps 'rectangles'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/122e1aa4_5c7ddc84
PS1, Line 7318: recyles||recycles
'recyles' may be misspelled - perhaps 'recycles'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5eed47f6_e77cc504
PS1, Line 7322: re-defiend||re-defined
're-defiend' may be misspelled - perhaps 're-defined'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/536ffc6f_6d31a19d
PS1, Line 7325: redefintions||redefinitions
'redefintions' may be misspelled - perhaps 'redefinitions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/35e5cba8_29111549
PS1, Line 7334: re-engeneering||re-engineering
're-engeneering' may be misspelled - perhaps 're-engineering'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2e52ad54_8e1545a0
PS1, Line 7335: re-engeneer||re-engineer
're-engeneer' may be misspelled - perhaps 're-engineer'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a4bbc252_8f5449e9
PS1, Line 7336: re-evaulated||re-evaluated
're-evaulated' may be misspelled - perhaps 're-evaluated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e2ab65ca_3086de77
PS1, Line 7344: refects||reflects
'refects' may be misspelled - perhaps 'reflects'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/120c9ac9_c51acaf1
PS1, Line 7346: refences||references
'refences' may be misspelled - perhaps 'references'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/52de2115_e18cdd95
PS1, Line 7348: referecences||references
'referecences' may be misspelled - perhaps 'references'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/097a1bc9_b76367d7
PS1, Line 7352: referenes||references
'referenes' may be misspelled - perhaps 'references'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/15e0d484_c5f954a8
PS1, Line 7356: referncences||references
'referncences' may be misspelled - perhaps 'references'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4e5518a4_cc235099
PS1, Line 7358: refernces||references
'refernces' may be misspelled - perhaps 'references'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7f82e293_e8e96d23
PS1, Line 7363: referneces||references
'referneces' may be misspelled - perhaps 'references'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/64c16bce_ec5aa812
PS1, Line 7367: refertences||references
'refertences' may be misspelled - perhaps 'references'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f2095030_0b3bde27
PS1, Line 7376: refrences||references
'refrences' may be misspelled - perhaps 'references'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b73d315d_1a8fbdfc
PS1, Line 7379: refures||refuses
'refures' may be misspelled - perhaps 'refuses'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6d69bebe_d42766c7
PS1, Line 7385: registeration||registration
'registeration' may be misspelled - perhaps 'registration'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b376a82f_ed990f83
PS1, Line 7387: registe||register
'registe' may be misspelled - perhaps 'register'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ace98c4c_d1426e23
PS1, Line 7397: regiters||registers
'regiters' may be misspelled - perhaps 'registers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/61983ef1_19105434
PS1, Line 7402: regsiters||registers
'regsiters' may be misspelled - perhaps 'registers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c0825942_5efcaedc
PS1, Line 7406: regsters||registers
'regsters' may be misspelled - perhaps 'registers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/10490e9e_9f1c5bc9
PS1, Line 7412: reguarliser||regulariser
'reguarliser' may be misspelled - perhaps 'regulariser'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5c58d840_41d94631
PS1, Line 7414: reguarlizer||regularizer
'reguarlizer' may be misspelled - perhaps 'regularizer'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/205bb996_79d186c0
PS1, Line 7422: reigsters||registers
'reigsters' may be misspelled - perhaps 'registers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/af1eeab0_c1564da4
PS1, Line 7427: re-implimenting||re-implementing
're-implimenting' may be misspelled - perhaps 're-implementing'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/64b904e0_0dc1de2e
PS1, Line 7429: re-impliment||re-implement
're-impliment' may be misspelled - perhaps 're-implement'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f550c8ba_feb84364
PS1, Line 7436: reimplments||reimplements
'reimplments' may be misspelled - perhaps 'reimplements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3839d233_7bbdced2
PS1, Line 7446: relases||releases
'relases' may be misspelled - perhaps 'releases'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c2e9f996_6ba3156b
PS1, Line 7458: releation||relation
'releation' may be misspelled - perhaps 'relation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5a9b229c_8f8a424a
PS1, Line 7460: releationships||relationships
'releationships' may be misspelled - perhaps 'relationships'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/eff28cfb_b9fb24c1
PS1, Line 7468: reloade||reload
'reloade' may be misspelled - perhaps 'reload'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/30a52f19_a99b0e84
PS1, Line 7480: remebers||remembers
'remebers' may be misspelled - perhaps 'remembers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7755a4a0_10008f55
PS1, Line 7484: rememebers||remembers
'rememebers' may be misspelled - perhaps 'remembers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/41d9864a_a4a5908e
PS1, Line 7487: rememebrs||remembers
'rememebrs' may be misspelled - perhaps 'remembers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/20b1e7f2_56aec4be
PS1, Line 7490: rememembers||remembers
'rememembers' may be misspelled - perhaps 'remembers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f1b80e33_413c2d70
PS1, Line 7493: rememers||remembers
'rememers' may be misspelled - perhaps 'remembers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a173f0b4_17465608
PS1, Line 7500: re-negatiotiable||re-negotiable
're-negatiotiable' may be misspelled - perhaps 're-negotiable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/070a79c1_3bd15356
PS1, Line 7502: re-negatiotiated||re-negotiated
're-negatiotiated' may be misspelled - perhaps 're-negotiated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5725fe15_d1e35738
PS1, Line 7504: re-negatiotiate||re-negotiate
're-negatiotiate' may be misspelled - perhaps 're-negotiate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cc6691c3_76af0fb3
PS1, Line 7506: re-negatiotiates||re-negotiates
're-negatiotiates' may be misspelled - perhaps 're-negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8f27e94b_450c898a
PS1, Line 7507: renegatiotiates||renegotiates
'renegatiotiates' may be misspelled - perhaps 'renegotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/546da0ec_460f3193
PS1, Line 7508: re-negatiotiating||re-negotiating
're-negatiotiating' may be misspelled - perhaps 're-negotiating'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1feb4c61_4e81255e
PS1, Line 7510: re-negatiotiation||re-negotiation
're-negatiotiation' may be misspelled - perhaps 're-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2c4db8eb_5f47c58b
PS1, Line 7512: re-negatiotiations||re-negotiations
're-negatiotiations' may be misspelled - perhaps 're-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ae293fcb_7e6a984a
PS1, Line 7513: renegatiotiations||renegotiations
'renegatiotiations' may be misspelled - perhaps 'renegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6cc616a0_8009e054
PS1, Line 7514: re-negatiotiator||re-negotiator
're-negatiotiator' may be misspelled - perhaps 're-negotiator'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1d78c4c3_e518a736
PS1, Line 7516: re-negatiotiators||re-negotiators
're-negatiotiators' may be misspelled - perhaps 're-negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7561e16b_a3356301
PS1, Line 7517: renegatiotiators||renegotiators
'renegatiotiators' may be misspelled - perhaps 'renegotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e17f1353_6d639060
PS1, Line 7518: re-negoable||re-negotiable
're-negoable' may be misspelled - perhaps 're-negotiable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cf3594a9_c11230be
PS1, Line 7520: re-negoated||re-negotiated
're-negoated' may be misspelled - perhaps 're-negotiated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8e17d0da_031a8160
PS1, Line 7522: re-negoate||re-negotiate
're-negoate' may be misspelled - perhaps 're-negotiate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cb025d61_683485a3
PS1, Line 7524: re-negoates||re-negotiates
're-negoates' may be misspelled - perhaps 're-negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f8f37c81_9e50808c
PS1, Line 7525: renegoates||renegotiates
'renegoates' may be misspelled - perhaps 'renegotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2611557b_eecce281
PS1, Line 7526: re-negoatiable||re-negotiable
're-negoatiable' may be misspelled - perhaps 're-negotiable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/636d471c_38d293e0
PS1, Line 7528: re-negoatiated||re-negotiated
're-negoatiated' may be misspelled - perhaps 're-negotiated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/00378d15_3d619bc4
PS1, Line 7530: re-negoatiate||re-negotiate
're-negoatiate' may be misspelled - perhaps 're-negotiate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4db627b6_602c8554
PS1, Line 7532: re-negoatiates||re-negotiates
're-negoatiates' may be misspelled - perhaps 're-negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/02ccdf01_69441bd1
PS1, Line 7533: renegoatiates||renegotiates
'renegoatiates' may be misspelled - perhaps 'renegotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f79df515_99e7a7a9
PS1, Line 7534: re-negoatiating||re-negotiating
're-negoatiating' may be misspelled - perhaps 're-negotiating'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a7409468_f98f226a
PS1, Line 7536: re-negoatiation||re-negotiation
're-negoatiation' may be misspelled - perhaps 're-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/39c16227_a0fcdae9
PS1, Line 7538: re-negoatiations||re-negotiations
're-negoatiations' may be misspelled - perhaps 're-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/55cabf7a_b04c537b
PS1, Line 7539: renegoatiations||renegotiations
'renegoatiations' may be misspelled - perhaps 'renegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/41b4b3f6_19a8c399
PS1, Line 7540: re-negoatiator||re-negotiator
're-negoatiator' may be misspelled - perhaps 're-negotiator'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b442fd66_17256b17
PS1, Line 7542: re-negoatiators||re-negotiators
're-negoatiators' may be misspelled - perhaps 're-negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8183a69b_b4a9c7e6
PS1, Line 7543: renegoatiators||renegotiators
'renegoatiators' may be misspelled - perhaps 'renegotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e0325a4f_79c8b641
PS1, Line 7544: re-negoating||re-negotiating
're-negoating' may be misspelled - perhaps 're-negotiating'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d5bb274b_507a20a1
PS1, Line 7546: re-negoation||re-negotiation
're-negoation' may be misspelled - perhaps 're-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6dc5ca17_e112c693
PS1, Line 7548: re-negoations||re-negotiations
're-negoations' may be misspelled - perhaps 're-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/779f128b_b089cbf2
PS1, Line 7549: renegoations||renegotiations
'renegoations' may be misspelled - perhaps 'renegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e164769e_d451f124
PS1, Line 7550: re-negoator||re-negotiator
're-negoator' may be misspelled - perhaps 're-negotiator'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d017ba15_317a164d
PS1, Line 7552: re-negoators||re-negotiators
're-negoators' may be misspelled - perhaps 're-negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5261aff6_737b1956
PS1, Line 7553: renegoators||renegotiators
'renegoators' may be misspelled - perhaps 'renegotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1c868d5c_46877cb7
PS1, Line 7554: re-negociable||re-negotiable
're-negociable' may be misspelled - perhaps 're-negotiable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4f4873f3_4fc49757
PS1, Line 7556: re-negociated||re-negotiated
're-negociated' may be misspelled - perhaps 're-negotiated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/34140d7a_252f7871
PS1, Line 7558: re-negociate||re-negotiate
're-negociate' may be misspelled - perhaps 're-negotiate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4d11839d_7100a933
PS1, Line 7560: re-negociates||re-negotiates
're-negociates' may be misspelled - perhaps 're-negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c947878c_877d5315
PS1, Line 7561: renegociates||renegotiates
'renegociates' may be misspelled - perhaps 'renegotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/63b4ccce_7bf58895
PS1, Line 7562: re-negociating||re-negotiating
're-negociating' may be misspelled - perhaps 're-negotiating'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/214e60ef_338700fd
PS1, Line 7564: re-negociation||re-negotiation
're-negociation' may be misspelled - perhaps 're-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a8578052_414a4734
PS1, Line 7566: re-negociations||re-negotiations
're-negociations' may be misspelled - perhaps 're-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/75976d08_14877202
PS1, Line 7567: renegociations||renegotiations
'renegociations' may be misspelled - perhaps 'renegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/893af962_4faf464f
PS1, Line 7568: re-negociator||re-negotiator
're-negociator' may be misspelled - perhaps 're-negotiator'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/265d4321_c3c57d65
PS1, Line 7570: re-negociators||re-negotiators
're-negociators' may be misspelled - perhaps 're-negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/203a65a5_20f1e4c8
PS1, Line 7571: renegociators||renegotiators
'renegociators' may be misspelled - perhaps 'renegotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/866f800b_f1443b6e
PS1, Line 7572: re-negogtiable||re-negotiable
're-negogtiable' may be misspelled - perhaps 're-negotiable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/87ff1f99_d5e45346
PS1, Line 7574: re-negogtiated||re-negotiated
're-negogtiated' may be misspelled - perhaps 're-negotiated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/200ddc4c_d978d849
PS1, Line 7576: re-negogtiate||re-negotiate
're-negogtiate' may be misspelled - perhaps 're-negotiate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/42cbf14e_62c8d159
PS1, Line 7578: re-negogtiates||re-negotiates
're-negogtiates' may be misspelled - perhaps 're-negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3b77205a_2be5442e
PS1, Line 7579: renegogtiates||renegotiates
'renegogtiates' may be misspelled - perhaps 'renegotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/696e51ae_c2b87857
PS1, Line 7580: re-negogtiating||re-negotiating
're-negogtiating' may be misspelled - perhaps 're-negotiating'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/76bbd056_85103f8b
PS1, Line 7582: re-negogtiation||re-negotiation
're-negogtiation' may be misspelled - perhaps 're-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/71924849_60b45afc
PS1, Line 7584: re-negogtiations||re-negotiations
're-negogtiations' may be misspelled - perhaps 're-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4ab98480_7396332d
PS1, Line 7585: renegogtiations||renegotiations
'renegogtiations' may be misspelled - perhaps 'renegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/de838b8f_768f7ba1
PS1, Line 7586: re-negogtiator||re-negotiator
're-negogtiator' may be misspelled - perhaps 're-negotiator'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/14820d86_adc08ff3
PS1, Line 7588: re-negogtiators||re-negotiators
're-negogtiators' may be misspelled - perhaps 're-negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/340bcea0_9fbcf2d3
PS1, Line 7589: renegogtiators||renegotiators
'renegogtiators' may be misspelled - perhaps 'renegotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/166dc9cc_f77c158b
PS1, Line 7590: re-negoitable||re-negotiable
're-negoitable' may be misspelled - perhaps 're-negotiable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e4fe531e_77fb338f
PS1, Line 7592: re-negoitated||re-negotiated
're-negoitated' may be misspelled - perhaps 're-negotiated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/002fadc2_270f576b
PS1, Line 7594: re-negoitate||re-negotiate
're-negoitate' may be misspelled - perhaps 're-negotiate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4c8bd095_6f2097b0
PS1, Line 7596: re-negoitates||re-negotiates
're-negoitates' may be misspelled - perhaps 're-negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8f002bd9_02e4ce1b
PS1, Line 7597: renegoitates||renegotiates
'renegoitates' may be misspelled - perhaps 'renegotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fb9178d2_5726ee9e
PS1, Line 7598: re-negoitating||re-negotiating
're-negoitating' may be misspelled - perhaps 're-negotiating'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7d8480e6_f5182576
PS1, Line 7600: re-negoitation||re-negotiation
're-negoitation' may be misspelled - perhaps 're-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e72974c9_0d821b89
PS1, Line 7602: re-negoitations||re-negotiations
're-negoitations' may be misspelled - perhaps 're-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6ac23707_a7488d73
PS1, Line 7603: renegoitations||renegotiations
'renegoitations' may be misspelled - perhaps 'renegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/77bcca97_4fc81a98
PS1, Line 7604: re-negoitator||re-negotiator
're-negoitator' may be misspelled - perhaps 're-negotiator'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/18f40975_ba92f6ed
PS1, Line 7606: re-negoitators||re-negotiators
're-negoitators' may be misspelled - perhaps 're-negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/96097dec_70c360ab
PS1, Line 7607: renegoitators||renegotiators
'renegoitators' may be misspelled - perhaps 'renegotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2a4811ed_66b3db85
PS1, Line 7608: re-negoptionsotiable||re-negotiable
're-negoptionsotiable' may be misspelled - perhaps 're-negotiable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/803b51fc_3e6c53a2
PS1, Line 7610: re-negoptionsotiated||re-negotiated
're-negoptionsotiated' may be misspelled - perhaps 're-negotiated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/672176da_cf70e6a9
PS1, Line 7612: re-negoptionsotiate||re-negotiate
're-negoptionsotiate' may be misspelled - perhaps 're-negotiate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1f3bdd5d_c19ba5c0
PS1, Line 7614: re-negoptionsotiates||re-negotiates
're-negoptionsotiates' may be misspelled - perhaps 're-negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/67430689_e659b5bc
PS1, Line 7615: renegoptionsotiates||renegotiates
'renegoptionsotiates' may be misspelled - perhaps 'renegotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/79990eb0_d0307411
PS1, Line 7616: re-negoptionsotiating||re-negotiating
're-negoptionsotiating' may be misspelled - perhaps 're-negotiating'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3c8464fc_9bc18720
PS1, Line 7618: re-negoptionsotiation||re-negotiation
're-negoptionsotiation' may be misspelled - perhaps 're-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f00e6b5f_6d27b36a
PS1, Line 7620: re-negoptionsotiations||re-negotiations
're-negoptionsotiations' may be misspelled - perhaps 're-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ba35ad2d_eac0b620
PS1, Line 7621: renegoptionsotiations||renegotiations
'renegoptionsotiations' may be misspelled - perhaps 'renegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/467c5787_ed5b23cf
PS1, Line 7622: re-negoptionsotiator||re-negotiator
're-negoptionsotiator' may be misspelled - perhaps 're-negotiator'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/13d3dc65_2dd44f1c
PS1, Line 7624: re-negoptionsotiators||re-negotiators
're-negoptionsotiators' may be misspelled - perhaps 're-negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6a5f2974_0ba124db
PS1, Line 7625: renegoptionsotiators||renegotiators
'renegoptionsotiators' may be misspelled - perhaps 'renegotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/99a811c7_e94a184a
PS1, Line 7626: re-negosiable||re-negotiable
're-negosiable' may be misspelled - perhaps 're-negotiable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3ee71233_7ba1f160
PS1, Line 7628: re-negosiated||re-negotiated
're-negosiated' may be misspelled - perhaps 're-negotiated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bb8aa8ee_9c3489bc
PS1, Line 7630: re-negosiate||re-negotiate
're-negosiate' may be misspelled - perhaps 're-negotiate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3604510b_7f01e2d8
PS1, Line 7632: re-negosiates||re-negotiates
're-negosiates' may be misspelled - perhaps 're-negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5e40b51f_a8c422e9
PS1, Line 7633: renegosiates||renegotiates
'renegosiates' may be misspelled - perhaps 'renegotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/44e245a1_2cf30119
PS1, Line 7634: re-negosiating||re-negotiating
're-negosiating' may be misspelled - perhaps 're-negotiating'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b8e43867_2c7efa75
PS1, Line 7636: re-negosiation||re-negotiation
're-negosiation' may be misspelled - perhaps 're-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3360c155_44fc500d
PS1, Line 7638: re-negosiations||re-negotiations
're-negosiations' may be misspelled - perhaps 're-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4c6145f0_65c16c80
PS1, Line 7639: renegosiations||renegotiations
'renegosiations' may be misspelled - perhaps 'renegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/da23eb5b_f66adf06
PS1, Line 7640: re-negosiator||re-negotiator
're-negosiator' may be misspelled - perhaps 're-negotiator'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/20621d40_fcf6f78d
PS1, Line 7641: renegosiator||renegotiator
'renegosiator' may be misspelled - perhaps 'renegotiator'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/815ce84b_63f6046d
PS1, Line 7642: re-negosiators||re-negotiators
're-negosiators' may be misspelled - perhaps 're-negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/40da3906_8cda20d7
PS1, Line 7644: re-negotable||re-negotiable
're-negotable' may be misspelled - perhaps 're-negotiable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/53f494d9_8cc4c150
PS1, Line 7646: re-negotaiable||re-negotiable
're-negotaiable' may be misspelled - perhaps 're-negotiable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ebebcc4a_dad99bbf
PS1, Line 7648: re-negotaiated||re-negotiated
're-negotaiated' may be misspelled - perhaps 're-negotiated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1ecfcaea_7c189ef7
PS1, Line 7650: re-negotaiate||re-negotiate
're-negotaiate' may be misspelled - perhaps 're-negotiate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ba6a6a5d_85f3e9cb
PS1, Line 7652: re-negotaiates||re-negotiates
're-negotaiates' may be misspelled - perhaps 're-negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2eae778b_0a4e5f0c
PS1, Line 7653: renegotaiates||renegotiates
'renegotaiates' may be misspelled - perhaps 'renegotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a3795fd4_c8524178
PS1, Line 7654: re-negotaiating||re-negotiating
're-negotaiating' may be misspelled - perhaps 're-negotiating'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e53e1eba_b3502706
PS1, Line 7656: re-negotaiation||re-negotiation
're-negotaiation' may be misspelled - perhaps 're-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/02fd649d_6415c39f
PS1, Line 7658: re-negotaiations||re-negotiations
're-negotaiations' may be misspelled - perhaps 're-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9ea44567_beb42f47
PS1, Line 7659: renegotaiations||renegotiations
'renegotaiations' may be misspelled - perhaps 'renegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5ff705b6_3d82570a
PS1, Line 7660: re-negotaiator||re-negotiator
're-negotaiator' may be misspelled - perhaps 're-negotiator'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b64bd6d7_2c20a239
PS1, Line 7662: re-negotaiators||re-negotiators
're-negotaiators' may be misspelled - perhaps 're-negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bf5a19ee_2115233c
PS1, Line 7663: renegotaiators||renegotiators
'renegotaiators' may be misspelled - perhaps 'renegotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/04c7b0d7_27139a8b
PS1, Line 7664: re-negotaible||re-negotiable
're-negotaible' may be misspelled - perhaps 're-negotiable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3c82dde4_f08fc2be
PS1, Line 7666: re-negotaited||re-negotiated
're-negotaited' may be misspelled - perhaps 're-negotiated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e741c78a_146c96e6
PS1, Line 7668: re-negotaite||re-negotiate
're-negotaite' may be misspelled - perhaps 're-negotiate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2fb79dc2_0efbeb9c
PS1, Line 7670: re-negotaites||re-negotiates
're-negotaites' may be misspelled - perhaps 're-negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/192a7569_70efeb9c
PS1, Line 7671: renegotaites||renegotiates
'renegotaites' may be misspelled - perhaps 'renegotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/64f4d34a_5d144521
PS1, Line 7672: re-negotaiting||re-negotiating
're-negotaiting' may be misspelled - perhaps 're-negotiating'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2c829ce9_859dba79
PS1, Line 7674: re-negotaition||re-negotiation
're-negotaition' may be misspelled - perhaps 're-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/817ba3c4_7fc62b64
PS1, Line 7676: re-negotaitions||re-negotiations
're-negotaitions' may be misspelled - perhaps 're-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f39c706e_467b3254
PS1, Line 7677: renegotaitions||renegotiations
'renegotaitions' may be misspelled - perhaps 'renegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c607c3a9_27bffcf6
PS1, Line 7678: re-negotaitor||re-negotiator
're-negotaitor' may be misspelled - perhaps 're-negotiator'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3d185bf3_cc91c9f6
PS1, Line 7680: re-negotaitors||re-negotiators
're-negotaitors' may be misspelled - perhaps 're-negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d1d0b490_b47e61f7
PS1, Line 7681: renegotaitors||renegotiators
'renegotaitors' may be misspelled - perhaps 'renegotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/84d64b46_6e297a4a
PS1, Line 7682: re-negotated||re-negotiated
're-negotated' may be misspelled - perhaps 're-negotiated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/37901ec8_ba590092
PS1, Line 7684: re-negotate||re-negotiate
're-negotate' may be misspelled - perhaps 're-negotiate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/65364426_b5af4bbd
PS1, Line 7686: re-negotates||re-negotiates
're-negotates' may be misspelled - perhaps 're-negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b4a76438_20d068cb
PS1, Line 7687: renegotates||renegotiates
'renegotates' may be misspelled - perhaps 'renegotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/db720cdd_af6854eb
PS1, Line 7688: re-negotatiable||re-negotiable
're-negotatiable' may be misspelled - perhaps 're-negotiable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fb09f4ee_0af2ca99
PS1, Line 7690: re-negotatiated||re-negotiated
're-negotatiated' may be misspelled - perhaps 're-negotiated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1d6c48d6_82f69290
PS1, Line 7692: re-negotatiate||re-negotiate
're-negotatiate' may be misspelled - perhaps 're-negotiate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9629fa9c_ba2e6831
PS1, Line 7694: re-negotatiates||re-negotiates
're-negotatiates' may be misspelled - perhaps 're-negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c0b30db8_0520a263
PS1, Line 7695: renegotatiates||renegotiates
'renegotatiates' may be misspelled - perhaps 'renegotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b3a8d766_45fc127c
PS1, Line 7696: re-negotatiating||re-negotiating
're-negotatiating' may be misspelled - perhaps 're-negotiating'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7120d229_aa04c50c
PS1, Line 7698: re-negotatiation||re-negotiation
're-negotatiation' may be misspelled - perhaps 're-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/300249ab_b3d4f8da
PS1, Line 7700: re-negotatiations||re-negotiations
're-negotatiations' may be misspelled - perhaps 're-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4ce4937d_12014ddb
PS1, Line 7701: renegotatiations||renegotiations
'renegotatiations' may be misspelled - perhaps 'renegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/968b2fa3_874ea26d
PS1, Line 7702: re-negotatiator||re-negotiator
're-negotatiator' may be misspelled - perhaps 're-negotiator'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fcce391a_edcea446
PS1, Line 7704: re-negotatiators||re-negotiators
're-negotatiators' may be misspelled - perhaps 're-negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0ac09350_dd237383
PS1, Line 7705: renegotatiators||renegotiators
'renegotatiators' may be misspelled - perhaps 'renegotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c38d080f_d78af673
PS1, Line 7706: re-negotatible||re-negotiable
're-negotatible' may be misspelled - perhaps 're-negotiable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e706d601_452dd926
PS1, Line 7708: re-negotatied||re-negotiated
're-negotatied' may be misspelled - perhaps 're-negotiated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6fb4fa67_e2f03e7c
PS1, Line 7710: re-negotatie||re-negotiate
're-negotatie' may be misspelled - perhaps 're-negotiate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fedb437e_7fce89b5
PS1, Line 7712: re-negotaties||re-negotiates
're-negotaties' may be misspelled - perhaps 're-negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/53e9d0d1_f9f1cc3e
PS1, Line 7713: renegotaties||renegotiates
'renegotaties' may be misspelled - perhaps 'renegotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4b524aec_2246fb5b
PS1, Line 7714: re-negotating||re-negotiating
're-negotating' may be misspelled - perhaps 're-negotiating'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0ea4888e_2076850f
PS1, Line 7716: re-negotation||re-negotiation
're-negotation' may be misspelled - perhaps 're-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1a959964_ded427a8
PS1, Line 7718: re-negotations||re-negotiations
're-negotations' may be misspelled - perhaps 're-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/34c6cc7f_f32598a0
PS1, Line 7719: renegotations||renegotiations
'renegotations' may be misspelled - perhaps 'renegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/680c4f87_994e93a2
PS1, Line 7720: re-negotatior||re-negotiator
're-negotatior' may be misspelled - perhaps 're-negotiator'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b3dc8f2f_7d31de35
PS1, Line 7722: re-negotatiors||re-negotiators
're-negotatiors' may be misspelled - perhaps 're-negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c11c5218_61b40cad
PS1, Line 7723: renegotatiors||renegotiators
'renegotatiors' may be misspelled - perhaps 'renegotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/59df59e9_1765b535
PS1, Line 7724: re-negotator||re-negotiator
're-negotator' may be misspelled - perhaps 're-negotiator'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a9724169_5ed37d0b
PS1, Line 7726: re-negotators||re-negotiators
're-negotators' may be misspelled - perhaps 're-negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0d4a232c_ccd16319
PS1, Line 7727: renegotators||renegotiators
'renegotators' may be misspelled - perhaps 'renegotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0fe34e7a_aa047acd
PS1, Line 7728: re-negothiable||re-negotiable
're-negothiable' may be misspelled - perhaps 're-negotiable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/34383b53_84a659ff
PS1, Line 7730: re-negothiated||re-negotiated
're-negothiated' may be misspelled - perhaps 're-negotiated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c1f30ebd_1e294b66
PS1, Line 7732: re-negothiate||re-negotiate
're-negothiate' may be misspelled - perhaps 're-negotiate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c0d01583_8b3dd609
PS1, Line 7734: re-negothiates||re-negotiates
're-negothiates' may be misspelled - perhaps 're-negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/19bd67d9_2c637829
PS1, Line 7735: renegothiates||renegotiates
'renegothiates' may be misspelled - perhaps 'renegotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6ba9db41_e630dc2d
PS1, Line 7736: re-negothiating||re-negotiating
're-negothiating' may be misspelled - perhaps 're-negotiating'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/161a9c15_612fb67c
PS1, Line 7738: re-negothiation||re-negotiation
're-negothiation' may be misspelled - perhaps 're-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5858de01_ea8d0983
PS1, Line 7740: re-negothiations||re-negotiations
're-negothiations' may be misspelled - perhaps 're-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b9200894_37070e22
PS1, Line 7741: renegothiations||renegotiations
'renegothiations' may be misspelled - perhaps 'renegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fd1d3056_655287d2
PS1, Line 7742: re-negothiator||re-negotiator
're-negothiator' may be misspelled - perhaps 're-negotiator'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2c1de33f_4f0f68b9
PS1, Line 7744: re-negothiators||re-negotiators
're-negothiators' may be misspelled - perhaps 're-negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3c9c6dd0_42b9a632
PS1, Line 7745: renegothiators||renegotiators
'renegothiators' may be misspelled - perhaps 'renegotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4f144298_7acaa037
PS1, Line 7746: re-negotible||re-negotiable
're-negotible' may be misspelled - perhaps 're-negotiable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/107aca8d_7df24104
PS1, Line 7748: re-negoticable||re-negotiable
're-negoticable' may be misspelled - perhaps 're-negotiable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fa2b4687_2f7f2642
PS1, Line 7750: re-negoticated||re-negotiated
're-negoticated' may be misspelled - perhaps 're-negotiated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6b939832_8093417a
PS1, Line 7752: re-negoticate||re-negotiate
're-negoticate' may be misspelled - perhaps 're-negotiate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1b66ba72_f5d5d8b5
PS1, Line 7754: re-negoticates||re-negotiates
're-negoticates' may be misspelled - perhaps 're-negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/124b7d02_b4fa93b2
PS1, Line 7755: renegoticates||renegotiates
'renegoticates' may be misspelled - perhaps 'renegotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/92950010_320fa75a
PS1, Line 7756: re-negoticating||re-negotiating
're-negoticating' may be misspelled - perhaps 're-negotiating'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/031accc3_1cdbe740
PS1, Line 7758: re-negotication||re-negotiation
're-negotication' may be misspelled - perhaps 're-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/15a29c80_c7ffa6cf
PS1, Line 7760: re-negotications||re-negotiations
're-negotications' may be misspelled - perhaps 're-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5325ce76_c2277101
PS1, Line 7761: renegotications||renegotiations
'renegotications' may be misspelled - perhaps 'renegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/20a0b9db_f71a56e3
PS1, Line 7762: re-negoticator||re-negotiator
're-negoticator' may be misspelled - perhaps 're-negotiator'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/eb4d2761_59073962
PS1, Line 7764: re-negoticators||re-negotiators
're-negoticators' may be misspelled - perhaps 're-negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4e7ccdf1_07f4a1e2
PS1, Line 7765: renegoticators||renegotiators
'renegoticators' may be misspelled - perhaps 'renegotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/868b4b97_204d442a
PS1, Line 7766: re-negotioable||re-negotiable
're-negotioable' may be misspelled - perhaps 're-negotiable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/dd042b01_fa81cc27
PS1, Line 7768: re-negotioated||re-negotiated
're-negotioated' may be misspelled - perhaps 're-negotiated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0ab96593_87f04405
PS1, Line 7770: re-negotioate||re-negotiate
're-negotioate' may be misspelled - perhaps 're-negotiate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/88cf1d16_4ad9be50
PS1, Line 7772: re-negotioates||re-negotiates
're-negotioates' may be misspelled - perhaps 're-negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a1f08c0f_78d97d2e
PS1, Line 7773: renegotioates||renegotiates
'renegotioates' may be misspelled - perhaps 'renegotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/312cc5ad_71a8fd4d
PS1, Line 7774: re-negotioating||re-negotiating
're-negotioating' may be misspelled - perhaps 're-negotiating'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8c484720_703a49bd
PS1, Line 7776: re-negotioation||re-negotiation
're-negotioation' may be misspelled - perhaps 're-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b80475f1_092c5ee2
PS1, Line 7778: re-negotioations||re-negotiations
're-negotioations' may be misspelled - perhaps 're-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6a224fc3_172d53c5
PS1, Line 7779: renegotioations||renegotiations
'renegotioations' may be misspelled - perhaps 'renegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1948ab05_b899d568
PS1, Line 7780: re-negotioator||re-negotiator
're-negotioator' may be misspelled - perhaps 're-negotiator'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4ea3fd82_83015dba
PS1, Line 7782: re-negotioators||re-negotiators
're-negotioators' may be misspelled - perhaps 're-negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/67c03548_d5a06cee
PS1, Line 7783: renegotioators||renegotiators
'renegotioators' may be misspelled - perhaps 'renegotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/88c0b221_5732387f
PS1, Line 7784: re-negotioble||re-negotiable
're-negotioble' may be misspelled - perhaps 're-negotiable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c84865c4_9b625702
PS1, Line 7786: re-negotionable||re-negotiable
're-negotionable' may be misspelled - perhaps 're-negotiable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/996da3db_e3c9d0dd
PS1, Line 7788: re-negotionated||re-negotiated
're-negotionated' may be misspelled - perhaps 're-negotiated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/05f429cb_5433282d
PS1, Line 7790: re-negotionate||re-negotiate
're-negotionate' may be misspelled - perhaps 're-negotiate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0dec786b_4a78bae5
PS1, Line 7792: re-negotionates||re-negotiates
're-negotionates' may be misspelled - perhaps 're-negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/35fc9280_503a8de7
PS1, Line 7793: renegotionates||renegotiates
'renegotionates' may be misspelled - perhaps 'renegotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/41f83565_e87a55c2
PS1, Line 7794: re-negotionating||re-negotiating
're-negotionating' may be misspelled - perhaps 're-negotiating'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9799702e_d6823851
PS1, Line 7796: re-negotionation||re-negotiation
're-negotionation' may be misspelled - perhaps 're-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/53b03ed6_d3c67e2f
PS1, Line 7798: re-negotionations||re-negotiations
're-negotionations' may be misspelled - perhaps 're-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/77db6add_98eb981c
PS1, Line 7799: renegotionations||renegotiations
'renegotionations' may be misspelled - perhaps 'renegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4fe54175_3eee141b
PS1, Line 7800: re-negotionator||re-negotiator
're-negotionator' may be misspelled - perhaps 're-negotiator'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/53c09a8e_7b6e5bd0
PS1, Line 7802: re-negotionators||re-negotiators
're-negotionators' may be misspelled - perhaps 're-negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0162a1e3_e9940629
PS1, Line 7803: renegotionators||renegotiators
'renegotionators' may be misspelled - perhaps 'renegotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/96d3655a_fe8afd3f
PS1, Line 7804: re-negotion||re-negotiation
're-negotion' may be misspelled - perhaps 're-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ffa8f7d9_222c7b13
PS1, Line 7806: re-negotions||re-negotiations
're-negotions' may be misspelled - perhaps 're-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b1213ad3_c4d41b46
PS1, Line 7807: renegotions||renegotiations
'renegotions' may be misspelled - perhaps 'renegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/698df962_ba0855c1
PS1, Line 7808: re-negotiotable||re-negotiable
're-negotiotable' may be misspelled - perhaps 're-negotiable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d60b3dbf_c73477ec
PS1, Line 7810: re-negotiotated||re-negotiated
're-negotiotated' may be misspelled - perhaps 're-negotiated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/48b0d8f7_d891c130
PS1, Line 7812: re-negotiotate||re-negotiate
're-negotiotate' may be misspelled - perhaps 're-negotiate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/48b66c5a_80181576
PS1, Line 7814: re-negotiotates||re-negotiates
're-negotiotates' may be misspelled - perhaps 're-negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/21ba0c6b_8d4ae934
PS1, Line 7815: renegotiotates||renegotiates
'renegotiotates' may be misspelled - perhaps 'renegotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f9446898_c3005f43
PS1, Line 7816: re-negotiotating||re-negotiating
're-negotiotating' may be misspelled - perhaps 're-negotiating'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/76dd02ab_0e61b574
PS1, Line 7818: re-negotiotation||re-negotiation
're-negotiotation' may be misspelled - perhaps 're-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/93ec8398_984f0c6c
PS1, Line 7820: re-negotiotations||re-negotiations
're-negotiotations' may be misspelled - perhaps 're-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0455b2aa_4524747e
PS1, Line 7821: renegotiotations||renegotiations
'renegotiotations' may be misspelled - perhaps 'renegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/10043cd4_e827429c
PS1, Line 7822: re-negotiotator||re-negotiator
're-negotiotator' may be misspelled - perhaps 're-negotiator'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/46043c3f_7c8c6a16
PS1, Line 7824: re-negotiotators||re-negotiators
're-negotiotators' may be misspelled - perhaps 're-negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/dab44453_0d9c7378
PS1, Line 7825: renegotiotators||renegotiators
'renegotiotators' may be misspelled - perhaps 'renegotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2699f3b7_09613f95
PS1, Line 7826: re-negotioted||re-negotiated
're-negotioted' may be misspelled - perhaps 're-negotiated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/81514a29_2e380367
PS1, Line 7828: re-negotiote||re-negotiate
're-negotiote' may be misspelled - perhaps 're-negotiate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f9c3329c_cfcb9574
PS1, Line 7830: re-negotiotes||re-negotiates
're-negotiotes' may be misspelled - perhaps 're-negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e79bbb99_af50b16c
PS1, Line 7831: renegotiotes||renegotiates
'renegotiotes' may be misspelled - perhaps 'renegotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/55ef4c8a_55524258
PS1, Line 7832: re-negotioting||re-negotiating
're-negotioting' may be misspelled - perhaps 're-negotiating'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9af26648_bab46f72
PS1, Line 7834: re-negotiotion||re-negotiation
're-negotiotion' may be misspelled - perhaps 're-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d25f337d_548c4ea1
PS1, Line 7836: re-negotiotions||re-negotiations
're-negotiotions' may be misspelled - perhaps 're-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8030530d_587b83d6
PS1, Line 7837: renegotiotions||renegotiations
'renegotiotions' may be misspelled - perhaps 'renegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/890a5689_3bee7cc5
PS1, Line 7838: re-negotiotor||re-negotiator
're-negotiotor' may be misspelled - perhaps 're-negotiator'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7036cd10_de457791
PS1, Line 7840: re-negotiotors||re-negotiators
're-negotiotors' may be misspelled - perhaps 're-negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/171af09c_e46eb5a2
PS1, Line 7841: renegotiotors||renegotiators
'renegotiotors' may be misspelled - perhaps 'renegotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/93c20921_5d6ad788
PS1, Line 7842: re-negotitable||re-negotiable
're-negotitable' may be misspelled - perhaps 're-negotiable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9a8cf807_25913d34
PS1, Line 7844: re-negotitaed||re-negotiated
're-negotitaed' may be misspelled - perhaps 're-negotiated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c68aef6f_dae4475d
PS1, Line 7846: re-negotitae||re-negotiate
're-negotitae' may be misspelled - perhaps 're-negotiate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/beb55d79_a41a12ac
PS1, Line 7848: re-negotitaes||re-negotiates
're-negotitaes' may be misspelled - perhaps 're-negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/01a3ab19_368d6755
PS1, Line 7849: renegotitaes||renegotiates
'renegotitaes' may be misspelled - perhaps 'renegotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e6b6ab51_7a92c8ce
PS1, Line 7850: re-negotitaing||re-negotiating
're-negotitaing' may be misspelled - perhaps 're-negotiating'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5242ea65_9ad824d4
PS1, Line 7852: re-negotitaion||re-negotiation
're-negotitaion' may be misspelled - perhaps 're-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/42ea024b_4cf35e04
PS1, Line 7854: re-negotitaions||re-negotiations
're-negotitaions' may be misspelled - perhaps 're-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/96ba5e80_bade6171
PS1, Line 7855: renegotitaions||renegotiations
'renegotitaions' may be misspelled - perhaps 'renegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b3f183b8_fd756c1c
PS1, Line 7856: re-negotitaor||re-negotiator
're-negotitaor' may be misspelled - perhaps 're-negotiator'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fbd31c66_033beb5e
PS1, Line 7858: re-negotitaors||re-negotiators
're-negotitaors' may be misspelled - perhaps 're-negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cb271629_49a875a7
PS1, Line 7859: renegotitaors||renegotiators
'renegotitaors' may be misspelled - perhaps 'renegotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5015a4f1_329c7d5a
PS1, Line 7860: re-negotitated||re-negotiated
're-negotitated' may be misspelled - perhaps 're-negotiated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7cc0165a_0d6a1a70
PS1, Line 7862: re-negotitate||re-negotiate
're-negotitate' may be misspelled - perhaps 're-negotiate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e6b5375a_21ec31fb
PS1, Line 7864: re-negotitates||re-negotiates
're-negotitates' may be misspelled - perhaps 're-negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ebef5441_222a59ac
PS1, Line 7865: renegotitates||renegotiates
'renegotitates' may be misspelled - perhaps 'renegotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d0ec9e8b_1d204207
PS1, Line 7866: re-negotitating||re-negotiating
're-negotitating' may be misspelled - perhaps 're-negotiating'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/60d0feca_c1627a60
PS1, Line 7868: re-negotitation||re-negotiation
're-negotitation' may be misspelled - perhaps 're-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f095a665_58fa4b2a
PS1, Line 7870: re-negotitations||re-negotiations
're-negotitations' may be misspelled - perhaps 're-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1489995e_5668e446
PS1, Line 7871: renegotitations||renegotiations
'renegotitations' may be misspelled - perhaps 'renegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/26e965bf_ce3a1aeb
PS1, Line 7872: re-negotitator||re-negotiator
're-negotitator' may be misspelled - perhaps 're-negotiator'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/01b88291_9943c364
PS1, Line 7874: re-negotitators||re-negotiators
're-negotitators' may be misspelled - perhaps 're-negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/395844f6_90fcf500
PS1, Line 7875: renegotitators||renegotiators
'renegotitators' may be misspelled - perhaps 'renegotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1d0b81cc_f1817f37
PS1, Line 7876: re-negotited||re-negotiated
're-negotited' may be misspelled - perhaps 're-negotiated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c45809ed_e9812406
PS1, Line 7878: re-negotite||re-negotiate
're-negotite' may be misspelled - perhaps 're-negotiate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ec8cac7f_7c0bc92a
PS1, Line 7880: re-negotites||re-negotiates
're-negotites' may be misspelled - perhaps 're-negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/895dde2a_a46aa0b5
PS1, Line 7881: renegotites||renegotiates
'renegotites' may be misspelled - perhaps 'renegotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3de48ea4_93188965
PS1, Line 7882: re-negotiting||re-negotiating
're-negotiting' may be misspelled - perhaps 're-negotiating'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c3c4183e_add3c7aa
PS1, Line 7884: re-negotition||re-negotiation
're-negotition' may be misspelled - perhaps 're-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a7d9cdda_1ad31021
PS1, Line 7886: re-negotitions||re-negotiations
're-negotitions' may be misspelled - perhaps 're-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/169e916a_0bc4a86f
PS1, Line 7887: renegotitions||renegotiations
'renegotitions' may be misspelled - perhaps 'renegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b86edcde_f0b8cec6
PS1, Line 7888: re-negotitor||re-negotiator
're-negotitor' may be misspelled - perhaps 're-negotiator'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/576f470a_a2fec85d
PS1, Line 7890: re-negotitors||re-negotiators
're-negotitors' may be misspelled - perhaps 're-negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5f5a0262_59da1a54
PS1, Line 7891: renegotitors||renegotiators
'renegotitors' may be misspelled - perhaps 'renegotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3cf5081b_216720d2
PS1, Line 7892: re-negoziable||re-negotiable
're-negoziable' may be misspelled - perhaps 're-negotiable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ec7014cf_a2ee864e
PS1, Line 7894: re-negoziated||re-negotiated
're-negoziated' may be misspelled - perhaps 're-negotiated'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3416629d_c7fe60e2
PS1, Line 7896: re-negoziate||re-negotiate
're-negoziate' may be misspelled - perhaps 're-negotiate'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/925fb65f_17b00b88
PS1, Line 7898: re-negoziates||re-negotiates
're-negoziates' may be misspelled - perhaps 're-negotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bbfeb1b5_a443112d
PS1, Line 7899: renegoziates||renegotiates
'renegoziates' may be misspelled - perhaps 'renegotiates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/61c71d1e_0c1ecb0b
PS1, Line 7900: re-negoziating||re-negotiating
're-negoziating' may be misspelled - perhaps 're-negotiating'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f17993a8_3f774e61
PS1, Line 7902: re-negoziation||re-negotiation
're-negoziation' may be misspelled - perhaps 're-negotiation'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/258996a2_c963b509
PS1, Line 7904: re-negoziations||re-negotiations
're-negoziations' may be misspelled - perhaps 're-negotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2427998c_b3714266
PS1, Line 7905: renegoziations||renegotiations
'renegoziations' may be misspelled - perhaps 'renegotiations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/916ad0bd_9200ed48
PS1, Line 7906: re-negoziator||re-negotiator
're-negoziator' may be misspelled - perhaps 're-negotiator'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/586c74d4_b8a59c94
PS1, Line 7908: re-negoziators||re-negotiators
're-negoziators' may be misspelled - perhaps 're-negotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3280e03f_a1af8c27
PS1, Line 7909: renegoziators||renegotiators
'renegoziators' may be misspelled - perhaps 'renegotiators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d80a012c_9086db6a
PS1, Line 7916: repaces||replaces
'repaces' may be misspelled - perhaps 'replaces'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c36e59bd_9766b8d5
PS1, Line 7927: repects||respects
'repects' may be misspelled - perhaps 'respects'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d057d641_c00e2590
PS1, Line 7931: repesents||represents
'repesents' may be misspelled - perhaps 'represents'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e4bc345d_7e41f67f
PS1, Line 7933: repetions||repetitions
'repetions' may be misspelled - perhaps 'repetitions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fca23641_364b7aed
PS1, Line 7940: reponses||responses
'reponses' may be misspelled - perhaps 'responses'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f184454b_70364c20
PS1, Line 7950: repreesnts||represents
'repreesnts' may be misspelled - perhaps 'represents'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/56e16352_372f3e41
PS1, Line 7952: representaions||representations
'representaions' may be misspelled - perhaps 'representations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/44be5b43_a282b5c8
PS1, Line 7956: represnets||represents
'represnets' may be misspelled - perhaps 'represents'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/72604a68_d8694417
PS1, Line 7960: repressents||represents
'repressents' may be misspelled - perhaps 'represents'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bc61e528_dba8c2b4
PS1, Line 7967: repsonses||responses
'repsonses' may be misspelled - perhaps 'responses'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d5b04d69_644e4569
PS1, Line 7969: reqeusts||requests
'reqeusts' may be misspelled - perhaps 'requests'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3ed458fe_223769c5
PS1, Line 7970: reqister||register
'reqister' may be misspelled - perhaps 'register'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9054ea27_0ad4e2f0
PS1, Line 7971: requed||requeued
'requed' may be misspelled - perhaps 'requeued'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b8d05e13_6014daa5
PS1, Line 7973: requestes||requests
'requestes' may be misspelled - perhaps 'requests'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c43f688e_ee7a7dc8
PS1, Line 7979: requieres||requires
'requieres' may be misspelled - perhaps 'requires'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1e5d3d7e_5c55f74f
PS1, Line 7984: requiests||requests
'requiests' may be misspelled - perhaps 'requests'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6fdc6fb1_740375ee
PS1, Line 7987: requiremenets||requirements
'requiremenets' may be misspelled - perhaps 'requirements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c5acb655_e2112ea6
PS1, Line 7989: requirments||requirements
'requirments' may be misspelled - perhaps 'requirements'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5974b393_48296e80
PS1, Line 7994: requrests||requests
'requrests' may be misspelled - perhaps 'requests'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e456b5f7_95966058
PS1, Line 7999: requsts||requests
'requsts' may be misspelled - perhaps 'requests'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6715bef9_b9ba2028
PS1, Line 8000: re-realease||re-release
're-realease' may be misspelled - perhaps 're-release'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/34b7212c_d08bb600
PS1, Line 8004: resarts||restarts
'resarts' may be misspelled - perhaps 'restarts'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/89f300bc_361064a0
PS1, Line 8006: rescources||resources
'rescources' may be misspelled - perhaps 'resources'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bdf9baa5_6eb2d44c
PS1, Line 8008: rescritions||restrictions
'rescritions' may be misspelled - perhaps 'restrictions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/dcc83f38_82a8cff9
PS1, Line 8015: resepects||respects
'resepects' may be misspelled - perhaps 'respects'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f600b425_1e6a4530
PS1, Line 8024: resgisters||registers
'resgisters' may be misspelled - perhaps 'registers'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d8bc638c_01884cd4
PS1, Line 8030: resloves||resolves
'resloves' may be misspelled - perhaps 'resolves'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cfa1ee6e_f127f6f6
PS1, Line 8037: resorces||resources
'resorces' may be misspelled - perhaps 'resources'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1fcac463_838e1430
PS1, Line 8039: resouces||resources
'resouces' may be misspelled - perhaps 'resources'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b66cf902_c63a1709
PS1, Line 8041: resoures||resources
'resoures' may be misspelled - perhaps 'resources'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/18a69dd4_b3ed71a2
PS1, Line 8043: responces||responses
'responces' may be misspelled - perhaps 'responses'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6675f0ca_0fb71589
PS1, Line 8047: responser||responder
'responser' may be misspelled - perhaps 'responder'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/13e1c39a_be23c0d2
PS1, Line 8058: ressizes||resizes
'ressizes' may be misspelled - perhaps 'resizes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/711f17cf_93940934
PS1, Line 8060: ressources||resources
'ressources' may be misspelled - perhaps 'resources'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/63260acf_31d2298c
PS1, Line 8064: ressurects||resurrects
'ressurects' may be misspelled - perhaps 'resurrects'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d8b4d3cb_df15d395
PS1, Line 8070: resultions||resolutions
'resultions' may be misspelled - perhaps 'resolutions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2d83c4bd_c9f0d7dd
PS1, Line 8078: retores||restores
'retores' may be misspelled - perhaps 'restores'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/412c3100_84e3be61
PS1, Line 8086: retrives||retrieves
'retrives' may be misspelled - perhaps 'retrieves'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/05f30147_185c0f80
PS1, Line 8088: retrun||return
'retrun' may be misspelled - perhaps 'return'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/396403d8_b71b50e3
PS1, Line 8090: retsarts||restarts
'retsarts' may be misspelled - perhaps 'restarts'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3fefee49_e84f5deb
PS1, Line 8093: retuns||returns
'retuns' may be misspelled - perhaps 'returns'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/93134919_ad1a4590
PS1, Line 8099: returs||returns
'returs' may be misspelled - perhaps 'returns'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7271f7da_c3f3a978
PS1, Line 8102: reuests||requests
'reuests' may be misspelled - perhaps 'requests'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b5ac86d6_2c2ebdbf
PS1, Line 8103: re-upladad||re-uploaded
're-upladad' may be misspelled - perhaps 're-uploaded'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f156b046_b6383657
PS1, Line 8105: re-upladed||re-uploaded
're-upladed' may be misspelled - perhaps 're-uploaded'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4888d860_9b7fbaad
PS1, Line 8107: re-uplader||re-uploader
're-uplader' may be misspelled - perhaps 're-uploader'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/26db200a_3e920939
PS1, Line 8109: re-upladers||re-uploaders
're-upladers' may be misspelled - perhaps 're-uploaders'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/14c4900f_6e8170f4
PS1, Line 8110: reupladers||reuploaders
'reupladers' may be misspelled - perhaps 'reuploaders'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/35c6124e_e70642e2
PS1, Line 8111: re-uplading||re-uploading
're-uplading' may be misspelled - perhaps 're-uploading'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1d2bcbb6_47479d4a
PS1, Line 8113: re-uplad||re-upload
're-uplad' may be misspelled - perhaps 're-upload'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6295caa6_4ba991c7
PS1, Line 8115: re-uplads||re-uploads
're-uplads' may be misspelled - perhaps 're-uploads'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1bde57a7_54553226
PS1, Line 8116: reuplads||reuploads
'reuplads' may be misspelled - perhaps 'reuploads'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ac4354a4_443389d4
PS1, Line 8117: re-uplaodad||re-uploaded
're-uplaodad' may be misspelled - perhaps 're-uploaded'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d4016174_ff7d5891
PS1, Line 8119: re-uplaoded||re-uploaded
're-uplaoded' may be misspelled - perhaps 're-uploaded'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ec54660a_d5a25a7c
PS1, Line 8121: re-uplaoder||re-uploader
're-uplaoder' may be misspelled - perhaps 're-uploader'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d77ba052_c046c75b
PS1, Line 8123: re-uplaoders||re-uploaders
're-uplaoders' may be misspelled - perhaps 're-uploaders'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/24f76fd6_e3888fda
PS1, Line 8124: reuplaoders||reuploaders
'reuplaoders' may be misspelled - perhaps 'reuploaders'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/24f9eebc_e34ba168
PS1, Line 8125: re-uplaoding||re-uploading
're-uplaoding' may be misspelled - perhaps 're-uploading'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/37fea270_8ba1bcc1
PS1, Line 8127: re-uplaod||re-upload
're-uplaod' may be misspelled - perhaps 're-upload'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/230ed89b_2777afca
PS1, Line 8129: re-uplaods||re-uploads
're-uplaods' may be misspelled - perhaps 're-uploads'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1a35868d_b490f246
PS1, Line 8130: reuplaods||reuploads
'reuplaods' may be misspelled - perhaps 'reuploads'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/895602b4_b4d95bda
PS1, Line 8131: re-uplodad||re-uploaded
're-uplodad' may be misspelled - perhaps 're-uploaded'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/852221b7_2f182988
PS1, Line 8133: re-uploded||re-uploaded
're-uploded' may be misspelled - perhaps 're-uploaded'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/181d5775_cdde2289
PS1, Line 8135: re-uploder||re-uploader
're-uploder' may be misspelled - perhaps 're-uploader'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/62f9c8d9_8bc2ba81
PS1, Line 8137: re-uploders||re-uploaders
're-uploders' may be misspelled - perhaps 're-uploaders'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1975026b_3c6a3818
PS1, Line 8138: reuploders||reuploaders
'reuploders' may be misspelled - perhaps 'reuploaders'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ce5118a4_50b5da66
PS1, Line 8139: re-uploding||re-uploading
're-uploding' may be misspelled - perhaps 're-uploading'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/840866ae_0b7df3ab
PS1, Line 8141: re-uplod||re-upload
're-uplod' may be misspelled - perhaps 're-upload'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3fbb06b9_6508a004
PS1, Line 8143: re-uplods||re-uploads
're-uplods' may be misspelled - perhaps 're-uploads'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3ff3dc71_25385883
PS1, Line 8144: reuplods||reuploads
'reuplods' may be misspelled - perhaps 'reuploads'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5a30eece_bb777b1a
PS1, Line 8148: reuqests||requests
'reuqests' may be misspelled - perhaps 'requests'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ed8b7071_c6d6af42
PS1, Line 8153: revereces||references
'revereces' may be misspelled - perhaps 'references'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/122fcdee_78f8da37
PS1, Line 8172: rigths||rights
'rigths' may be misspelled - perhaps 'rights'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cd4a2a57_0a86f369
PS1, Line 8176: rmeoves||removes
'rmeoves' may be misspelled - perhaps 'removes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d3b714cc_e7ebedf4
PS1, Line 8180: rouines||routines
'rouines' may be misspelled - perhaps 'routines'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d42516d6_22b6e65f
PS1, Line 8182: rountines||routines
'rountines' may be misspelled - perhaps 'routines'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fb704a3d_398800ff
PS1, Line 8185: rovide||provide
'rovide' may be misspelled - perhaps 'provide'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/abddfff8_aa11fc19
PS1, Line 8192: rquests||requests
'rquests' may be misspelled - perhaps 'requests'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7412bfd9_ebbd6101
PS1, Line 8204: safe-pooint||safe-point
'safe-pooint' may be misspelled - perhaps 'safe-point'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8b280988_559def44
PS1, Line 8206: safe-pooints||safe-points
'safe-pooints' may be misspelled - perhaps 'safe-points'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9c2e5c02_4f3e9897
PS1, Line 8207: safepooints||safepoints
'safepooints' may be misspelled - perhaps 'safepoints'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/06ca9c4a_29e664f1
PS1, Line 8213: santizes||sanitizes
'santizes' may be misspelled - perhaps 'sanitizes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5a2354ac_c94f6df5
PS1, Line 8241: scritp||script
'scritp' may be misspelled - perhaps 'script'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6dc5b507_91b39d17
PS1, Line 8244: scritpts||scripts
'scritpts' may be misspelled - perhaps 'scripts'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/58e2d583_27786a08
PS1, Line 8252: secions||sections
'secions' may be misspelled - perhaps 'sections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/138dae3a_2522ebe6
PS1, Line 8254: secitons||sections
'secitons' may be misspelled - perhaps 'sections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bb8808b6_f5550534
PS1, Line 8264: seesions||sessions
'seesions' may be misspelled - perhaps 'sessions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1f7af3ba_78b75a6c
PS1, Line 8266: segements||segments
'segements' may be misspelled - perhaps 'segments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bf0fd491_1cefa4b1
PS1, Line 8268: segfualts||segfaults
'segfualts' may be misspelled - perhaps 'segfaults'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0b4dc705_c2a7ec6e
PS1, Line 8272: segmenets||segments
'segmenets' may be misspelled - perhaps 'segments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cf146ce7_069eb580
PS1, Line 8275: segmetns||segments
'segmetns' may be misspelled - perhaps 'segments'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7422a26f_6ba2af1c
PS1, Line 8277: selctions||selections
'selctions' may be misspelled - perhaps 'selections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c3358a55_f3513159
PS1, Line 8279: selectons||selections
'selectons' may be misspelled - perhaps 'selections'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a3bdd5d3_686dc141
PS1, Line 8280: seleted||selected
'seleted' may be misspelled - perhaps 'selected'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b17f441b_8edcf430
PS1, Line 8287: sematics||semantics
'sematics' may be misspelled - perhaps 'semantics'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/34ef15c7_07f09749
PS1, Line 8289: sempahores||semaphores
'sempahores' may be misspelled - perhaps 'semaphores'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9e60948a_a425394e
PS1, Line 8291: senarios||scenarios
'senarios' may be misspelled - perhaps 'scenarios'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b8b099eb_0d6c8d70
PS1, Line 8295: senconds||seconds
'senconds' may be misspelled - perhaps 'seconds'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bea1ec50_ac859e7c
PS1, Line 8300: sentances||sentences
'sentances' may be misspelled - perhaps 'sentences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ff184e3a_a66e2131
PS1, Line 8302: sentinals||sentinels
'sentinals' may be misspelled - perhaps 'sentinels'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f88b3754_1c646cd3
PS1, Line 8311: separetes||separates
'separetes' may be misspelled - perhaps 'separates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5c33b93d_9038123e
PS1, Line 8317: separtes||separates
'separtes' may be misspelled - perhaps 'separates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/58aba72f_eceed010
PS1, Line 8322: sepcifications||specifications
'sepcifications' may be misspelled - perhaps 'specifications'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cf57dc02_8fd2b906
PS1, Line 8333: seperates||separates
'seperates' may be misspelled - perhaps 'separates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/23280a3c_6bd4ee77
PS1, Line 8338: seperators||separators
'seperators' may be misspelled - perhaps 'separators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/69bcda3e_21ee48bb
PS1, Line 8342: seprators||separators
'seprators' may be misspelled - perhaps 'separators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cae7ea20_4b7139d3
PS1, Line 8347: sequeces||sequences
'sequeces' may be misspelled - perhaps 'sequences'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/c583e070_8f8e86ff
PS1, Line 8348: sequemce||sequence
'sequemce' may be misspelled - perhaps 'sequence'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a49dfe08_aa3c9cd3
PS1, Line 8357: serivces||services
'serivces' may be misspelled - perhaps 'services'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9d6d510e_206825be
PS1, Line 8359: sertificates||certificates
'sertificates' may be misspelled - perhaps 'certificates'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1a744e28_e5737180
PS1, Line 8363: sesssions||sessions
'sesssions' may be misspelled - perhaps 'sessions'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6e5db87c_41934b1b
PS1, Line 8368: settters||setters
'settters' may be misspelled - perhaps 'setters'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7b62b2ec_f8e3822f
PS1, Line 8370: setttings||settings
'setttings' may be misspelled - perhaps 'settings'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e1a8887a_856fc4f9
PS1, Line 8372: shapshot||snapshot
'shapshot' may be misspelled - perhaps 'snapshot'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/631ed800_d9f38483
PS1, Line 8375: shedules||schedules
'shedules' may be misspelled - perhaps 'schedules'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/7f9efc4d_2a9d2e11
PS1, Line 8378: shoft||shift
'shoft' may be misspelled - perhaps 'shift'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4fcbc8b1_23bf7768
PS1, Line 8380: short-cicruits||short-circuits
'short-cicruits' may be misspelled - perhaps 'short-circuits'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a1cf5a84_10d2d322
PS1, Line 8382: shortcommings||shortcomings
'shortcommings' may be misspelled - perhaps 'shortcomings'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9c639ef6_f39eab51
PS1, Line 8399: significanly||significantly
'significanly' may be misspelled - perhaps 'significantly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/fd3ce980_f7a658f4
PS1, Line 8406: similiar||similar
'similiar' may be misspelled - perhaps 'similar'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/88247b4b_189cc73a
PS1, Line 8438: singnals||signals
'singnals' may be misspelled - perhaps 'signals'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9674ec2b_c5410213
PS1, Line 8443: sitations||situations
'sitations' may be misspelled - perhaps 'situations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/94af28c5_8c4891d1
PS1, Line 8445: sitautions||situations
'sitautions' may be misspelled - perhaps 'situations'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/30ccc2b8_f14d6ee5
PS1, Line 8463: smaples||samples
'smaples' may be misspelled - perhaps 'samples'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f02da53a_af92f5f3
PS1, Line 8466: snapsnots||snapshots
'snapsnots' may be misspelled - perhaps 'snapshots'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0be990b6_e840f7f8
PS1, Line 8468: snpashots||snapshots
'snpashots' may be misspelled - perhaps 'snapshots'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a78f4e96_6d9b7d7c
PS1, Line 8470: softwade||software
'softwade' may be misspelled - perhaps 'software'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/627910f8_4978a062
PS1, Line 8476: sokets||sockets
'sokets' may be misspelled - perhaps 'sockets'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f1fe344b_556b7608
PS1, Line 8477: soley||solely
'soley' may be misspelled - perhaps 'solely'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6e7a6da3_3d26caf2
PS1, Line 8483: sometiems||sometimes
'sometiems' may be misspelled - perhaps 'sometimes'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/44de7d5e_3dfa9ec2
PS1, Line 8497: souces||sources
'souces' may be misspelled - perhaps 'sources'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cdb7ea0a_de0b8049
PS1, Line 8503: soures||sources
'soures' may be misspelled - perhaps 'sources'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/47046165_1f92d80a
PS1, Line 8505: spacifics||specifics
'spacifics' may be misspelled - perhaps 'specifics'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ba06544e_e627bf4e
PS1, Line 8513: spaws||spawns
'spaws' may be misspelled - perhaps 'spawns'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/b6c3cd76_2d1af171
PS1, Line 8516: spearators||separators
'spearators' may be misspelled - perhaps 'separators'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d3675319_aa38473d
PS1, Line 8518: spec-complient||spec-compliant
'spec-complient' may be misspelled - perhaps 'spec-compliant'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ba924f9b_a0cf2264
PS1, Line 8520: specfications||specifications
'specfications' may be misspelled - perhaps 'specifications'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2588a02a_6583df21
PS1, Line 8536: specificed||specified
'specificed' may be misspelled - perhaps 'specified'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1b44eb0c_5efc4fa2
PS1, Line 8538: specificiations||specifications
'specificiations' may be misspelled - perhaps 'specifications'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bfb6e1d6_ad8a4092
PS1, Line 8555: speep-up||speed-up
'speep-up' may be misspelled - perhaps 'speed-up'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/91c2de2d_e11effd1
PS1, Line 8569: sponsers||sponsors
'sponsers' may be misspelled - perhaps 'sponsors'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/684171b5_6e3ad603
PS1, Line 8577: spsaces||spaces
'spsaces' may be misspelled - perhaps 'spaces'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a259dc96_b7e38ed6
PS1, Line 8581: srcipts||scripts
'srcipts' may be misspelled - perhaps 'scripts'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/99a08b42_c93a11cb
PS1, Line 8589: standar||standard
'standar' may be misspelled - perhaps 'standard'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/706aa938_9a9fb8b3
PS1, Line 8654: struc||struct
'struc' may be misspelled - perhaps 'struct'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/93841adf_f4e15f09
PS1, Line 8660: stuct||struct
'stuct' may be misspelled - perhaps 'struct'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bcef9340_2fdf853e
PS1, Line 8677: sub-lcuase||sub-clause
'sub-lcuase' may be misspelled - perhaps 'sub-clause'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2ace93aa_c16acbce
PS1, Line 8680: submited||submitted
'submited' may be misspelled - perhaps 'submitted'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/bfe1dd48_7a3bcfb6
PS1, Line 8775: succcess||success
'succcess' may be misspelled - perhaps 'success'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/39cfbada_7567a28d
PS1, Line 8791: succesfully||successfully
'succesfully' may be misspelled - perhaps 'successfully'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ef352af3_124fcdd2
PS1, Line 8802: successfullt||successfully
'successfullt' may be misspelled - perhaps 'successfully'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/969d2e2e_f17039ba
PS1, Line 8812: sucessfully||successfully
'sucessfully' may be misspelled - perhaps 'successfully'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/ca605ce4_c32d155d
PS1, Line 8814: sucessfuly||successfully
'sucessfuly' may be misspelled - perhaps 'successfully'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/664febfb_83b13ed0
PS1, Line 8860: supprot||support
'supprot' may be misspelled - perhaps 'support'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/2e665f07_225f78ac
PS1, Line 8921: sychronization||synchronization
'sychronization' may be misspelled - perhaps 'synchronization'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/cfd88584_4479d06e
PS1, Line 8922: syfs||sysfs
'syfs' may be misspelled - perhaps 'sysfs'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/a9763902_d065523d
PS1, Line 8977: szenarios||scenarios
'szenarios' may be misspelled - perhaps 'scenarios'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4a81b2ee_f4079da1
PS1, Line 8996: tcahces||caches
'tcahces' may be misspelled - perhaps 'caches'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4e8a27a4_f84e2baa
PS1, Line 9051: thigny||thingy
'thigny' may be misspelled - perhaps 'thingy'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/859b6a75_cd034bdd
PS1, Line 9067: three-dimenionsal||three-dimensional
'three-dimenionsal' may be misspelled - perhaps 'three-dimensional'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3475dabf_f36dbd13
PS1, Line 9069: threee||three
'threee' may be misspelled - perhaps 'three'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/6d0f3dda_9171838b
PS1, Line 9120: traget||target
'traget' may be misspelled - perhaps 'target'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0f2addb0_f381d5c2
PS1, Line 9144: tranmission||transmission
'tranmission' may be misspelled - perhaps 'transmission'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/138203c7_5d5d1734
PS1, Line 9219: transparrent||transparent
'transparrent' may be misspelled - perhaps 'transparent'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/d91e4fe5_1fa08109
PS1, Line 9278: trys||tries
'trys' may be misspelled - perhaps 'tries'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/174bb321_f6ab7e40
PS1, Line 9289: two-dimenionsal||two-dimensional
'two-dimenionsal' may be misspelled - perhaps 'two-dimensional'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8422f33f_fa7211b0
PS1, Line 9295: ubutunu||ubuntu
'ubutunu' may be misspelled - perhaps 'Ubuntu'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/44f58b8d_7a47eeae
PS1, Line 9351: uncompatible||incompatible
'uncompatible' may be misspelled - perhaps 'incompatible'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/9bc3cdf6_4ab8608a
PS1, Line 9360: unconditionnaly||unconditionally
'unconditionnaly' may be misspelled - perhaps 'unconditionally'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f343e545_bc3238df
PS1, Line 9367: uncorrectly||incorrectly
'uncorrectly' may be misspelled - perhaps 'incorrectly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/5a9359cb_2857924e
PS1, Line 9423: uninterruptable||uninterruptible
'uninterruptable' may be misspelled - perhaps 'uninterruptible'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1bc69ffd_527594e3
PS1, Line 9442: unknouwn||unknown
'unknouwn' may be misspelled - perhaps 'unknown'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/1b23ec24_1ca39b9c
PS1, Line 9487: unprecise||imprecise
'unprecise' may be misspelled - perhaps 'imprecise'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/e0d385ae_8607abda
PS1, Line 9533: unsuccesfully||unsuccessfully
'unsuccesfully' may be misspelled - perhaps 'unsuccessfully'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/f44d5e36_f2f4c962
PS1, Line 9547: ununsed||unused
'ununsed' may be misspelled - perhaps 'unused'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/afcd440c_e3a4bd80
PS1, Line 9615: usccess||success
'usccess' may be misspelled - perhaps 'success'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/de4c2bc6_eb751eab
PS1, Line 9616: useable||usable
'useable' may be misspelled - perhaps 'usable'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/0c231bb6_bfbda5b4
PS1, Line 9621: usera||users
'usera' may be misspelled - perhaps 'users'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/4f1a1c92_de6b6998
PS1, Line 9627: usetnet||usenet
'usetnet' may be misspelled - perhaps 'Usenet'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/3905f876_e454a5e1
PS1, Line 9697: veriosn||version
'veriosn' may be misspelled - perhaps 'version'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/8bae7fef_0d083745
PS1, Line 9719: vietnamesea||vietnamese
'vietnamesea' may be misspelled - perhaps 'Vietnamese'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/255da277_6f08434f
PS1, Line 9756: wan't||want
'wan't' may be misspelled - perhaps 'want'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/16bdfa21_12ce5c6b
PS1, Line 9765: was't||wasn't
'was't' may be misspelled - perhaps 'wasn't'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/115ad636_c1509d5e
PS1, Line 9855: xepectedly||expectedly
'xepectedly' may be misspelled - perhaps 'expectedly'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150557):
https://review.coreboot.org/c/coreboot/+/64893/comment/83277f96_5167e8c6
PS1, Line 9856: xepect||expect
'xepect' may be misspelled - perhaps 'expect'?
--
To view, visit https://review.coreboot.org/c/coreboot/+/64893
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic131d5b08409f43eb700dcc8f125af00cff53d71
Gerrit-Change-Number: 64893
Gerrit-PatchSet: 1
Gerrit-Owner: Martin L Roth <gaumless(a)tutanota.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 02 Jun 2022 13:00:41 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Martin L Roth has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/64893 )
Change subject: util/lint: Update spelling.txt, add makefile to sort it
......................................................................
util/lint: Update spelling.txt, add makefile to sort it
- Update spelling.txt with Lintian changes
- Remove words that are going to mess up code
- Add comments to the header about what words should be removed, along
with where the files
- Add Makefile to sort the list
Note that this undoes some of the sorting that Patrick introduced in
commit CB:38632 - ID: 805b291830
I just cannot reproduce his sort order, even using the script he put
into the commit message.
Signed-off-by: Martin Roth <gaumless(a)gmail.com>
Change-Id: Ic131d5b08409f43eb700dcc8f125af00cff53d71
---
A util/lint/Makefile
M util/lint/spelling.txt
2 files changed, 2,624 insertions(+), 2,472 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/64893/1
diff --git a/util/lint/Makefile b/util/lint/Makefile
new file mode 100644
index 0000000..1a4fec8
--- /dev/null
+++ b/util/lint/Makefile
@@ -0,0 +1,6 @@
+sort: sort-spelling.txt
+
+sort-%: %
+ csplit --prefix $<- $< '/^$$/'
+ LC_ALL="en_US.UTF-8" LANG= sort -u $<-01 | cat $<-00 - > $<
+ rm -f $<-0[01]
diff --git a/util/lint/spelling.txt b/util/lint/spelling.txt
index 96a689e..bc1ba1a 100644
--- a/util/lint/spelling.txt
+++ b/util/lint/spelling.txt
@@ -21,29 +21,77 @@
# Reason: On RISC-V, `SEPC` is the name of a register.
#sepc||spec
#
+# This is a combination of the list from the kernel and from Debian's
+# Lintian tool. It's sorted now as well.
+#
+# https://salsa.debian.org/lintian/lintian/-/tree/master/data/spelling
+# provides a much more comprehensive collection of misspellings, so
+# merge it in.
+#
+# Note that all words on both sides should be lowercase, and should not
+# fix words without spaces or apostrophes to contain them (both sides is
+# fine). That will try to add them to our code and make a mess. Also,
+# don't change lowercase to uppercase - we like our snake case.
+#
+# arent||aren't
+# cant||can't
+# debians||debian's
+# debians||Debian's
+# didnt||didn't
+# doesent||doesn't
+# doesnt||doesn't
+# dont||don't
+# dosent||doesn't
+# havent||haven't
+# isnt||isn't
+# shoudlnt||shouldn't
+# shouldnt||shouldn't
+# thats||that's
+# theres||there's
+# theyre||they're
+# wasnt||wasn't
+# werent||weren't
+# wont||won't
+# afterall||after all
+# alot||a lot
+# atleast||at leastdonnot||do not
+# eventhough||even though
+# everytime||every time
+# findout||find out
+# incase||in case
+# maillinglist||mailing list
+# maillinglists||mailing lists
+# noone||no one
+# ofcource||of course
+# ofthe||of the
+# onthe||on the
+# upto||up to
+# withthe||with the
+# cymk||CMYK
+# postgressql||PostgreSQL
+# reamde||README
+# xwindows||X
+#
+# Please keep the list sorted using `make sort` in this directory.
-ACII||ASCII
-Debiab||Debian
-FTBS||FTBFS
-POSIX-complient||POSIX-compliant
-READEME||README
aaccessibility||accessibility
aaccession||accession
abailable||available
abandonded||abandoned
abandonned||abandoned
abandonning||abandoning
+abbort||abort
abborted||aborted
abborting||aborting
abborts||aborts
-abbort||abort
-abbrevations||abbreviations
abbrevation||abbreviation
-abbriviations||abbreviations
+abbrevations||abbreviations
abbriviation||abbreviation
+abbriviations||abbreviations
abigious||ambiguous
abilties||abilities
abilty||ability
+abitrary||arbitrary
abitrate||arbitrate
abnormaly||abnormally
abnornally||abnormally
@@ -53,80 +101,81 @@
abord||abort
aboslute||absolute
abov||above
+abreviate||abbreviate
abreviated||abbreviated
abreviates||abbreviates
-abreviate||abbreviate
abreviating||abbreviating
absense||absence
-absodeflyly||absolutely
absodefly||absolute
-absolately||absolutely
+absodeflyly||absolutely
absolate||absolute
-absolautely||absolutely
+absolately||absolutely
absolaute||absolute
+absolautely||absolutely
absoleted||obsoleted
absoletely||absolutely
absolete||obsolete
-absoliutely||absolutely
absoliute||absolute
-absoloutely||absolutely
+absoliutely||absolutely
absoloute||absolute
-absoltely||absolutely
+absoloutely||absolutely
absolte||absolute
-absoltuely||absolutely
+absoltely||absolutely
absoltue||absolute
-absoluately||absolutely
+absoltuely||absolutely
absoluate||absolute
+absoluately||absolutely
absoluely||absolutely
-absoluetly||absolutely
absoluet||absolute
-absolultely||absolutely
+absoluetly||absolutely
absolulte||absolute
-absolunely||absolutely
+absolultely||absolutely
absolune||absolute
-absolurely||absolutely
+absolunely||absolutely
absolure||absolute
-absoluthely||absolutely
-absoluthe||absolute
-absoluthly||absolutely
-absoluth||absolute
-absolutley||absolutely
-absolutlye||absolutely
-absolutly||absolutely
+absolurely||absolutely
absolut||absolute
-absoluutely||absolutely
+absoluth||absolute
+absoluthe||absolute
+absoluthely||absolutely
+absoluthly||absolutely
+absolutley||absolutely
+absolutly||absolutely
+absolutlye||absolutely
absoluute||absolute
-absoluvely||absolutely
+absoluutely||absolutely
absoluve||absolute
-absoolutely||absolutely
+absoluvely||absolutely
absoolute||absolute
+absoolutely||absolutely
absorbtion||absorption
absorve||absorb
-absouldly||absolutely
absould||absolute
+absouldly||absolutely
+absoule||absolute
absoulely||absolutely
absouletely||absolutely
absoulete||obsolete
-absoule||absolute
-absoultely||absolutely
-absoulte||absolute
-absoultly||absolutely
absoult||absolute
-absoulutely||absolutely
+absoulte||absolute
+absoultely||absolutely
+absoultly||absolutely
absoulute||absolute
-absoutely||absolutely
-absoute||absolute
-absoutly||absolutely
+absoulutely||absolutely
absout||absolute
-abstactly||abstractly
+absoute||absolute
+absoutely||absolutely
+absoutly||absolutely
abstact||abstract
+abstactly||abstractly
+accapt||accept
accapted||accepted
accapts||accepts
-accapt||accept
+acccept||accept
acccepted||accepted
acccepting||accepting
acccepts||accepts
-acccept||accept
+acccess||access
acccessd||accessed
acccessed||accessed
acccesses||accesses
@@ -134,145 +183,148 @@
acccessible||accessible
acccessing||accessing
acccession||accession
-acccessors||accessors
acccessor||accessor
-acccess||access
+acccessors||accessors
acccuracy||accuracy
-acccurately||accurately
acccurate||accurate
+acccurately||accurately
acceess||access
+accelaration||acceleration
acceleratoin||acceleration
accelleration||acceleration
-accepected||accepted
accepect||accept
+accepected||accepted
acceptible||acceptable
+acces||access
accesible||accessible
accesing||accessing
accesnt||accent
accessable||accessible
accesss||access
-acces||access
-accets||accepts
accet||accept
+accets||accepts
accidentaly||accidentally
-accidentially||accidentally
accidential||accidental
+accidentially||accidentally
accidentily||accidentally
accidently||accidentally
accidentually||accidentally
acciedential||accidental
acciednetally||accidentally
-acciental||accidental
accient||accident
+acciental||accidental
acclerated||accelerated
-accodingly||accordingly
accoding||according
+accodingly||accordingly
+accomadate||accommodate
accomadated||accommodated
accomadates||accommodates
-accomadate||accommodate
accomadating||accommodating
-accommadates||accommodates
accommadate||accommodate
+accommadates||accommodates
accommdated||accommodated
-accomodates||accommodates
accomodate||accommodate
+accomodates||accommodates
accomodation||accommodation
accompagned||accompanied
accompagnied||accompanied
accompagnies||accompanies
accompagniment||accompaniment
accompagning||accompanying
-accompagnying||accompanying
accompagny||accompany
-accoordingly||accordingly
+accompagnying||accompanying
accoording||according
+accoordingly||accordingly
accordign||according
accordint||according
accoring||according
accout||account
+accquire||acquire
accquired||acquired
accquires||acquires
-accquire||acquire
accquiring||acquiring
accracy||accuracy
accrate||accurate
-accrdingly||accordingly
accrding||according
-accrodingly||accordingly
+accrdingly||accordingly
accroding||according
-accronyms||acronyms
+accrodingly||accordingly
accronym||acronym
+accronyms||acronyms
accrording||according
accrose||across
accross||across
-accumalted||accumulated
+accumalate||accumulate
+accumalator||accumulator
accumalte||accumulate
+accumalted||accumulated
+accumlate||accumulate
accumlated||accumulated
accumlates||accumulates
-accumlate||accumulate
accumlating||accumulating
accuraccies||accuracies
accuraccy||accuracy
acessable||accessible
-acessing||accessing
acess||access
+acessing||accessing
+acheive||achieve
acheived||achieved
acheives||achieves
-acheive||achieve
acheiving||achieving
-achitectures||architectures
achitecture||architecture
+achitectures||architectures
+achive||achieve
achived||achieved
achives||achieves
-achive||achieve
achiving||achieving
+achor||anchor
achored||anchored
achoring||anchoring
achors||anchors
-achor||anchor
acient||ancient
-acitions||actions
+acii||ascii
+ACII||ASCII
acition||action
+acitions||actions
acitve||active
+acknoledge||acknowledge
acknoledged||acknowledged
acknoledges||acknowledges
-acknoledge||acknowledge
acknoledging||acknowledging
-acknowldegement||acknowledgement
acknowldegement||acknowledgment
acknowleding||acknowledging
+acknowlege||acknowledge
acknowleged||acknowledged
acknowleges||acknowledges
-acknowlege||acknowledge
acknowleging||acknowledging
-ackowledged||acknowledged
ackowledge||acknowledge
+ackowledged||acknowledged
+acommodate||accommodate
acommodated||accommodated
acommodates||accommodates
-acommodate||accommodate
acommodating||accommodating
-acommpanying||accompanying
acommpany||accompany
-acoordingly||accordingly
+acommpanying||accompanying
acoording||according
-acordingly||accordingly
+acoordingly||accordingly
acording||according
-acounts||accounts
+acordingly||accordingly
acount||account
+acounts||accounts
+acqure||acquire
acqured||acquired
acqures||acquires
-acqure||acquire
acquring||acquiring
-actaully||actually
actaul||actual
+actaully||actually
actived||activated
activete||activate
-actuaally||actually
actuaal||actual
-actuakly||actually
+actuaally||actually
actuak||actual
-actualyl||actually
+actuakly||actually
actualy||actually
+actualyl||actually
actuionable||actionable
actuion||action
actully||actually
@@ -284,324 +336,325 @@
acurate||accurate
acutally||actually
adapated||adapted
-adapaters||adapters
adapater||adapter
-adaquately||adequately
+adapaters||adapters
adaquate||adequate
-adatpers||adapters
+adaquately||adequately
adatper||adapter
+adatpers||adapters
+addd||add
addded||added
addding||adding
-adddresses||addresses
adddress||address
+adddresses||addresses
addds||adds
-addd||add
addedd||added
-adderted||asserted
addert||assert
+adderted||asserted
+addess||address
addessed||addressed
addesses||addresses
addessing||addressing
-addess||address
addional||additional
additionaly||additionally
-additionnally||additionally
additionnal||additional
-additonally||additionally
+additionnally||additionally
additonal||additional
+additonally||additionally
+addjust||adjust
addjusted||adjusted
addjusting||adjusting
addjusts||adjusts
-addjust||adjust
+addres||address
addresed||addressed
addreses||addresses
addresing||addressing
addressess||addresses
+addresss||address
addresssed||addressed
addressses||addresses
addresssing||addressing
-addresss||address
-addres||address
addrress||address
-addtionally||additionally
addtional||additional
+addtionally||additionally
+aditional||additional
aditionally||additionally
aditionaly||additionally
-aditional||additional
adjustmenet||adjustment
adminstration||administration
adminstrative||administrative
-adminstrators||administrators
adminstrator||administrator
+adminstrators||administrators
admissable||admissible
adressable||addressable
+adress||address
adressed||addressed
adresses||addresses
adressing||addressing
-adressses||addresses
adresss||address
-adress||address
+adressses||addresses
adrresses||addresses
-advaned||advanced
advane||advance
-advertisments||advertisements
+advaned||advanced
advertisment||advertisement
+advertisments||advertisements
adviced||advised
afecting||affecting
afer||after
affortable||affordable
-afforts||affords
affort||afford
+afforts||affords
affraid||afraid
aforementionned||aforementioned
aformentioned||aforementioned
-afterall||after all
agains||against
-againts||against
againt||against
+againts||against
agaist||against
aganist||against
aggreataon||aggregation
aggreation||aggregation
aginst||against
-agreemnets||agreements
agreemnet||agreement
+agreemnets||agreements
+agressive||aggressive
agressively||aggressively
agressiveness||aggressiveness
-agressive||aggressive
agressivity||aggressivity
agressor||aggressor
agresssive||aggressive
-agruments||arguments
agrument||argument
-aguments||arguments
+agruments||arguments
agument||argument
+aguments||arguments
aheared||adhered
aiffer||differ
+ajust||adjust
aks||ask
albumns||albums
aleays||always
alegorical||allegorical
-alghoritmically||algorithmically
-alghoritmic||algorithmic
-alghoritms||algorithms
alghoritm||algorithm
+alghoritmic||algorithmic
+alghoritmically||algorithmically
+alghoritms||algorithms
algined||aligned
-algohmically||algorithmically
-algohmic||algorithmic
-algohms||algorithms
algohm||algorithm
-algoirthmically||algorithmically
-algoirthmic||algorithmic
-algoirthms||algorithms
+algohmic||algorithmic
+algohmically||algorithmically
+algohms||algorithms
algoirthm||algorithm
-algoithmically||algorithmically
-algoithmic||algorithmic
-algoithms||algorithms
+algoirthmic||algorithmic
+algoirthmically||algorithmically
+algoirthms||algorithms
algoithm||algorithm
-algolithmically||algorithmically
-algolithmic||algorithmic
-algolithms||algorithms
+algoithmic||algorithmic
+algoithmically||algorithmically
+algoithms||algorithms
algolithm||algorithm
-algoorithmically||algorithmically
-algoorithmic||algorithmic
-algoorithms||algorithms
+algolithmic||algorithmic
+algolithmically||algorithmically
+algolithms||algorithms
algoorithm||algorithm
-algoprithmically||algorithmically
-algoprithmic||algorithmic
-algoprithms||algorithms
+algoorithmic||algorithmic
+algoorithmically||algorithmically
+algoorithms||algorithms
algoprithm||algorithm
-algorgithmically||algorithmically
-algorgithmic||algorithmic
-algorgithms||algorithms
+algoprithmic||algorithmic
+algoprithmically||algorithmically
+algoprithms||algorithms
algorgithm||algorithm
-algorhithmically||algorithmically
-algorhithmic||algorithmic
-algorhithms||algorithms
+algorgithmic||algorithmic
+algorgithmically||algorithmically
+algorgithms||algorithms
algorhithm||algorithm
-algorhitmically||algorithmically
-algorhitmic||algorithmic
-algorhitms||algorithms
+algorhithmic||algorithmic
+algorhithmically||algorithmically
+algorhithms||algorithms
algorhitm||algorithm
-algorhtmically||algorithmically
-algorhtmic||algorithmic
-algorhtms||algorithms
+algorhitmic||algorithmic
+algorhitmically||algorithmically
+algorhitms||algorithms
algorhtm||algorithm
-algorhythmically||algorithmically
-algorhythmic||algorithmic
-algorhythms||algorithms
+algorhtmic||algorithmic
+algorhtmically||algorithmically
+algorhtms||algorithms
algorhythm||algorithm
-algorhytmically||algorithmically
-algorhytmic||algorithmic
-algorhytms||algorithms
+algorhythmic||algorithmic
+algorhythmically||algorithmically
+algorhythms||algorithms
algorhytm||algorithm
-algorightmically||algorithmically
-algorightmic||algorithmic
-algorightms||algorithms
+algorhytmic||algorithmic
+algorhytmically||algorithmically
+algorhytms||algorithms
algorightm||algorithm
-algorihmically||algorithmically
-algorihmic||algorithmic
-algorihms||algorithms
+algorightmic||algorithmic
+algorightmically||algorithmically
+algorightms||algorithms
algorihm||algorithm
-algorihtmically||algorithmically
-algorihtmic||algorithmic
-algorihtms||algorithms
+algorihmic||algorithmic
+algorihmically||algorithmically
+algorihms||algorithms
algorihtm||algorithm
-algorithemically||algorithmically
-algorithemic||algorithmic
-algorithems||algorithms
-algorithem||algorithm
-algorithically||algorithmically
-algorithic||algorithmic
-algorithmical||algorithmically
-algorithmmically||algorithmically
-algorithmmic||algorithmic
-algorithmms||algorithms
-algorithmm||algorithm
-algorithmnically||algorithmically
-algorithmnic||algorithmic
-algorithmns||algorithms
-algorithmn||algorithm
-algorithsmically||algorithmically
-algorithsmic||algorithmic
-algorithsms||algorithms
-algorithsm||algorithm
-algoriths||algorithms
+algorihtmic||algorithmic
+algorihtmically||algorithmically
+algorihtms||algorithms
algorith||algorithm
-algoritmically||algorithmically
-algoritmic||algorithmic
-algoritms||algorithms
+algorithem||algorithm
+algorithemic||algorithmic
+algorithemically||algorithmically
+algorithems||algorithms
+algorithic||algorithmic
+algorithically||algorithmically
+algorithmical||algorithmically
+algorithmm||algorithm
+algorithmmic||algorithmic
+algorithmmically||algorithmically
+algorithmms||algorithms
+algorithmn||algorithm
+algorithmnic||algorithmic
+algorithmnically||algorithmically
+algorithmns||algorithms
+algoriths||algorithms
+algorithsm||algorithm
+algorithsmic||algorithmic
+algorithsmically||algorithmically
+algorithsms||algorithms
algoritm||algorithm
-algoroithmically||algorithmically
-algoroithmic||algorithmic
-algoroithms||algorithms
+algoritmic||algorithmic
+algoritmically||algorithmically
+algoritms||algorithms
algoroithm||algorithm
-algororithmically||algorithmically
-algororithmic||algorithmic
-algororithms||algorithms
+algoroithmic||algorithmic
+algoroithmically||algorithmically
+algoroithms||algorithms
algororithm||algorithm
-algorothmically||algorithmically
-algorothmic||algorithmic
-algorothms||algorithms
+algororithmic||algorithmic
+algororithmically||algorithmically
+algororithms||algorithms
algorothm||algorithm
-algorrithmically||algorithmically
-algorrithmic||algorithmic
-algorrithms||algorithms
+algorothmic||algorithmic
+algorothmically||algorithmically
+algorothms||algorithms
algorrithm||algorithm
-algorritmically||algorithmically
-algorritmic||algorithmic
-algorritms||algorithms
+algorrithmic||algorithmic
+algorrithmically||algorithmically
+algorrithms||algorithms
algorritm||algorithm
-algorthimically||algorithmically
-algorthimic||algorithmic
-algorthims||algorithms
+algorritmic||algorithmic
+algorritmically||algorithmically
+algorritms||algorithms
algorthim||algorithm
-algorthinically||algorithmically
-algorthinic||algorithmic
-algorthins||algorithms
+algorthimic||algorithmic
+algorthimically||algorithmically
+algorthims||algorithms
algorthin||algorithm
-algorthmically||algorithmically
-algorthmic||algorithmic
-algorthms||algorithms
+algorthinic||algorithmic
+algorthinically||algorithmically
+algorthins||algorithms
algorthm||algorithm
-algorthnically||algorithmically
-algorthnic||algorithmic
-algorthns||algorithms
+algorthmic||algorithmic
+algorthmically||algorithmically
+algorthms||algorithms
algorthn||algorithm
-algorthymically||algorithmically
-algorthymic||algorithmic
-algorthyms||algorithms
+algorthnic||algorithmic
+algorthnically||algorithmically
+algorthns||algorithms
algorthym||algorithm
-algorthynically||algorithmically
-algorthynic||algorithmic
-algorthyns||algorithms
+algorthymic||algorithmic
+algorthymically||algorithmically
+algorthyms||algorithms
algorthyn||algorithm
-algortihmically||algorithmically
-algortihmic||algorithmic
-algortihms||algorithms
+algorthynic||algorithmic
+algorthynically||algorithmically
+algorthyns||algorithms
algortihm||algorithm
-algortimically||algorithmically
-algortimic||algorithmic
-algortims||algorithms
+algortihmic||algorithmic
+algortihmically||algorithmically
+algortihms||algorithms
algortim||algorithm
-algortismically||algorithmically
-algortismic||algorithmic
-algortisms||algorithms
+algortimic||algorithmic
+algortimically||algorithmically
+algortims||algorithms
algortism||algorithm
-algortithmically||algorithmically
-algortithmic||algorithmic
-algortithms||algorithms
+algortismic||algorithmic
+algortismically||algorithmically
+algortisms||algorithms
algortithm||algorithm
-algoruthmically||algorithmically
-algoruthmic||algorithmic
-algoruthms||algorithms
+algortithmic||algorithmic
+algortithmically||algorithmically
+algortithms||algorithms
algoruthm||algorithm
-algorwwithmically||algorithmically
-algorwwithmic||algorithmic
-algorwwithms||algorithms
+algoruthmic||algorithmic
+algoruthmically||algorithmically
+algoruthms||algorithms
algorwwithm||algorithm
-algorythemically||algorithmically
-algorythemic||algorithmic
-algorythems||algorithms
+algorwwithmic||algorithmic
+algorwwithmically||algorithmically
+algorwwithms||algorithms
algorythem||algorithm
-algorythmically||algorithmically
-algorythmic||algorithmic
-algorythms||algorithms
+algorythemic||algorithmic
+algorythemically||algorithmically
+algorythems||algorithms
algorythm||algorithm
-algothitmically||algorithmically
-algothitmic||algorithmic
-algothitms||algorithms
+algorythmic||algorithmic
+algorythmically||algorithmically
+algorythms||algorithms
algothitm||algorithm
-algotighmically||algorithmically
-algotighmic||algorithmic
-algotighms||algorithms
+algothitmic||algorithmic
+algothitmically||algorithmically
+algothitms||algorithms
algotighm||algorithm
-algotihmically||algorithmically
-algotihmic||algorithmic
-algotihms||algorithms
+algotighmic||algorithmic
+algotighmically||algorithmically
+algotighms||algorithms
algotihm||algorithm
-algotirhmically||algorithmically
-algotirhmic||algorithmic
-algotirhms||algorithms
+algotihmic||algorithmic
+algotihmically||algorithmically
+algotihms||algorithms
algotirhm||algorithm
-algotithmically||algorithmically
-algotithmic||algorithmic
-algotithms||algorithms
+algotirhmic||algorithmic
+algotirhmically||algorithmically
+algotirhms||algorithms
algotithm||algorithm
-algotrithmically||algorithmically
-algotrithmic||algorithmic
-algotrithms||algorithms
+algotithmic||algorithmic
+algotithmically||algorithmically
+algotithms||algorithms
algotrithm||algorithm
+algotrithmic||algorithmic
+algotrithmically||algorithmically
+algotrithms||algorithms
+alha||alpha
+alhabet||alphabet
+alhabetical||alphabetical
alhabetically||alphabetically
alhabeticaly||alphabetically
-alhabetical||alphabetical
alhabets||alphabets
-alhabet||alphabet
+alhapet||alphabet
+alhapetical||alphabetical
alhapetically||alphabetically
alhapeticaly||alphabetically
-alhapetical||alphabetical
alhapets||alphabets
-alhapet||alphabet
-alha||alpha
aligment||alignment
-alignement||alignment
-alignemnts||alignments
-alignemnt||alignment
aligne||align
-alignmenets||alignments
+alignement||alignment
+alignemnt||alignment
+alignemnts||alignments
alignmenet||alignment
+alignmenets||alignments
+allign||align
alligned||aligned
alligning||aligning
-allignments||alignments
allignment||alignment
+allignments||alignments
alligns||aligns
-allign||align
alllocate||allocate
allmost||almost
alloated||allocated
allocatote||allocate
allocatrd||allocated
allocte||allocate
+allocted||allocated
allowd||allowed
allpication||application
allready||already
@@ -614,78 +667,73 @@
alltogther||altogether
alltough||although
allways||always
+alocate||allocate
alocated||allocated
alocates||allocates
-alocate||allocate
alocating||allocating
-alogirhtmically||algorithmically
-alogirhtmic||algorithmic
-alogirhtms||algorithms
alogirhtm||algorithm
-alogirthmically||algorithmically
-alogirthmic||algorithmic
-alogirthms||algorithms
+alogirhtmic||algorithmic
+alogirhtmically||algorithmically
+alogirhtms||algorithms
alogirthm||algorithm
-alogrithmically||algorithmically
-alogrithmic||algorithmic
-alogrithms||algorithms
+alogirthmic||algorithmic
+alogirthmically||algorithmically
+alogirthms||algorithms
alogrithm||algorithm
-alot||a lot
-alows||allows
+alogrithmic||algorithmic
+alogrithmically||algorithmically
+alogrithms||algorithms
alow||allow
+alows||allows
+alpabet||alphabet
alpabetical||alphabetical
alpabetic||alphabetic
alpabets||alphabets
-alpabet||alphabet
alphabeticaly||alphabetically
alphapeticaly||alphabetically
alrady||already
alraedy||already
-alreayd||already
alreay||already
+alreayd||already
alredy||already
-alteratives||alternatives
alterative||alternative
+alteratives||alternatives
alternarive||alternative
alternativly||alternatively
-althorithmically||algorithmically
-althorithmic||algorithmic
-althorithms||algorithms
althorithm||algorithm
-altought||although
+althorithmic||algorithmic
+althorithmically||algorithmically
+althorithms||algorithms
altough||although
+altought||although
alue||value
-alvorithmically||algorithmically
-alvorithmic||algorithmic
-alvorithms||algorithms
alvorithm||algorithm
-alwast||always
-alwasys||always
-alwasy||always
+alvorithmic||algorithmic
+alvorithmically||algorithmically
+alvorithms||algorithms
alwas||always
+alwast||always
+alwasy||always
+alwasys||always
alwyas||always
ambibuity||ambiguity
ambigious||ambiguous
ambigous||ambiguous
+ammend||amend
ammended||amended
ammending||amending
-ammendments||amendments
ammendment||amendment
+ammendments||amendments
ammends||amends
-ammend||amend
ammount||amount
amny||many
amoung||among
-amoutns||amounts
-amoutn||amount
-amouts||amounts
amout||amount
+amoutn||amount
+amoutns||amounts
+amouts||amounts
amplifer||amplifier
amplifyer||amplifier
-an one||a one
-an union||a union
-an userspace||a userspace
-an user||a user
analagous||analogous
analysator||analyzer
anarquism||anarchism
@@ -696,26 +744,30 @@
anniversery||anniversary
annoncement||announcement
annonymous||anonymous
+annouce||announce
annouced||announced
annoucement||announcement
annouces||announces
-annouce||announce
annoucing||announcing
-announcments||announcements
announcment||announcement
+announcments||announcements
anohter||another
anomolies||anomalies
anomoly||anomaly
+an one||a one
anothe||another
anount||amount
-ansestors||ancestors
ansestor||ancestor
+ansestors||ancestors
anually||annually
+an union||a union
+an user||a user
+an userspace||a userspace
anway||anyway
+anwser||answer
anwsered||answered
anwsering||answering
anwsers||answers
-anwser||answer
anytghing||anything
anythign||anything
anytiem||anytime
@@ -725,17 +777,17 @@
anytrhing||anything
anytthing||anything
apendage||appendage
+apend||append
apended||appended
apender||appender
apendices||appendices
apending||appending
apendix||appendix
-apend||append
aplication||application
apllied||applied
apllies||applies
-apllying||applying
aplly||apply
+apllying||applying
apparence||appearance
apparenlty||apparently
apparenly||apparently
@@ -747,26 +799,26 @@
appicable||applicable
appicaliton||application
appicant||applicant
-appication-specific||application-specific
-appications||applications
appication||application
+appications||applications
+appication-specific||application-specific
appicative||applicative
applicaion||application
-applicaitons||applications
applicaiton||application
-applictions||applications
+applicaitons||applications
appliction||application
+applictions||applications
applys||applies
appologies||apologies
appology||apology
-appoved||approved
appove||approve
-appplications||applications
+appoved||approved
appplication||application
+appplications||applications
+approch||approach
approched||approached
approches||approaches
approching||approaching
-approch||approach
approopriate||appropriate
approoximately||approximately
appropiate||appropriate
@@ -774,63 +826,62 @@
appropriatly||appropriately
approproate||appropriate
appropropriate||appropriate
-approriately||appropriately
approriate||appropriate
-approrpriately||appropriately
+approriately||appropriately
approrpriate||appropriate
+approrpriately||appropriately
approximatly||approximately
aprooved||approved
-apropriately||appropriately
apropriate||appropriate
-aproximately||approximately
+apropriately||appropriately
aproximate||approximate
-aproximations||approximations
+aproximately||approximately
aproximation||approximation
+aproximations||approximations
aqain||again
+aqcuire||acquire
aqcuired||acquired
aqcuires||acquires
-aqcuire||acquire
aqcuiring||acquiring
+aquaint||acquaint
aquainted||acquainted
aquainting||acquainting
aquaints||acquaints
-aquaint||acquaint
-aquired||acquired
aquire||acquire
+aquired||acquired
aquisition||acquisition
arbitarily||arbitrarily
arbitary||arbitrary
arbitray||arbitrary
-archiectures||architectures
archiecture||architecture
-architechtures||architectures
+archiectures||architectures
architechture||architecture
-architecturse||architectures
+architechtures||architectures
architecturs||architectures
-architecures||architectures
+architecturse||architectures
architecure||architecture
-architetures||architectures
+architecures||architectures
architeture||architecture
-archtectures||architectures
+architetures||architectures
archtecture||architecture
-archvies||archives
+archtectures||architectures
archvie||archive
+archvies||archives
archving||archiving
-are'nt||aren't
aready||already
-arent||aren't
-argements||arguments
+are'nt||aren't
argement||argument
-argemnts||arguments
+argements||arguments
argemnt||argument
-argments||arguments
+argemnts||arguments
argment||argument
-arguements||arguments
+argments||arguments
arguement||argument
-argumemnts||arguments
+arguements||arguments
argumemnt||argument
-argumengs||arguments
+argumemnts||arguments
argumeng||argument
+argumengs||arguments
aribtrarily||arbitrarily
aribtrary||arbitrary
arithmatic||arithmetic
@@ -840,176 +891,179 @@
aroung||around
arount||around
arraival||arrival
-arrangemenets||arrangements
arrangemenet||arrangement
-arrangmenets||arrangements
+arrangemenets||arrangements
arrangmenet||arrangement
-arrangments||arrangements
+arrangmenets||arrangements
arrangment||arrangement
+arrangments||arrangements
arround||around
-articafts||artifacts
articaft||artifact
-articals||articles
+articafts||artifacts
artical||article
-articats||artifacts
+articals||articles
articat||artifact
-artifically||artificially
+articats||artifacts
artifical||artificial
+artifically||artificially
artillary||artillery
-arugments||arguments
arugment||argument
+arugments||arguments
asbtraction||abstraction
asign||assign
+asser||assert
assertation||assertion
assertting||asserting
-asser||assert
assesmenet||assessment
assesment||assessment
+assgin||assign
assgined||assigned
assgining||assigning
-assginments||assignments
assginment||assignment
+assginments||assignments
assgins||assigns
-assgin||assign
assiged||assigned
-assigments||assignments
assigment||assignment
-assignements||assignments
+assigments||assignments
assignement||assignment
-assignemnts||assignments
+assignements||assignments
assignemnt||assignment
+assignemnts||assignments
assignmenet||assignment
assistent||assistant
+assocaited||associated
+assocate||associate
assocated||associated
assocates||associates
-assocate||associate
assocating||associating
assocation||association
+associcate||associate
associcated||associated
associcates||associates
-associcate||associate
associcating||associating
+assosciate||associate
assosciated||associated
assosciates||associates
-assosciate||associate
assosciating||associating
-assosiacitions||associations
assosiacition||association
+assosiacitions||associations
+assosiate||associate
assosiated||associated
assosiates||associates
-assosiate||associate
assosiating||associating
assotiated||associated
asssert||assert
+assuma||assume
assumad||assumed
assumang||assuming
assumas||assumes
-assuma||assume
+assum||assume
+assumbe||assume
assumbed||assumed
assumbes||assumes
-assumbe||assume
assumbing||assuming
assumking||assuming
+assumme||assume
assummed||assumed
assummes||assumes
-assumme||assume
assumming||assuming
+assumne||assume
assumned||assumed
assumnes||assumes
-assumne||assume
assumning||assuming
assumong||assuming
-assumotions||assumptions
assumotion||assumption
-assumse||assumes
+assumotions||assumptions
assums||assumes
-assumtions||assumptions
+assumse||assumes
assumtion||assumption
-assumtpions||assumptions
+assumtions||assumptions
assumtpion||assumption
+assumtpions||assumptions
+assumu||assume
assumud||assumed
+assumue||assume
assumued||assumed
assumues||assumes
-assumue||assume
assumuing||assuming
assumung||assuming
-assumuptions||assumptions
assumuption||assumption
+assumuptions||assumptions
assumus||assumes
-assumu||assume
-assum||assume
asthetic||aesthetic
asuming||assuming
+asychronous||asynchronous
asycronous||asynchronous
asymetric||asymmetric
asymmeric||asymmetric
asynchnous||asynchronous
-asynchonously||asynchronously
asynchonous||asynchronous
+asynchonously||asynchronously
asynchromous||asynchronous
asynchronious||asynchronous
-asyncronously||asynchronously
asyncronous||asynchronous
+asyncronously||asynchronously
atempt||attempt
atomatically||automatically
atomical||atomic
atomicly||atomically
-atributes||attributes
atribute||attribute
-attachements||attachments
+atributes||attributes
+atrributes||attributes
attachement||attachment
+attachements||attachments
+attatch||attach
attatched||attached
attatches||attaches
attatching||attaching
-attatchments||attachments
attatchment||attachment
-attatch||attach
+attatchments||attachments
attched||attached
+attemp||attempt
attemped||attempted
attemping||attempting
attemps||attempts
-attemp||attempt
+attemt||attempt
attemted||attempted
attemting||attempting
+attemtp||attempt
attemtped||attempted
attemtping||attempting
attemtps||attempts
attemtpted||attempted
attemtpts||attempts
-attemtp||attempt
attemts||attempts
-attemt||attempt
attepmpt||attempt
-attibutes||attributes
attibute||attribute
-attirbutes||attributes
+attibutes||attributes
attirbute||attribute
+attirbutes||attributes
attnetion||attention
-attosenconds||attoseconds
attosencond||attosecond
-attribuites||attributes
+attosenconds||attoseconds
attribuite||attribute
+attribuites||attributes
attribuition||attribution
-attrubites||attributes
attrubite||attribute
-attrubtes||attributes
+attrubites||attributes
attrubte||attribute
-attrubures||attributes
+attrubtes||attributes
attrubure||attribute
-attrubutes||attributes
+attrubures||attributes
attrubute||attribute
-attrubytes||attributes
+attrubutes||attributes
attrubyte||attribute
+attrubytes||attributes
attruibutes||attributes
-atttributes||attributes
atttribute||attribute
+atttributes||attributes
+aunthenticate||authenticate
aunthenticated||authenticated
aunthenticates||authenticates
-aunthenticate||authenticate
aunthenticating||authenticating
+autenticate||authenticate
autenticated||authenticated
autenticates||authenticates
-autenticate||authenticate
autenticating||authenticating
autentication||authentication
authenicated||authenticated
@@ -1018,136 +1072,136 @@
authorative||authoritative
authoritive||authoritative
auto-destrcut||auto-destruct
-auto-negatiotiations||auto-negotiations
-auto-negatiotiation||auto-negotiation
-auto-negoatiations||auto-negotiations
-auto-negoatiation||auto-negotiation
-auto-negoations||auto-negotiations
-auto-negoation||auto-negotiation
-auto-negociations||auto-negotiations
-auto-negociation||auto-negotiation
-auto-negogtiations||auto-negotiations
-auto-negogtiation||auto-negotiation
-auto-negoitations||auto-negotiations
-auto-negoitation||auto-negotiation
-auto-negoptionsotiations||auto-negotiations
-auto-negoptionsotiation||auto-negotiation
-auto-negosiations||auto-negotiations
-auto-negosiation||auto-negotiation
-auto-negotaiations||auto-negotiations
-auto-negotaiation||auto-negotiation
-auto-negotaitions||auto-negotiations
-auto-negotaition||auto-negotiation
-auto-negotatiations||auto-negotiations
-auto-negotatiation||auto-negotiation
-auto-negotations||auto-negotiations
-auto-negotation||auto-negotiation
-auto-negothiations||auto-negotiations
-auto-negothiation||auto-negotiation
-auto-negotications||auto-negotiations
-auto-negotication||auto-negotiation
-auto-negotioations||auto-negotiations
-auto-negotioation||auto-negotiation
-auto-negotionations||auto-negotiations
-auto-negotionation||auto-negotiation
-auto-negotions||auto-negotiations
-auto-negotion||auto-negotiation
-auto-negotiotations||auto-negotiations
-auto-negotiotation||auto-negotiation
-auto-negotitaions||auto-negotiations
-auto-negotitaion||auto-negotiation
-auto-negotitations||auto-negotiations
-auto-negotitation||auto-negotiation
-auto-negotitions||auto-negotiations
-auto-negotition||auto-negotiation
-auto-negoziations||auto-negotiations
-auto-negoziation||auto-negotiation
-auto-realeased||auto-released
-auto-realease||auto-release
automaitcally||automatically
automaitc||automatic
automanifactured||automanufactured
automaticall||automatically
+automaticaly||automatically
automaticalyl||automatically
automaticalyy||automatically
-automaticaly||automatically
automaticlly||automatically
automaticly||automatically
+automatize||automate
automatized||automated
automatizes||automates
-automatize||automate
-autonegatiotiations||autonegotiations
+auto-negatiotiation||auto-negotiation
autonegatiotiation||autonegotiation
-autonegoatiations||autonegotiations
+auto-negatiotiations||auto-negotiations
+autonegatiotiations||autonegotiations
+auto-negoatiation||auto-negotiation
autonegoatiation||autonegotiation
-autonegoations||autonegotiations
+auto-negoatiations||auto-negotiations
+autonegoatiations||autonegotiations
+auto-negoation||auto-negotiation
autonegoation||autonegotiation
-autonegociations||autonegotiations
+auto-negoations||auto-negotiations
+autonegoations||autonegotiations
+auto-negociation||auto-negotiation
autonegociation||autonegotiation
-autonegogtiations||autonegotiations
+auto-negociations||auto-negotiations
+autonegociations||autonegotiations
+auto-negogtiation||auto-negotiation
autonegogtiation||autonegotiation
-autonegoitations||autonegotiations
+auto-negogtiations||auto-negotiations
+autonegogtiations||autonegotiations
+auto-negoitation||auto-negotiation
autonegoitation||autonegotiation
-autonegoptionsotiations||autonegotiations
+auto-negoitations||auto-negotiations
+autonegoitations||autonegotiations
+auto-negoptionsotiation||auto-negotiation
autonegoptionsotiation||autonegotiation
-autonegosiations||autonegotiations
+auto-negoptionsotiations||auto-negotiations
+autonegoptionsotiations||autonegotiations
+auto-negosiation||auto-negotiation
autonegosiation||autonegotiation
-autonegotaiations||autonegotiations
+auto-negosiations||auto-negotiations
+autonegosiations||autonegotiations
+auto-negotaiation||auto-negotiation
autonegotaiation||autonegotiation
-autonegotaitions||autonegotiations
+auto-negotaiations||auto-negotiations
+autonegotaiations||autonegotiations
+auto-negotaition||auto-negotiation
autonegotaition||autonegotiation
-autonegotatiations||autonegotiations
+auto-negotaitions||auto-negotiations
+autonegotaitions||autonegotiations
+auto-negotatiation||auto-negotiation
autonegotatiation||autonegotiation
-autonegotations||autonegotiations
+auto-negotatiations||auto-negotiations
+autonegotatiations||autonegotiations
+auto-negotation||auto-negotiation
autonegotation||autonegotiation
-autonegothiations||autonegotiations
+auto-negotations||auto-negotiations
+autonegotations||autonegotiations
+auto-negothiation||auto-negotiation
autonegothiation||autonegotiation
-autonegotications||autonegotiations
+auto-negothiations||auto-negotiations
+autonegothiations||autonegotiations
+auto-negotication||auto-negotiation
autonegotication||autonegotiation
-autonegotioations||autonegotiations
+auto-negotications||auto-negotiations
+autonegotications||autonegotiations
+auto-negotioation||auto-negotiation
autonegotioation||autonegotiation
-autonegotionations||autonegotiations
+auto-negotioations||auto-negotiations
+autonegotioations||autonegotiations
+auto-negotionation||auto-negotiation
autonegotionation||autonegotiation
-autonegotions||autonegotiations
+auto-negotionations||auto-negotiations
+autonegotionations||autonegotiations
+auto-negotion||auto-negotiation
autonegotion||autonegotiation
-autonegotiotations||autonegotiations
+auto-negotions||auto-negotiations
+autonegotions||autonegotiations
+auto-negotiotation||auto-negotiation
autonegotiotation||autonegotiation
-autonegotitaions||autonegotiations
+auto-negotiotations||auto-negotiations
+autonegotiotations||autonegotiations
+auto-negotitaion||auto-negotiation
autonegotitaion||autonegotiation
-autonegotitations||autonegotiations
+auto-negotitaions||auto-negotiations
+autonegotitaions||autonegotiations
+auto-negotitation||auto-negotiation
autonegotitation||autonegotiation
-autonegotitions||autonegotiations
+auto-negotitations||auto-negotiations
+autonegotitations||autonegotiations
+auto-negotition||auto-negotiation
autonegotition||autonegotiation
-autonegoziations||autonegotiations
+auto-negotitions||auto-negotiations
+autonegotitions||autonegotiations
+auto-negoziation||auto-negotiation
autonegoziation||autonegotiation
+auto-negoziations||auto-negotiations
+autonegoziations||autonegotiations
autonymous||autonomous
+autor||author
+auto-realease||auto-release
autorealease||autorelease
+auto-realeased||auto-released
autorisation||authorisation
autorization||authorization
autors||authors
-autor||author
auxilary||auxiliary
auxillary||auxiliary
auxilliary||auxiliary
avaiable||available
avaialable||available
avaialbale||available
-avaialbel||available
avaialbe||available
+avaialbel||available
avaialbility||availability
avaialble||available
avaible||available
avaiilable||available
availaable||available
availabable||available
+availabal||available
availabale||available
availabality||availability
-availabal||available
availabble||available
-availabed||available
-availabele||available
-availabel||available
availabe||available
+availabed||available
+availabel||available
+availabele||available
availabilty||availability
availabke||available
availabled||available
@@ -1180,32 +1234,32 @@
avaliable||available
avalible||available
avaluated||evaluated
-avaluates||evaluates
avaluate||evaluate
+avaluates||evaluates
avaluating||evaluating
avaoidable||avoidable
avaoid||avoid
aviable||available
avilable||available
+avod||avoid
avoded||avoided
avoding||avoiding
avods||avoids
-avod||avoid
-awefully||awfully
aweful||awful
+awefully||awfully
aysnc||async
backgroud||background
backpsace||backspace
backslashs||backslashes
backupped||backed-up
-backwords||backwards
backword||backward
+backwords||backwards
bacup||backup
bahavior||behavior
-bakups||backups
bakup||backup
-baloons||balloons
+bakups||backups
baloon||balloon
+baloons||balloons
bandwidht||bandwidth
bandwith||bandwidth
banlance||balance
@@ -1221,44 +1275,44 @@
becasue||because
becomming||becoming
becuase||because
-beeings||beings
beeing||being
+beeings||beings
beetween||between
beetwen||between
befor||before
befure||before
-begginers||beginners
+beggin||begin
begginer||beginner
-begginging||beginning
+begginers||beginners
beggingin||beginning
+begginging||beginning
begginig||beginning
beggining||beginning
begginnig||beginning
begginning||beginning
beggins||begins
-beggin||begin
begining||beginning
behaivior||behaviour
-behavoirs||behaviors
behavoir||behavior
+behavoirs||behaviors
+beleive||believe
beleived||believed
beleives||believes
-beleive||believe
beleiving||believing
beliveable||believable
beliveably||believably
+belive||believe
beliveble||believable
belivebly||believably
belived||believed
belives||believes
-belive||believe
beliving||believing
bellow||below
-benifited||benefited
+benifit||benefit
benifite||benefit
+benifited||benefited
benifitial||beneficial
benifits||benefits
-benifit||benefit
benig||being
beteeen||between
beteen||between
@@ -1267,16 +1321,17 @@
betweeen||between
betwen||between
beween||between
-bi-langual||bi-lingual
bianries||binaries
biappicative||biapplicative
bidimentionnal||bidimensional
+bi-langual||bi-lingual
bilangual||bilingual
bimontly||bimonthly
binay||binary
-bitfilelds||bitfields
bitfileld||bitfield
+bitfilelds||bitfields
bitmast||bitmask
+bitwiedh||bitwidth
bitwise-orring||bitwise-oring
bizzare||bizarre
blanace||balance
@@ -1287,13 +1342,13 @@
bofore||before
boggus||bogus
bood||boot
-boomarks||bookmarks
boomark||bookmark
+boomarks||bookmarks
bootsrap||bootstrap
+bootstap||bootstrap
bootstapped||bootstrapped
bootstapping||bootstrapping
bootstaps||bootstraps
-bootstap||bootstrap
borad||board
boudaries||boundaries
boudary||boundary
@@ -1301,49 +1356,50 @@
boundries||boundaries
boundry||boundary
bracese||braces
-branckets||brackets
brancket||bracket
+branckets||brackets
brane||brain
breif||brief
brievely||briefly
brigde||bridge
-briges||bridges
brige||bridge
+briges||bridges
brighness||brightness
-brnaches||branches
brnach||branch
+brnaches||branches
broadcase||broadcast
broadcat||broadcast
brokeness||brokenness
broser||browser
-browers||browsers
brower||browser
-bufffers||buffers
+browers||browsers
+bufer||buffer
bufffer||buffer
+bufffers||buffers
bufufer||buffer
bugus||bogus
buid||build
+buil||build
build-dependancies||build-dependencies
build-dependancy||build-dependency
build-dependencie||build-dependency
buildpackge||buildpackage
-builters||builders
builter||builder
-buil||build
+builters||builders
buipd||build
-buitins||builtins
-buitin||builtin
-buitlins||builtins
-buitlin||builtin
-buittons||buttons
-buitton||button
buit||built
+buitin||builtin
+buitins||builtins
+buitlin||builtin
+buitlins||builtins
+buitton||button
+buittons||buttons
+buld||build
bulding||building
bulds||builds
-buld||build
+bulid||build
buliding||building
bulids||builds
-bulid||build
bulit||built
bulletted||bulleted
bultin||builtin
@@ -1351,84 +1407,89 @@
bumpted||bumped
burocratic||bureaucratic
buss||bus
-cacahes||caches
cacahe||cache
+cacahes||caches
cacheed||cached
+cacluate||calculate
cacluated||calculated
cacluates||calculates
-cacluate||calculate
cacluating||calculating
-cacluations||calculations
cacluation||calculation
+cacluations||calculations
+caculate||calculate
caculated||calculated
caculates||calculates
-caculate||calculate
caculating||calculating
-caculations||calculations
caculation||calculation
+caculations||calculations
cadidate||candidate
-cahacters||characters
cahacter||character
+cahacters||characters
cahange||change
cahanging||changing
-caharacters||characters
caharacter||character
-caharcters||characters
+caharacters||characters
caharcter||character
+caharcters||characters
+cahc||cache
+cahce||cache
cahced||cached
cahces||caches
-cahce||cache
+cahche||cache
cahchedb||cachedb
cahches||caches
-cahche||cache
cahcing||caching
cahcs||caches
-cahc||cache
-cahdidates||candidates
cahdidate||candidate
-cahes||caches
+cahdidates||candidates
cahe||cache
+cahes||caches
cahgne||change
-cahhels||channels
cahhel||channel
+cahhels||channels
cahined||chained
cahing||caching
cahining||chaining
+cahnge||change
cahnged||changed
cahnges||changes
-cahnge||change
-cahnnels||channels
cahnnel||channel
-cahracters||characters
+cahnnels||channels
cahracter||character
+cahracters||characters
+cahr||char
cahrging||charging
cahrs||chars
-cahr||char
+calcualte||calculate
calcualted||calculated
calcualtes||calculates
-calcualte||calculate
calcualting||calculating
calender||calendar
calescing||coalescing
calle||called
callibration||calibration
+callled||called
calloed||called
+callser||caller
calucate||calculate
+calulate||calculate
calulated||calculated
calulates||calculates
-calulate||calculate
calulating||calculating
-calulations||calculations
calulation||calculation
-cancelations||cancellations
+calulations||calculations
cancelation||cancellation
+cancelations||cancellations
cancle||cancel
-canidates||candidates
canidate||candidate
+canidates||candidates
+cann't||can't
+canonalize||canonicalize
canonalized||canonicalized
canonalizes||canonicalizes
-canonalize||canonicalize
canonalizing||canonicalizing
+canot||cannot
+cant'||can't
capabilies||capabilities
capabilites||capabilities
capabilties||capabilities
@@ -1444,124 +1505,124 @@
carefuly||carefully
cariage||carriage
carreer||career
+casue||cause
casued||caused
casues||causes
-casue||cause
catagories||categories
catagory||category
catched||caught
cbds||cdbs
+ceate||create
ceated||created
ceates||creates
-ceate||create
ceating||creating
+cehck||check
cehcked||checked
cehcking||checking
cehcks||checks
-cehck||check
cenario||scenario
-centisenconds||centiseconds
centisencond||centisecond
+centisenconds||centiseconds
certainity||certainty
-certficates||certificates
certficate||certificate
-certianly||certainly
+certficates||certificates
certian||certain
-certicates||certificates
+certianly||certainly
certicate||certificate
-certifactes||certificates
+certicates||certificates
certifacte||certificate
-certifcates||certificates
+certifactes||certificates
certifcate||certificate
+certifcates||certificates
certificat||certificate
chache||cache
challanage||challenge
-challanges||challenges
challange||challenge
+challanges||challenges
chanell||channel
changable||changeable
chanined||chained
-chaninging||changing
chaning||changing
-channles||channels
+chaninging||changing
channle||channel
-channnels||channels
+channles||channels
channnel||channel
-characers||characters
+channnels||channels
characer||character
-charachters||characters
+characers||characters
charachter||character
-charactears||characters
+charachters||characters
charactear||character
-characteds||characters
+charactears||characters
+characte||character
characted||character
-characteers||characters
+characteds||characters
characteer||character
+characteers||characters
characteisation||characterisation
characteization||characterization
-characteors||characters
characteor||character
+characteors||characters
charactes||characters
-characteteristics||characteristics
-characteteristic||characteristic
-characteters||characters
-characteter||character
-charactetistics||characteristics
-charactetistic||characteristic
-charactetrs||characterss
-charactetr||characters
-charactets||characters
charactet||character
-characte||character
-charactors||characters
+characteter||character
+characteteristic||characteristic
+characteteristics||characteristics
+characteters||characters
+charactetistic||characteristic
+charactetistics||characteristics
+charactetr||characters
+charactetrs||characterss
+charactets||characters
charactor||character
-charaters||characters
+charactors||characters
charater||character
+charaters||characters
charcter||character
-chatacters||characters
chatacter||character
+chatacters||characters
+chcek||check
chceked||checked
chceking||checking
chceks||checks
-chcek||check
chck||check
-checged||checked
checg||check
+checged||checked
checkstum||checksum
checksumed||checksummed
checksuming||checksumming
-checkums||checksums
checkum||checksum
+checkums||checksums
+chek||check
cheked||checked
cheking||checking
-cheksums||checksums
cheksum||checksum
-chek||check
+cheksums||checksums
childern||children
childs||children
chiled||child
chked||checked
-chnages||changes
chnage||change
+chnages||changes
chnnel||channel
choise||choice
choosen||chosen
chosing||choosing
chouse||chose
-chracters||characters
chracter||character
+chracters||characters
+chunck||chunk
chuncked||chunked
chuncking||chunking
-chuncksize||chunksize
chuncks||chunks
-chunck||chunk
-cicruits||circuits
+chuncksize||chunksize
cicruit||circuit
-cilyndres||cylinders
+cicruits||circuits
cilyndre||cylinder
+cilyndres||cylinders
circumvernt||circumvent
-circuts||circuits
circut||circuit
+circuts||circuits
cirucal||circular
cirucit||circuit
ciruclar||circular
@@ -1569,191 +1630,191 @@
ciruclator||circulator
cirucmflex||circumflex
cirucular||circular
-cirucumstances||circumstances
cirucumstance||circumstance
-ciruits||circuits
+cirucumstances||circumstances
ciruit||circuit
-cirumstances||circumstances
+ciruits||circuits
cirumstance||circumstance
-cjoices||choices
+cirumstances||circumstances
cjoice||choice
+cjoices||choices
claaes||classes
claculate||calculate
claread||cleared
clared||cleared
clasified||classified
clasifies||classifies
-clasifying||classifying
clasify||classify
-classesss||classes
+clasifying||classifying
classess||classes
-classses||classes
+classesss||classes
classs||class
+classses||classes
cleaer||clear
-cleanpus||cleanups
cleanpu||cleanup
+cleanpus||cleanups
clearified||clarified
clearifies||clarifies
-clearifying||clarifying
clearify||clarify
+clearifying||clarifying
cleean||clean
-cleints||clients
cleint||client
-cloacks||cloaks
+cleints||clients
cloack||cloak
+cloacks||cloaks
clock_getttime||clock_gettime
closeing||closing
clossing||closing
clustred||clustered
cnfiguration||configuration
-coefficents||coefficients
coefficent||coefficient
+coefficents||coefficients
coexistance||coexistence
cofidence||confidence
+cofigure||configure
cofigured||configured
cofigures||configures
-cofigure||configure
cofiguring||configuring
+cointain||contain
cointained||contained
cointains||contains
-cointain||contain
colaboration||collaboration
colescing||coalescing
collaobrative||collaborative
collapsable||collapsible
-collecions||collections
collecion||collection
-collegues||colleagues
+collecions||collections
collegue||colleague
-collumns||columns
+collegues||colleagues
collumn||column
+collumns||columns
colorfull||colorful
-colorpsaces||colorspaces
colorpsace||colorspace
-coloumns||columns
-coloumn||column
-coloums||columns
+colorpsaces||colorspaces
coloum||column
-colourpsaces||colourspaces
+coloumn||column
+coloumns||columns
+coloums||columns
colourpsace||colourspace
-colums||columns
+colourpsaces||colourspaces
colum||column
+colums||columns
+comamnd||command
comamnd-line||command-line
comamndline||commandline
comamnds||commands
-comamnd||command
comand||command
comapnies||companies
comapny||company
comaptible||compatible
combatibility||compatibility
+coment||comment
comented||commented
comenting||commenting
coments||comments
-coment||comment
comit||commit
-comma-separeted||comma-separated
+commad||command
+commadn||command
commadn-line||command-line
commadnline||commandline
commadns||commands
-commadn||command
commads||commands
-commad||command
+comma-separeted||comma-separated
+commenet||comment
commenetd||commented
commeneted||commented
-commenet||comment
commerical||commercial
comming||coming
comminucation||communication
commited||committed
-commiters||committers
commiter||committer
+commiters||committers
commiting||committing
committ||commit
-commma-separated||comma-separated
+commma||comma
+commmand||command
commmand-line||command-line
commmandline||commandline
commmands||commands
-commmand||command
-commma||comma
+commma-separated||comma-separated
+commment||comment
commmented||commented
commmenting||commenting
commments||comments
-commment||comment
-commmets||comments
commmet||comment
+commmets||comments
+commmit||commit
commmited||committed
commmiting||committing
commmits||commits
commmitted||committed
-commmitters||committers
commmitter||committer
+commmitters||committers
commmitting||committing
-commmit||commit
commmon||common
+commmunicate||communicate
commmunicated||communicated
commmunicates||communicates
-commmunicate||communicate
commmunication||communication
commmunity||community
-commna-separated||comma-separated
+commna||comma
+commnad||command
commnad-line||command-line
commnadline||commandline
commnads||commands
-commnad||command
+commnand||command
commnand-line||command-line
commnandline||commandline
commnands||commands
-commnand||command
-commna||comma
+commna-separated||comma-separated
+commnd||command
commnd-line||command-line
commndline||commandline
commnds||commands
-commnd||command
-commnents||comments
commnent||comment
+commnents||comments
commnetary||commentary
commnication||communication
-commnted||commented
commnt||comment
+commnted||commented
commnuative||commutative
commnunicating||communicating
commnunication||communication
commnunity||community
commoditiy||commodity
commontly||commonly
-commpaction||compaction
commpact||compact
+commpaction||compaction
commpare||compare
commpatibility||compatibility
commpatible||compatible
commpilation||compilation
-commpiled||compiled
commpile||compile
+commpiled||compiled
commpiling||compiling
commplain||complain
+commplete||complete
commpleted||completed
commpletely||completely
commpletes||completes
-commplete||complete
commpletion||completion
commplex||complex
commpliant||compliant
commplied||complied
-commponents||components
commponent||component
+commponents||components
commpound||compound
commpresd||compressed
commpresed||compressed
commpresion||compression
+commpress||compress
commpressd||compressed
commpressed||compressed
commpression||compression
-commpress||compress
+commpute||compute
commputed||computed
commputer||computer
commputes||computes
-commpute||compute
commtited||committed
commtted||committed
commuication||communication
@@ -1763,61 +1824,61 @@
compagnion||companion
compagny||company
compaibility||compatibility
-comparations||comparisons
comparation||comparison
+comparations||comparisons
compareing||comparing
compariable||comparable
comparied||compared
comparign||comparing
-comparigons||comparisons
comparigon||comparison
+comparigons||comparisons
compariing||comparing
-comparions||comparisons
comparion||comparison
-comparioss||comparisons
+comparions||comparisons
comparios||comparison
-comparisaions||comparisons
+comparioss||comparisons
comparisaion||comparison
-comparisations||comparisons
+comparisaions||comparisons
comparisation||comparison
-comparisements||comparisons
+comparisations||comparisons
comparisement||comparison
+comparisements||comparisons
+comparisin||comparison
comparising||comparing
comparisins||comparisons
-comparisin||comparison
-comparisions||comparisons
comparision||comparison
-comparisments||comparisons
-comparisment||comparison
-comparisms||comparisons
+comparisions||comparisons
comparism||comparison
-comparisns||comparisons
+comparisment||comparison
+comparisments||comparisons
+comparisms||comparisons
comparisn||comparison
-comparispons||comparisons
+comparisns||comparisons
comparispon||comparison
-comparissions||comparisons
+comparispons||comparisons
comparission||comparison
-comparissons||comparisons
+comparissions||comparisons
comparisson||comparison
-comparistions||comparisons
+comparissons||comparisons
comparistion||comparison
-comparistons||comparisons
+comparistions||comparisons
compariston||comparison
-comparitions||comparisons
+comparistons||comparisons
comparition||comparison
-comparititively||comparatively
+comparitions||comparisons
comparititive||comparative
-comparitively||comparatively
+comparititively||comparatively
comparitive||comparative
-comparitors||comparators
+comparitively||comparatively
comparitor||comparator
-comparizons||comparisons
+comparitors||comparators
comparizon||comparison
+comparizons||comparisons
comparment||compartment
-comparotors||comparators
comparotor||comparator
-comparsions||comparisons
+comparotors||comparators
comparsion||comparison
+comparsions||comparisons
compatabable||compatible
compatabiity||compatibility
compatabile||compatible
@@ -1838,232 +1899,235 @@
compatatbility||compatibility
compatatble||compatible
compatatible||compatible
-compatators||comparators
compatator||comparator
+compatators||comparators
compatbility||compatibility
compatiability||compatibility
compatibile||compatible
+compatibililty||compatibility
compatibiliy||compatibility
compatibilty||compatibility
compatiblities||compatibilities
compatiblity||compatibility
competetive||competitive
-competions||completions
competion||completion
+competions||completions
compilant||compliant
complaing||complaining
+compleate||complete
compleated||completed
compleates||completes
-compleate||complete
compleating||completing
compleatly||completely
-compleeted||completed
compleete||complete
+compleeted||completed
compleetly||completely
compleetness||completeness
complelte||complete
complession||compression
+complet||complete
completition||completion
completly||completely
completness||completeness
-complet||complete
complianse||compliance
complient||compliant
-compliers||compilers
complier||compiler
+compliers||compilers
+complile||compile
compliled||compiled
compliles||compiles
-complile||compile
compliling||compiling
compling||compiling
complmenet||complement
compoment||component
-componets||components
componet||component
+componets||components
componnents||components
-compontents||components
compontent||component
+compontents||components
comppatible||compatible
+compres||compress
compresed||compressed
compreses||compresses
compresing||compressing
compresion||compression
-compres||compress
compsable||composable
comptible||compatible
comression||compression
-comsumers||consumers
-comsumer||consumer
comsume||consume
+comsumer||consumer
+comsumers||consumers
comsuming||consuming
+comunicate||communicate
comunication||communication
+conain||contain
conained||contained
-conainers||containers
conainer||container
+conainers||containers
conaines||contains
conaining||containing
conains||contains
-conainter||container
conaint||contain
-conain||contain
+conainter||container
+conatin||contain
conatined||contained
conatining||containing
conatins||contains
-conatin||contain
-conbinations||combinations
conbination||combination
+conbinations||combinations
+concatentate||concatenate
concatentated||concatenated
concatentates||concatenates
-concatentate||concatenate
concatentating||concatenating
-concatentations||concatenations
concatentation||concatenation
-concatinations||concatenations
+concatentations||concatenations
concatination||concatenation
+concatinations||concatenations
+concatonate||concatenate
concatonated||concatenated
concatonates||concatenates
-concatonate||concatenate
concatonating||concatenating
concensus||consensus
concentic||concentric
concidered||considered
conciousness||consciousness
-concurently||concurrently
concurent||concurrent
-condidential||confidential
+concurently||concurrently
condident||confident
+condidential||confidential
condifurable||configurable
condifuration||configuration
-condifured||configured
condifure||configure
-conditially||conditionally
+condifured||configured
conditial||conditional
-conditianally||conditionally
+conditially||conditionally
conditianal||conditional
+conditianally||conditionally
conditionaly||conditionally
conditionnaly||conditionally
conditon||condition
-condtiions||conditions
condtiion||condition
+condtiions||conditions
+condtional||conditional
condtionally||conditionally
condtionals||conditionals
-condtional||conditional
+condtion||condition
condtioned||conditioned
condtions||conditions
-condtion||condition
-condtitionals||conditionals
condtitional||conditional
-condtitions||conditions
+condtitionals||conditionals
condtition||condition
+condtitions||conditions
+conecct||connect
coneccted||connected
coneccting||connecting
-conecctions||connections
conecction||connection
+conecctions||connections
conecctivities||connectivities
conecctivity||connectivity
-conecctors||connectors
conecctor||connector
+conecctors||connectors
coneccts||connects
-conecct||connect
-conecepts||concepts
conecept||concept
-conecjtures||conjectures
+conecepts||concepts
conecjture||conjecture
+conecjtures||conjectures
+conecnt||connect
+conecntrate||concentrate
conecntrated||concentrated
conecntrates||concentrates
-conecntrate||concentrate
conecnts||connects
-conecnt||connect
-conecpts||concepts
conecpt||concept
+conecpts||concepts
+conect||connect
conected||connected
conecting||connecting
-conections||connections
conection||connection
+conections||connections
conectivities||connectivities
conectivity||connectivity
-conectors||connectors
conector||connector
+conectors||connectors
conects||connects
-conect||connect
conecurrency||concurrency
conecutive||consecutive
+coneect||connect
coneected||connected
coneecting||connecting
-coneections||connections
coneection||connection
+coneections||connections
coneectivities||connectivities
coneectivity||connectivity
-coneectors||connectors
coneector||connector
+coneectors||connectors
coneects||connects
-coneect||connect
+conenct||connect
conencted||connected
conencting||connecting
-conenctions||connections
conenction||connection
+conenctions||connections
conenctivities||connectivities
conenctivity||connectivity
-conenctors||connectors
conenctor||connector
+conenctors||connectors
conencts||connects
-conenct||connect
conenience||convenience
conenient||convenient
coneninece||convenience
coneninet||convenient
-conents||contents
conent||content
-conergence||convergence
-conerning||concerning
-conern||concern
-conersions||conversions
-conersion||conversion
-coners||corners
-conerted||converted
-conert||convert
-conervative||conservative
+conents||contents
coner||corner
+conergence||convergence
+conern||concern
+conerning||concerning
+coners||corners
+conersion||conversion
+conersions||conversions
+conert||convert
+conerted||converted
+conervative||conservative
+conet||connect
coneted||connected
coneting||connecting
-conetions||connections
conetion||connection
+conetions||connections
conetivities||connectivities
conetivity||connectivity
conetnt||content
-conetors||connectors
conetor||connector
+conetors||connectors
conets||connects
-conetxts||contexts
conetxt||context
-conet||connect
-conexts||contexts
+conetxts||contexts
conext||context
+conexts||contexts
+confict||conflict
conficted||conflicted
conficts||conflicts
-confict||conflict
confifurable||configurable
confifuration||configuration
-confifured||configured
confifure||configure
+confifured||configured
configed||configured
-configrations||configurations
configration||configuration
+configrations||configurations
+configred||configured
configuarble||configurable
-configuared||configured
configuare||configure
-configuarions||configurations
+configuared||configured
configuarion||configuration
-configuartions||configurations
+configuarions||configurations
configuartion||configuration
-configuations||configurations
+configuartions||configurations
configuation||configuration
+configuations||configurations
configued||configured
configuraion||configuration
-configuratoins||configurations
configuratoin||configuration
-configuratons||configurations
+configuratoins||configurations
configuraton||configuration
+configuratons||configurations
configuretion||configuration
configutation||configuration
confimred||confirmed
@@ -2071,129 +2135,131 @@
confucion||confusion
confuction||conjunction
confudion||confusion
+confue||confuse
confued||confused
confues||confuses
-confue||confuse
confugiration||configuration
confugirble||configurable
+confugire||configure
confugired||configured
confugires||configures
-confugire||configure
confugiring||configuring
confugrable||configurable
confugration||configuration
+confugre||configure
confugred||configured
confugres||configures
-confugre||configure
confugring||configuring
confugurable||configurable
confuguration||configuration
+confugure||configure
confugured||configured
confugures||configures
-confugure||configure
confuguring||configuring
confuing||confusing
confunction||conjunction
confunder||confounder
+confunse||confuse
confunsed||confused
confunses||confuses
-confunse||confuse
confunsing||confusing
confurable||configurable
confuration||configuration
+confure||configure
confured||configured
confures||configures
-confure||configure
confuring||configuring
+confurse||confuse
confursed||confused
confurses||confuses
-confurse||confuse
confursing||confusing
+confuze||confuse
confuzed||confused
confuzes||confuses
-confuze||confuse
confuzing||confusing
+confuzze||confuse
confuzzed||confused
confuzzes||confuses
-confuzze||confuse
confuzzing||confusing
congifurable||configurable
congifuration||configuration
-congifured||configured
congifure||configure
+congifured||configured
conider||consider
+conincide||coincide
conincidence||coincidence
conincident||coincident
conincides||coincides
-conincide||coincide
coninciding||coinciding
coninient||convenient
coninstallable||coinstallable
coninuation||continuation
-coninues||continues
coninue||continue
+coninues||continues
coninuity||continuity
coninuous||continuous
conjuction||conjunction
connecetd||connected
-connecitons||connections
conneciton||connection
+connecitons||connections
connectinos||connections
+connetor||connector
+connnect||connect
connnected||connected
connnecting||connecting
-connnections||connections
connnection||connection
+connnections||connections
connnects||connects
-connnect||connect
connot||cannot
conrtib||contrib
-consequtively||consecutively
consequtive||consecutive
+consequtively||consecutively
considderation||consideration
+considder||consider
considdered||considered
considdering||considering
-considder||consider
-consifered||considered
consifer||consider
-consisently||consistently
+consifered||considered
consisent||consistent
+consisently||consistently
consistancy||consistency
consistant||consistent
consistenly||consistently
consitency||consistency
-consonents||consonants
consonent||consonant
+consonents||consonants
constraintes||constraints
-constrasts||contrasts
constrast||contrast
+constrasts||contrasts
+constrcut||construct
constrcuted||constructed
constrcution||construction
-constrcutors||constructors
constrcutor||constructor
+constrcutors||constructors
constrcuts||constructs
-constrcut||construct
constructred||constructed
-constuctors||constructors
constuctor||constructor
-containes||contains
+constuctors||constructors
containe||contained
+containes||contains
containg||containing
+containt||contain
containted||contained
containter||container
containting||containing
containts||contains
-containt||contain
contaisn||contains
+contan||contain
contaned||contained
contaning||containing
contans||contains
contant||contact
-contan||contain
+contein||contain
conteined||contained
conteining||containing
conteins||contains
-contein||contain
contence||contents
+contentended||contended
content-negatiotiation||content-negotiation
content-negoatiation||content-negotiation
content-negoation||content-negotiation
@@ -2216,154 +2282,153 @@
content-negotitation||content-negotiation
content-negotition||content-negotiation
content-negoziation||content-negotiation
-contentended||contended
+contian||contain
contianed||contained
-contianers||containers
contianer||container
+contianers||containers
contianing||containing
contians||contains
-contian||contain
contigious||contiguous
contiguos||contiguous
continious||continuous
-continously||continuously
continous||continuous
+continously||continuously
continueing||continuing
+continus||continuous
continuse||continues
continusly||continuously
-continus||continuous
continuting||continuing
-contollers||controllers
-contoller||controller
contol||control
-contracictions||contradictions
+contoller||controller
+contollers||controllers
contraciction||contradiction
-contracitions||contradictions
+contracictions||contradictions
contracition||contradiction
+contracitions||contradictions
contraints||constraints
-contributers||contributors
contributer||contributor
+contributers||contributors
contries||countries
controlable||controllable
controled||controlled
-controlers||controllers
controler||controller
+controlers||controllers
controling||controlling
-controlls||controls
controll||control
+controlls||controls
+contruct||construct
contructed||constructed
contructing||constructing
-contructions||constructions
contruction||construction
-contructors||constructors
+contructions||constructions
contructor||constructor
+contructors||constructors
contructs||constructs
-contruct||construct
contry||country
conuntry||country
convenince||convenience
-converions||conversions
converion||conversion
+converions||conversions
conversly||conversely
-converstions||conversions
converstion||conversion
+converstions||conversions
convertable||convertible
-convertions||conversions
convertion||conversion
+convertions||conversions
convertor||converter
-convesions||conversions
convesion||conversion
+convesions||conversions
+convet||convert
conveted||converted
conveting||converting
convets||converts
-convet||convert
-convieniently||conveniently
convienient||convenient
+convieniently||conveniently
conviguration||configuration
convigure||configure
convination||combination
-convineances||conveniences
convineance||convenience
+convineances||conveniences
+convine||combine
convined||convinced
convineient||convenient
-convinences||conveniences
convinence||convenience
-convinently||conveniently
+convinences||conveniences
convinent||convenient
-convine||combine
-conviniances||conveniences
+convinently||conveniently
conviniance||convenience
-conviniences||conveniences
+conviniances||conveniences
convinience||convenience
-conviniencys||conveniences
+conviniences||conveniences
conviniency||convenience
-conviniently||conveniently
+conviniencys||conveniences
convinient||convenient
+conviniently||conveniently
convining||combining
-convinved||convinced
convinve||convince
+convinved||convinced
convinving||convincing
convirted||converted
convirting||converting
convised||convinced
-coodinates||coordinates
coodinate||coordinate
-coordindates||coordinates
+coodinates||coordinates
coordindate||coordinate
-coordines||coordinates
+coordindates||coordinates
coordine||coordinate
-coordingates||coordinates
-coordingate||coordinate
-coordingly||accordingly
+coordines||coordinates
coording||according
-coordiniates||coordinates
+coordingate||coordinate
+coordingates||coordinates
+coordingly||accordingly
coordiniate||coordinate
-coordinites||coordinates
+coordiniates||coordinates
coordinite||coordinate
-coordinnates||coordinates
+coordinites||coordinates
coordinnate||coordinate
-coordintaes||coordinates
+coordinnates||coordinates
coordintae||coordinate
-coordintates||coordinates
+coordintaes||coordinates
coordintate||coordinate
-coordintes||coordinates
+coordintates||coordinates
coordinte||coordinate
+coordintes||coordinates
copeing||copying
coprright||copyright
+copyrigth||copyright
copyrigthed||copyrighted
copyrigths||copyrights
-copyrigth||copyright
+copyritght||copyright
copyritghted||copyrighted
copyritghts||copyrights
-copyritght||copyright
corected||corrected
+corelate||correlate
corelated||correlated
corelates||correlates
-corelate||correlate
-corerctly||correctly
corerct||correct
+corerctly||correctly
+corespond||correspond
coresponded||corresponded
corespondence||correspondence
coresponding||corresponding
coresponds||corresponds
-corespond||correspond
correclty||correctly
correctnes||correctness
-correectly||correctly
correect||correct
+correectly||correctly
correlatd||correlated
-correllations||correlations
correllation||correlation
+correllations||correlations
+correnspond||correspond
corrensponded||corresponded
corrensponding||corresponding
corrensponds||corresponds
-correnspond||correspond
correponding||corresponding
correponds||corresponds
+corresond||correspond
corresonded||corresponded
corresonding||corresponding
corresonds||corresponds
-corresond||correspond
correspoding||corresponding
correspondance||correspondence
correspondes||corresponds
@@ -2372,225 +2437,227 @@
corretly||correctly
corrolated||correlated
corrolates||correlates
-corrolations||correlations
corrolation||correlation
+corrolations||correlations
corsor||cursor
+cotnain||contain
cotnained||contained
-cotnainers||containers
cotnainer||container
+cotnainers||containers
cotnaining||containing
cotnains||contains
-cotnain||contain
+cotrol||control
cotrolled||controlled
cotrolling||controlling
cotrols||controls
-cotrol||control
coudn't||couldn't
+coul||could
could'nt||couldn't
could't||couldn't
coult||could
-coul||could
cound||could
-countours||contours
countour||contour
+countours||contours
cource||course
couter||counter
-coutners||counters
coutner||counter
+coutners||counters
coverted||converted
coypright||copyright
creationg||creating
-creatred||created
creatre||create
-credintials||credentials
+creatred||created
credintial||credential
+credintials||credentials
+cretae||create
cretaed||created
cretaes||creates
-cretae||create
cretaing||creating
cricital||critical
crirical||critical
critcial||critical
critera||criteria
criterias||c