Skip to content

[PW_SID:1099459] [v1] iommu/riscv: Drop superflous zeros in pci_device_id array#2000

Closed
linux-riscv-bot wants to merge 2 commits into
workflow__riscv__fixesfrom
pw1099459
Closed

[PW_SID:1099459] [v1] iommu/riscv: Drop superflous zeros in pci_device_id array#2000
linux-riscv-bot wants to merge 2 commits into
workflow__riscv__fixesfrom
pw1099459

Conversation

@linux-riscv-bot
Copy link
Copy Markdown

PR for series 1099459 applied to workflow__riscv__fixes

Name: [v1] iommu/riscv: Drop superflous zeros in pci_device_id array
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1099459
Version: 1

Linux RISC-V bot and others added 2 commits May 22, 2026 06:39
The .driver_data member of the struct pci_device_id array were
initialized by a list expressions to zero without making use of that
value. In this case it's better to not specify a value at all and let
the compiler fill in the zeros. Same for the list terminator that can
better be completely empty.

Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] iommu/riscv: Drop superflous zeros in pci_device_id array"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 114.46 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] iommu/riscv: Drop superflous zeros in pci_device_id array"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1115.84 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] iommu/riscv: Drop superflous zeros in pci_device_id array"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1642.15 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] iommu/riscv: Drop superflous zeros in pci_device_id array"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 19.66 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] iommu/riscv: Drop superflous zeros in pci_device_id array"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 20.95 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] iommu/riscv: Drop superflous zeros in pci_device_id array"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 1.69 seconds
Result: WARNING
Output:

WARNING: 'superflous' may be misspelled - perhaps 'superfluous'?
#5: 
Subject: [PATCH] iommu/riscv: Drop superflous zeros in pci_device_id array
                                   ^^^^^^^^^^

total: 0 errors, 1 warnings, 0 checks, 12 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.

Commit 2794a5059011 ("iommu/riscv: Drop superflous zeros in pci_device_id array") has style problems, please review.

NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.
total: 0 errors, 1 warnings, 0 checks, 12 lines checked
WARNING: 'superflous' may be misspelled - perhaps 'superfluous'?


@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] iommu/riscv: Drop superflous zeros in pci_device_id array"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 76.86 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] iommu/riscv: Drop superflous zeros in pci_device_id array"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] iommu/riscv: Drop superflous zeros in pci_device_id array"
kdoc
Desc: Detects for kdoc errors
Duration: 0.71 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] iommu/riscv: Drop superflous zeros in pci_device_id array"
module-param
Desc: Detect module_param changes
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] iommu/riscv: Drop superflous zeros in pci_device_id array"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] iommu/riscv: Drop superflous zeros in pci_device_id array"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.26 seconds
Result: PASS

@linux-riscv-bot linux-riscv-bot force-pushed the workflow__riscv__fixes branch from a1231b7 to c03cdce Compare May 23, 2026 03:29
@linux-riscv-bot linux-riscv-bot deleted the pw1099459 branch May 30, 2026 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants