WARNING: 'teh' may be misspelled - perhaps 'the'? #24: FILE: src/common/l1sap.c:1998: + uint8_t teh; ^^^ WARNING: 'teh' may be misspelled - perhaps 'the'? #29: FILE: src/common/l1sap.c:2003: + teh = 0xE0; ^^^ WARNING: 'teh' may be misspelled - perhaps 'the'? #31: FILE: src/common/l1sap.c:2005: + teh = 0xE2; ^^^ WARNING: 'teh' may be misspelled - perhaps 'the'? #34: FILE: src/common/l1sap.c:2008: + teh = 0xE6; ^^^ WARNING: 'teh' may be misspelled - perhaps 'the'? #39: FILE: src/common/l1sap.c:2013: + teh |= 0x08; ^^^ WARNING: 'teh' may be misspelled - perhaps 'the'? #41: FILE: src/common/l1sap.c:2015: + teh |= 0x01; ^^^ WARNING: 'teh' may be misspelled - perhaps 'the'? #43: FILE: src/common/l1sap.c:2017: + msgb_push_u8(msg, teh); ^^^ WARNING: 'teh' may be misspelled - perhaps 'the'? #46: FILE: src/common/l1sap.c:2020: + send_ul_rtp_packet_speech(lchan, fn, &teh, 1); ^^^ WARNING: 'TEH' may be misspelled - perhaps 'THE'? #137: FILE: src/common/rtp_input_preen.c:74: + /* TEH octet must be correct, and not a BFI */ ^^^ WARNING: 'TEH' may be misspelled - perhaps 'THE'? #143: FILE: src/common/rtp_input_preen.c:80: + /* Strip TEH octet, leaving only standard FR payload. */ ^^^ WARNING: 'TEH' may be misspelled - perhaps 'THE'? #161: FILE: src/common/rtp_input_preen.c:98: + /* TEH octet must be correct, and not a BFI */ ^^^ WARNING: 'TEH' may be misspelled - perhaps 'THE'? #167: FILE: src/common/rtp_input_preen.c:104: + /* Strip TEH octet, leaving only standard EFR payload. */ ^^^ total: 0 errors, 12 warnings, 138 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Your patch has style problems, please review. NOTE: Ignored message types: ASSIGN_IN_IF AVOID_EXTERNS BLOCK_COMMENT_STYLE COMPLEX_MACRO CONSTANT_COMPARISON DEEP_INDENTATION EMBEDDED_FILENAME EMBEDDED_FUNCTION_NAME EXECUTE_PERMISSIONS FILE_PATH_CHANGES GLOBAL_INITIALISERS IF_0 INITIALISED_STATIC LINE_CONTINUATIONS LINE_SPACING LONG_LINE LONG_LINE_COMMENT LONG_LINE_STRING MACRO_WITH_FLOW_CONTROL MISSING_SPACE PREFER_DEFINED_ATTRIBUTE_MACRO PREFER_FALLTHROUGH REPEATED_WORD SPDX_LICENSE_TAG SPLIT_STRING STRING_FRAGMENTS SYMBOLIC_PERMS TRACING_LOGGING TRAILING_STATEMENTS UNNECESSARY_BREAK UNNECESSARY_INT UNSPECIFIED_INT VOLATILE NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS.