Skip to content

drivers: can: Add support for CAN driver for MSPM0G3xx #4

drivers: can: Add support for CAN driver for MSPM0G3xx

drivers: can: Add support for CAN driver for MSPM0G3xx #4

Triggered via pull request December 20, 2023 21:32
Status Failure
Total duration 4m 20s
Artifacts 1

compliance.yml

on: pull_request
Run compliance checks on patch series (PR)
4m 11s
Run compliance checks on patch series (PR)
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 10 warnings
POINTER_LOCATION: drivers/can/can_mspm0g3xxx_canfd.c#L25
drivers/can/can_mspm0g3xxx_canfd.c:25 "foo * bar" should be "foo *bar"
TRAILING_WHITESPACE: drivers/can/can_mspm0g3xxx_canfd.c#L42
drivers/can/can_mspm0g3xxx_canfd.c:42 trailing whitespace
TRAILING_WHITESPACE: drivers/can/can_mspm0g3xxx_canfd.c#L77
drivers/can/can_mspm0g3xxx_canfd.c:77 trailing whitespace
TRAILING_WHITESPACE: drivers/can/can_mspm0g3xxx_canfd.c#L91
drivers/can/can_mspm0g3xxx_canfd.c:91 trailing whitespace
CODE_INDENT: drivers/can/can_mspm0g3xxx_canfd.c#L92
drivers/can/can_mspm0g3xxx_canfd.c:92 code indent should use tabs where possible
OPEN_BRACE: drivers/can/can_mspm0g3xxx_canfd.c#L94
drivers/can/can_mspm0g3xxx_canfd.c:94 that open brace { should be on the previous line
CODE_INDENT: drivers/can/can_mspm0g3xxx_canfd.c#L95
drivers/can/can_mspm0g3xxx_canfd.c:95 code indent should use tabs where possible
TRAILING_WHITESPACE: drivers/can/can_mspm0g3xxx_canfd.c#L99
drivers/can/can_mspm0g3xxx_canfd.c:99 trailing whitespace
TRAILING_WHITESPACE: drivers/can/can_mspm0g3xxx_canfd.c#L103
drivers/can/can_mspm0g3xxx_canfd.c:103 trailing whitespace
SPACING: drivers/can/can_mspm0g3xxx_canfd.c#L103
drivers/can/can_mspm0g3xxx_canfd.c:103 space prohibited after that open parenthesis '('
Run compliance checks on patch series (PR): Checkpatch.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details. POINTER_LOCATION: "foo * bar" should be "foo *bar" File:drivers/can/can_mspm0g3xxx_canfd.c Line:25 TRAILING_WHITESPACE: trailing whitespace File:drivers/can/can_mspm0g3xxx_canfd.c Line:42 LONG_LINE: line length of 102 exceeds 100 columns File:drivers/can/can_mspm0g3xxx_canfd.c Line:46 TRAILING_WHITESPACE: trailing whitespace File:drivers/can/can_mspm0g3xxx_canfd.c Line:77 LINE_SPACING: Missing a blank line after declarations File:drivers/can/can_mspm0g3xxx_canfd.c Line:86 LEADING_SPACE: please, no spaces at the start of a line File:drivers/can/can_mspm0g3xxx_canfd.c Line:87 LEADING_SPACE: please, no spaces at the start of a line File:drivers/can/can_mspm0g3xxx_canfd.c Line:88 SPACING: space prohibited before semicolon File:drivers/can/can_mspm0g3xxx_canfd.c Line:89 TRAILING_WHITESPACE: trailing whitespace File:drivers/can/can_mspm0g3xxx_canfd.c Line:91 CODE_INDENT: code indent should use tabs where possible File:drivers/can/can_mspm0g3xxx_canfd.c Line:92 SPACE_BEFORE_TAB: please, no space before tabs File:drivers/can/can_mspm0g3xxx_canfd.c Line:92 BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines File:drivers/can/can_mspm0g3xxx_canfd.c Line:92 OPEN_BRACE: that open brace { should be on the previous line File:drivers/can/can_mspm0g3xxx_canfd.c Line:94 CODE_INDENT: code indent should use tabs where possible File:drivers/can/can_mspm0g3xxx_canfd.c Line:95 TRAILING_WHITESPACE: trailing whitespace File:drivers/can/can_mspm0g3xxx_canfd.c Line:99 TRAILING_WHITESPACE: trailing whitespace File:drivers/can/can_mspm0g3xxx_canfd.c Line:103 SPACING: space prohibited after that open parenthesis '(' File:drivers/can/can_mspm0g3xxx_canfd.c Line:103 TRAILING_WHITESPACE: trailing whitespace File:drivers/can/can_mspm0g3xxx_canfd.c Line:109 TRAILING_WHITESPACE: trailing whitespace File:drivers/can/can_mspm0g3xxx_canfd.c Line:115 SPACING: space required after that close brace '}' File:drivers/can/can_mspm0g3xxx_canfd.c Line:117 SPACING: space required before the open parenthesis '(' File:drivers/can/can_mspm0g3xxx_canfd.c Line:117 SPACING: space required before the open brace '{' File:drivers/can/can_mspm0g3xxx_canfd.c Line:132 SPACING: space required before the open parenthesis '(' File:drivers/can/can_mspm0g3xxx_canfd.c Line:132 LEADING_SPACE: please, no spaces at the start of a line File:drivers/can/can_mspm0g3xxx_canfd.c Line:145 SUSPECT_CODE_INDENT: suspect code indent for conditional statements (4, 16) File:drivers/can/can_mspm0g3xxx_canfd.c Line:145 SPACING: space required before the open parenthesis '(' File:drivers/can/can_mspm0g3xxx_canfd.c Line:145 LEADING_SPACE: please, no spaces at the start of a line File:drivers/can/can_mspm0g3xxx_canfd.c Line:158 SPACING: space prohibited after that open parenthesis '(' File:drivers/can/can_mspm0g3xxx_canfd.c Line:158 TRAILING_WHITESPACE: trailing whitespace File:drivers/can/can_mspm0g3xxx_canfd.c Line:159 SPACING: space prohibited before that close parenthesis ')' File:drivers/can/can_mspm0g3xxx_canfd.c Line:160 LEADING_SPACE: please, no spaces at the start of a line File:drivers/can/can_mspm0g3xxx_canfd.c Line:161 SPACING: space prohibited after that open parenthesis '(' File:drivers/can/can_mspm0g3xxx_canfd.c Line:161 TRAILING_WHITESPACE: trailing whitespace File:drivers/can/can_mspm0g3xxx_canfd.c Line:162 SPACING: space prohibited before that close parenthesis ')' File:drivers/can/can_mspm0g3xxx_canfd.c Line:163 CODE_INDENT: code indent should use tabs where possible File:drivers/can/can_mspm0g3xxx_canfd.c Line:175 LEADING_SPACE: please, no spaces at the start of a line File:drivers/can/can_mspm0g3xxx_canfd.c Line:175 CODE_INDENT: code indent should use tabs where possible File:drivers/can/can_mspm0g3xxx_canfd.c Line:176 LEADING_SPACE: please, no spaces at the start of a line File:drivers/can/can_mspm0g3xxx_canfd.c Line:176 LONG_LINE: line length of 125 exceeds 100 columns File:drivers/can/can_mspm0g3xxx_canfd.c Line:177 CODE_INDENT: code
Run compliance checks on patch series (PR): Nits.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details. Missing newline at end of 'drivers/can/Kconfig.mspm0g3xxx'. Check your text editor settings.
Run compliance checks on patch series (PR): GitDiffCheck.txt#L1
Git conflict markers and whitespace errors are not allowed in added changes d353685cd4efc485e44ba2b686d81075b9908459: drivers/can/can_mspm0g3xxx_canfd.c:42: trailing whitespace. d353685cd4efc485e44ba2b686d81075b9908459: drivers/can/can_mspm0g3xxx_canfd.c:77: trailing whitespace. d353685cd4efc485e44ba2b686d81075b9908459: drivers/can/can_mspm0g3xxx_canfd.c:91: trailing whitespace. d353685cd4efc485e44ba2b686d81075b9908459: drivers/can/can_mspm0g3xxx_canfd.c:92: space before tab in indent. d353685cd4efc485e44ba2b686d81075b9908459: drivers/can/can_mspm0g3xxx_canfd.c:99: trailing whitespace. d353685cd4efc485e44ba2b686d81075b9908459: drivers/can/can_mspm0g3xxx_canfd.c:103: trailing whitespace. d353685cd4efc485e44ba2b686d81075b9908459: drivers/can/can_mspm0g3xxx_canfd.c:109: trailing whitespace. d353685cd4efc485e44ba2b686d81075b9908459: drivers/can/can_mspm0g3xxx_canfd.c:115: trailing whitespace. d353685cd4efc485e44ba2b686d81075b9908459: drivers/can/can_mspm0g3xxx_canfd.c:159: trailing whitespace. d353685cd4efc485e44ba2b686d81075b9908459: drivers/can/can_mspm0g3xxx_canfd.c:162: trailing whitespace. d353685cd4efc485e44ba2b686d81075b9908459: drivers/can/can_mspm0g3xxx_canfd.c:178: space before tab in indent. d353685cd4efc485e44ba2b686d81075b9908459: drivers/can/can_mspm0g3xxx_canfd.c:183: space before tab in indent.
Run compliance checks on patch series (PR): Identity.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#commit-guidelines for more details d353685cd4efc485e44ba2b686d81075b9908459: author email (a0272600 <[email protected]>) needs to match one of the signed-off-by entries. d353685cd4efc485e44ba2b686d81075b9908459: author email (a0272600 <[email protected]>) does not follow the syntax: First Last <email>.
Run compliance checks on patch series (PR)
Process completed with exit code 1.
LONG_LINE: drivers/can/can_mspm0g3xxx_canfd.c#L46
drivers/can/can_mspm0g3xxx_canfd.c:46 line length of 102 exceeds 100 columns
LINE_SPACING: drivers/can/can_mspm0g3xxx_canfd.c#L86
drivers/can/can_mspm0g3xxx_canfd.c:86 Missing a blank line after declarations
LEADING_SPACE: drivers/can/can_mspm0g3xxx_canfd.c#L87
drivers/can/can_mspm0g3xxx_canfd.c:87 please, no spaces at the start of a line
LEADING_SPACE: drivers/can/can_mspm0g3xxx_canfd.c#L88
drivers/can/can_mspm0g3xxx_canfd.c:88 please, no spaces at the start of a line
SPACING: drivers/can/can_mspm0g3xxx_canfd.c#L89
drivers/can/can_mspm0g3xxx_canfd.c:89 space prohibited before semicolon
SPACE_BEFORE_TAB: drivers/can/can_mspm0g3xxx_canfd.c#L92
drivers/can/can_mspm0g3xxx_canfd.c:92 please, no space before tabs
BLOCK_COMMENT_STYLE: drivers/can/can_mspm0g3xxx_canfd.c#L92
drivers/can/can_mspm0g3xxx_canfd.c:92 Block comments use * on subsequent lines
LEADING_SPACE: drivers/can/can_mspm0g3xxx_canfd.c#L145
drivers/can/can_mspm0g3xxx_canfd.c:145 please, no spaces at the start of a line
SUSPECT_CODE_INDENT: drivers/can/can_mspm0g3xxx_canfd.c#L145
drivers/can/can_mspm0g3xxx_canfd.c:145 suspect code indent for conditional statements (4, 16)
LEADING_SPACE: drivers/can/can_mspm0g3xxx_canfd.c#L158
drivers/can/can_mspm0g3xxx_canfd.c:158 please, no spaces at the start of a line

Artifacts

Produced during runtime
Name Size
compliance.xml Expired
22.7 KB