add OpenAMP driver #169363
Annotations
17 errors and 10 warnings
check-warns:
Checkpatch.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
LEADING_SPACE: please, no spaces at the start of a line
File:drivers/openamp/Kconfig
Line:5
LEADING_SPACE: please, no spaces at the start of a line
File:drivers/openamp/Kconfig
Line:6
LEADING_SPACE: please, no spaces at the start of a line
File:drivers/openamp/Kconfig
Line:15
LEADING_SPACE: please, no spaces at the start of a line
File:drivers/openamp/Kconfig
Line:16
LEADING_SPACE: please, no spaces at the start of a line
File:drivers/openamp/Kconfig
Line:17
LEADING_SPACE: please, no spaces at the start of a line
File:drivers/openamp/Kconfig
Line:18
LEADING_SPACE: please, no spaces at the start of a line
File:drivers/openamp/Kconfig
Line:21
LEADING_SPACE: please, no spaces at the start of a line
File:drivers/openamp/Kconfig
Line:22
LEADING_SPACE: please, no spaces at the start of a line
File:drivers/openamp/Kconfig
Line:23
LEADING_SPACE: please, no spaces at the start of a line
File:drivers/openamp/Kconfig
Line:24
LEADING_SPACE: please, no spaces at the start of a line
File:drivers/openamp/Kconfig
Line:25
LEADING_SPACE: please, no spaces at the start of a line
File:drivers/openamp/Kconfig
Line:28
LEADING_SPACE: please, no spaces at the start of a line
File:drivers/openamp/Kconfig
Line:29
LEADING_SPACE: please, no spaces at the start of a line
File:drivers/openamp/Kconfig
Line:30
LEADING_SPACE: please, no spaces at the start of a line
File:drivers/openamp/Kconfig
Line:31
LEADING_SPACE: please, no spaces at the start of a line
File:drivers/openamp/Kconfig
Line:34
C99_COMMENTS: do not use C99 // comments
File:drivers/openamp/resource_table.c
Line:116
OPEN_BRACE: that open brace { should be on the previous line
File:drivers/openamp/resource_table.c
Line:133
OPEN_BRACE: that open brace { should be on the previous line
File:drivers/openamp/resource_table.c
Line:139
OPEN_BRACE: that open brace { should be on the previous line
File:drivers/openamp/resource_table.c
Line:155
SPACING: space prohibited before semicolon
File:drivers/openamp/resource_table.c
Line:162
LINE_SPACING: Missing a blank line after declarations
File:drivers/openamp/rpmsg_virtio_device.c
Line:45
C99_COMMENTS: do not use C99 // comments
File:drivers/openamp/rpmsg_virtio_device.c
Line:216
TRAILING_WHITESPACE: trailing whitespace
File:dts/bindings/openamp/openamp,rpmsg-endpoint.yaml
Line:18
TRAILING_WHITESPACE: trailing whitespace
File:dts/bindings/openamp/openamp,virtio-device.yaml
Line:24
|
check-warns:
GitDiffCheck.txt#L1
Git conflict markers and whitespace errors are not allowed in added changes
0d8d7859a042552148fb20a32c2031fd5a0a11af: dts/bindings/openamp/openamp,rpmsg-endpoint.yaml:18: trailing whitespace.
0d8d7859a042552148fb20a32c2031fd5a0a11af: dts/bindings/openamp/openamp,virtio-device.yaml:24: trailing whitespace.
0d8d7859a042552148fb20a32c2031fd5a0a11af: dts/bindings/openamp/openamp,vring.yaml:29: new blank line at EOF.
|
check-warns:
Gitlint.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#commit-guidelines for more details
Commit 7739569d7b:
1: UC6 Commit message body is empty, should at least have 1 line(s).
Commit 0d8d7859a0:
1: UC6 Commit message body is empty, should at least have 1 line(s).
|
check-warns:
KeepSorted.txt#L1
Check for blocks of code or config that should be kept sorted.
KeepSorted:sorted block has out-of-order line at 79
File:drivers/CMakeLists.txt
Line:98
KeepSorted:sorted block has out-of-order line at 76
File:drivers/Kconfig
Line:97
|
check-warns:
Nits.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
Please remove blank lines at end of 'dts/bindings/openamp/openamp,vring.yaml'
|
check-warns:
YAMLLint.txt#L1
Check YAML files with YAMLLint.
YAMLLint (trailing-spaces):trailing spaces
File:dts/bindings/openamp/openamp,rpmsg-endpoint.yaml
Line:18
Column:1
YAMLLint (colons):too many spaces after colon
File:dts/bindings/openamp/openamp,virtio-device.yaml
Line:13
Column:18
YAMLLint (trailing-spaces):trailing spaces
File:dts/bindings/openamp/openamp,virtio-device.yaml
Line:24
Column:1
YAMLLint (empty-lines):too many blank lines (1 > 0)
File:dts/bindings/openamp/openamp,vring.yaml
Line:29
Column:1
|
check-warns
Process completed with exit code 1.
|
Run Compliance Tests:
drivers/CMakeLists.txt#L98
drivers/CMakeLists.txt:98 sorted block has out-of-order line at 79
|
Run Compliance Tests:
drivers/Kconfig#L97
drivers/Kconfig:97 sorted block has out-of-order line at 76
|
Run Compliance Tests:
drivers/openamp/resource_table.c#L116
drivers/openamp/resource_table.c:116 do not use C99 // comments
|
Run Compliance Tests:
drivers/openamp/resource_table.c#L133
drivers/openamp/resource_table.c:133 that open brace { should be on the previous line
|
Run Compliance Tests:
drivers/openamp/resource_table.c#L139
drivers/openamp/resource_table.c:139 that open brace { should be on the previous line
|
Run Compliance Tests:
drivers/openamp/resource_table.c#L155
drivers/openamp/resource_table.c:155 that open brace { should be on the previous line
|
Run Compliance Tests:
drivers/openamp/rpmsg_virtio_device.c#L216
drivers/openamp/rpmsg_virtio_device.c:216 do not use C99 // comments
|
Run Compliance Tests:
dts/bindings/openamp/openamp#L18
dts/bindings/openamp/openamp,rpmsg-endpoint.yaml:18 trailing whitespace
|
Run Compliance Tests:
dts/bindings/openamp/openamp#L24
dts/bindings/openamp/openamp,virtio-device.yaml:24 trailing whitespace
|
Run Compliance Tests
Process completed with exit code 6.
|
Run Compliance Tests:
drivers/openamp/Kconfig#L5
drivers/openamp/Kconfig:5 please, no spaces at the start of a line
|
Run Compliance Tests:
drivers/openamp/Kconfig#L6
drivers/openamp/Kconfig:6 please, no spaces at the start of a line
|
Run Compliance Tests:
drivers/openamp/Kconfig#L15
drivers/openamp/Kconfig:15 please, no spaces at the start of a line
|
Run Compliance Tests:
drivers/openamp/Kconfig#L16
drivers/openamp/Kconfig:16 please, no spaces at the start of a line
|
Run Compliance Tests:
drivers/openamp/Kconfig#L17
drivers/openamp/Kconfig:17 please, no spaces at the start of a line
|
Run Compliance Tests:
drivers/openamp/Kconfig#L18
drivers/openamp/Kconfig:18 please, no spaces at the start of a line
|
Run Compliance Tests:
drivers/openamp/Kconfig#L21
drivers/openamp/Kconfig:21 please, no spaces at the start of a line
|
Run Compliance Tests:
drivers/openamp/Kconfig#L22
drivers/openamp/Kconfig:22 please, no spaces at the start of a line
|
Run Compliance Tests:
drivers/openamp/Kconfig#L23
drivers/openamp/Kconfig:23 please, no spaces at the start of a line
|
Run Compliance Tests:
drivers/openamp/Kconfig#L24
drivers/openamp/Kconfig:24 please, no spaces at the start of a line
|
Loading