Skip to content

applications: sdp: reduced IPC structures #82473

applications: sdp: reduced IPC structures

applications: sdp: reduced IPC structures #82473

Triggered via pull request January 16, 2025 15:17
Status Failure
Total duration 2m 10s
Artifacts 1

compliance.yml

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

Annotations

13 errors and 10 warnings
Run compliance checks on patch series (PR): Checkpatch.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details. TRAILING_WHITESPACE: trailing whitespace File:applications/sdp/mspi/src/hrt/hrt.c Line:11 LONG_LINE: line length of 106 exceeds 100 columns File:applications/sdp/mspi/src/hrt/hrt.c Line:80 FUNCTION_WITHOUT_ARGS: Bad function definition - void set_ce_pins() should probably be void set_ce_pins(void) File:applications/sdp/mspi/src/main.c Line:262 LONG_LINE: line length of 124 exceeds 100 columns File:drivers/mspi/mspi_nrfe.c Line:350 LONG_LINE: line length of 119 exceeds 100 columns File:drivers/mspi/mspi_nrfe.c Line:353 LONG_LINE: line length of 150 exceeds 100 columns File:drivers/mspi/mspi_nrfe.c Line:432 TRAILING_WHITESPACE: trailing whitespace File:drivers/mspi/mspi_nrfe.c Line:433 CODE_INDENT: code indent should use tabs where possible File:drivers/mspi/mspi_nrfe.c Line:433 LEADING_SPACE: please, no spaces at the start of a line File:drivers/mspi/mspi_nrfe.c Line:433 CODE_INDENT: code indent should use tabs where possible File:drivers/mspi/mspi_nrfe.c Line:434 LEADING_SPACE: please, no spaces at the start of a line File:drivers/mspi/mspi_nrfe.c Line:434 CODE_INDENT: code indent should use tabs where possible File:drivers/mspi/mspi_nrfe.c Line:435 LEADING_SPACE: please, no spaces at the start of a line File:drivers/mspi/mspi_nrfe.c Line:435 CODE_INDENT: code indent should use tabs where possible File:drivers/mspi/mspi_nrfe.c Line:436 LEADING_SPACE: please, no spaces at the start of a line File:drivers/mspi/mspi_nrfe.c Line:436 CODE_INDENT: code indent should use tabs where possible File:drivers/mspi/mspi_nrfe.c Line:437 LEADING_SPACE: please, no spaces at the start of a line File:drivers/mspi/mspi_nrfe.c Line:437 CODE_INDENT: code indent should use tabs where possible File:drivers/mspi/mspi_nrfe.c Line:467 SPACE_BEFORE_TAB: please, no space before tabs File:drivers/mspi/mspi_nrfe.c Line:467 LEADING_SPACE: please, no spaces at the start of a line File:drivers/mspi/mspi_nrfe.c Line:467 CODE_INDENT: code indent should use tabs where possible File:drivers/mspi/mspi_nrfe.c Line:468 SPACE_BEFORE_TAB: please, no space before tabs File:drivers/mspi/mspi_nrfe.c Line:468 LEADING_SPACE: please, no spaces at the start of a line File:drivers/mspi/mspi_nrfe.c Line:468 CODE_INDENT: code indent should use tabs where possible File:drivers/mspi/mspi_nrfe.c Line:469 SPACE_BEFORE_TAB: please, no space before tabs File:drivers/mspi/mspi_nrfe.c Line:469 LEADING_SPACE: please, no spaces at the start of a line File:drivers/mspi/mspi_nrfe.c Line:469 LINE_SPACING: Missing a blank line after declarations File:drivers/mspi/mspi_nrfe.c Line:474 LONG_LINE: line length of 112 exceeds 100 columns File:drivers/mspi/mspi_nrfe.c Line:475 CODE_INDENT: code indent should use tabs where possible File:drivers/mspi/mspi_nrfe.c Line:560 LEADING_SPACE: please, no spaces at the start of a line File:drivers/mspi/mspi_nrfe.c Line:560 CODE_INDENT: code indent should use tabs where possible File:drivers/mspi/mspi_nrfe.c Line:561 LEADING_SPACE: please, no spaces at the start of a line File:drivers/mspi/mspi_nrfe.c Line:561 CODE_INDENT: code indent should use tabs where possible File:drivers/mspi/mspi_nrfe.c Line:562 LEADING_SPACE: please, no spaces at the start of a line File:drivers/mspi/mspi_nrfe.c Line:562 CODE_INDENT: code indent should use tabs where possible File:drivers/mspi/mspi_nrfe.c Line:563 LEADING_SPACE: please, no spaces at the start of a line File:drivers/mspi/mspi_nrfe.c Line:563 CODE_INDENT: code indent should use tabs where possible File:drivers/mspi/mspi_nrfe.c Line:564 LEADING_SPACE: please, no spaces at the start of a line File:drivers/mspi/mspi_nrfe.c Line:564 LONG_LINE: line length of 108 exceeds 100 columns File:drivers/mspi/mspi_nrfe.c Line:568 TRAILING_WHITESPACE: trailing whitespace File:include/drivers/mspi/nrfe_mspi.h Line:42 CODE_INDENT: code indent should use tabs where possible File:include/drivers/mspi/nrfe_mspi.h Line:60 LEADING_SPACE: please, no spaces at the start of a line File:include/dri
Run compliance checks on patch series (PR): GitDiffCheck.txt#L1
Git conflict markers and whitespace errors are not allowed in added changes 8e7e935a6dcfcb5635dbf0ffaabbe856e23dda1a: drivers/mspi/mspi_nrfe.c:433: trailing whitespace. 8e7e935a6dcfcb5635dbf0ffaabbe856e23dda1a: drivers/mspi/mspi_nrfe.c:467: space before tab in indent. 8e7e935a6dcfcb5635dbf0ffaabbe856e23dda1a: drivers/mspi/mspi_nrfe.c:468: space before tab in indent. 8e7e935a6dcfcb5635dbf0ffaabbe856e23dda1a: drivers/mspi/mspi_nrfe.c:469: space before tab in indent. 8e7e935a6dcfcb5635dbf0ffaabbe856e23dda1a: include/drivers/mspi/nrfe_mspi.h:42: trailing whitespace. 3dd0e58294f786e7a22b444b0da72796300025de: applications/sdp/mspi/src/hrt/hrt.c:11: trailing whitespace.
Run compliance checks on patch series (PR)
Process completed with exit code 1.
TRAILING_WHITESPACE: applications/sdp/mspi/src/hrt/hrt.c#L11
applications/sdp/mspi/src/hrt/hrt.c:11 trailing whitespace
FUNCTION_WITHOUT_ARGS: applications/sdp/mspi/src/main.c#L262
applications/sdp/mspi/src/main.c:262 Bad function definition - void set_ce_pins() should probably be void set_ce_pins(void)
TRAILING_WHITESPACE: drivers/mspi/mspi_nrfe.c#L433
drivers/mspi/mspi_nrfe.c:433 trailing whitespace
CODE_INDENT: drivers/mspi/mspi_nrfe.c#L433
drivers/mspi/mspi_nrfe.c:433 code indent should use tabs where possible
CODE_INDENT: drivers/mspi/mspi_nrfe.c#L434
drivers/mspi/mspi_nrfe.c:434 code indent should use tabs where possible
CODE_INDENT: drivers/mspi/mspi_nrfe.c#L435
drivers/mspi/mspi_nrfe.c:435 code indent should use tabs where possible
CODE_INDENT: drivers/mspi/mspi_nrfe.c#L436
drivers/mspi/mspi_nrfe.c:436 code indent should use tabs where possible
CODE_INDENT: drivers/mspi/mspi_nrfe.c#L437
drivers/mspi/mspi_nrfe.c:437 code indent should use tabs where possible
CODE_INDENT: drivers/mspi/mspi_nrfe.c#L467
drivers/mspi/mspi_nrfe.c:467 code indent should use tabs where possible
CODE_INDENT: drivers/mspi/mspi_nrfe.c#L468
drivers/mspi/mspi_nrfe.c:468 code indent should use tabs where possible
LONG_LINE: applications/sdp/mspi/src/hrt/hrt.c#L80
applications/sdp/mspi/src/hrt/hrt.c:80 line length of 106 exceeds 100 columns
LONG_LINE: drivers/mspi/mspi_nrfe.c#L350
drivers/mspi/mspi_nrfe.c:350 line length of 124 exceeds 100 columns
LONG_LINE: drivers/mspi/mspi_nrfe.c#L353
drivers/mspi/mspi_nrfe.c:353 line length of 119 exceeds 100 columns
LONG_LINE: drivers/mspi/mspi_nrfe.c#L432
drivers/mspi/mspi_nrfe.c:432 line length of 150 exceeds 100 columns
LEADING_SPACE: drivers/mspi/mspi_nrfe.c#L433
drivers/mspi/mspi_nrfe.c:433 please, no spaces at the start of a line
LEADING_SPACE: drivers/mspi/mspi_nrfe.c#L434
drivers/mspi/mspi_nrfe.c:434 please, no spaces at the start of a line
LEADING_SPACE: drivers/mspi/mspi_nrfe.c#L435
drivers/mspi/mspi_nrfe.c:435 please, no spaces at the start of a line
LEADING_SPACE: drivers/mspi/mspi_nrfe.c#L436
drivers/mspi/mspi_nrfe.c:436 please, no spaces at the start of a line
LEADING_SPACE: drivers/mspi/mspi_nrfe.c#L437
drivers/mspi/mspi_nrfe.c:437 please, no spaces at the start of a line
SPACE_BEFORE_TAB: drivers/mspi/mspi_nrfe.c#L467
drivers/mspi/mspi_nrfe.c:467 please, no space before tabs

Artifacts

Produced during runtime
Name Size Digest
compliance.xml
1.53 KB
sha256:2982b10457d00b059ef002c9198c758c63073390e4aa6aa05adbec4506359828