Skip to content

nvme-cli 3 build tests #95

nvme-cli 3 build tests

nvme-cli 3 build tests #95

Triggered via pull request October 30, 2025 12:34
@igawigaw
synchronize #79
nvme-cli3
Status Failure
Total duration 32s
Artifacts

checkpatch.yml

on: pull_request
checkpatch review
28s
checkpatch review
Fit to window
Zoom out
Zoom in

Annotations

10 errors
checkpatch review: nvme.c#L1758
WARNING: line length of 106 exceeds 100 columns
checkpatch review: nvme.c#L1492
WARNING: line length of 104 exceeds 100 columns
checkpatch review: nvme.c#L1335
WARNING: line length of 103 exceeds 100 columns
checkpatch review: nvme-rpmb.c#L912
ERROR: do not use assignment in if condition
checkpatch review: nvme-rpmb.c#L894
WARNING: Missing a blank line after declarations
checkpatch review: nvme-rpmb.c#L558
ERROR: do not use assignment in if condition
checkpatch review: nvme-rpmb.c#L507
ERROR: do not use assignment in if condition
checkpatch review: nvme-rpmb.c#L474
WARNING: braces {} are not necessary for single statement blocks
checkpatch review: nvme-rpmb.c#L474
ERROR: do not use assignment in if condition
checkpatch review: fabrics.c#L415
ERROR: "foo * bar" should be "foo *bar"