Skip to content

rust: use vertical import style and remove redundant imports#856

Open
blktests-ci[bot] wants to merge 7 commits into
linus-master_basefrom
series/1097693=>linus-master
Open

rust: use vertical import style and remove redundant imports#856
blktests-ci[bot] wants to merge 7 commits into
linus-master_basefrom
series/1097693=>linus-master

Conversation

@blktests-ci
Copy link
Copy Markdown

@blktests-ci blktests-ci Bot commented May 20, 2026

Pull request for series with
subject: rust: use vertical import style and remove redundant imports
version: 2
url: https://patchwork.kernel.org/project/linux-block/list/?series=1097693

@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 20, 2026

Upstream branch: 70eda68
series: https://patchwork.kernel.org/project/linux-block/list/?series=1097693
version: 2

@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 21, 2026

Upstream branch: 8bc67e4
series: https://patchwork.kernel.org/project/linux-block/list/?series=1097693
version: 2

@blktests-ci blktests-ci Bot force-pushed the series/1097693=>linus-master branch from 0507471 to 9ec382f Compare May 21, 2026 03:10
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 21, 2026

Upstream branch: 8bc67e4
series: https://patchwork.kernel.org/project/linux-block/list/?series=1098486
version: 3

@blktests-ci blktests-ci Bot added V3 and removed V2 labels May 21, 2026
@blktests-ci blktests-ci Bot force-pushed the series/1097693=>linus-master branch from 9ec382f to 2329882 Compare May 21, 2026 07:03
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from c1feb59 to ea833a1 Compare May 22, 2026 01:53
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 22, 2026

Upstream branch: 6779b50
series: https://patchwork.kernel.org/project/linux-block/list/?series=1098486
version: 3

@blktests-ci blktests-ci Bot force-pushed the series/1097693=>linus-master branch from 2329882 to c3c0bb0 Compare May 22, 2026 02:08
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from ea833a1 to 7af85d1 Compare May 23, 2026 06:11
Convert `use` imports to vertical layout for better readability and
maintainability.

Reviewed-by: Onur Özkan <work@onurozkan.dev>
Signed-off-by: Alvin Sun <alvin.sun@linux.dev>
Convert `use` imports to vertical layout for better readability and
maintainability.

Reviewed-by: Onur Özkan <work@onurozkan.dev>
Signed-off-by: Alvin Sun <alvin.sun@linux.dev>
Drop `Error`, `Result`, `Pin`, `c_int`, `c_long`, `c_uint`, and
`c_ulong` imports already provided by `kernel::prelude`.

Reviewed-by: Onur Özkan <work@onurozkan.dev>
Signed-off-by: Alvin Sun <alvin.sun@linux.dev>
Convert `use` imports to vertical layout for better readability and
maintainability.

Reviewed-by: Onur Özkan <work@onurozkan.dev>
Signed-off-by: Alvin Sun <alvin.sun@linux.dev>
Drop `Result`, `Pin`, `pin_data`, `pinned_drop`, `PinInit`, and
`try_pin_init` imports already provided by `kernel::prelude`.

Simplify `error` imports and flatten parameters formatting.

Reviewed-by: Onur Özkan <work@onurozkan.dev>
Signed-off-by: Alvin Sun <alvin.sun@linux.dev>
Convert `use` imports to vertical layout for better readability and
maintainability.

Signed-off-by: Alvin Sun <alvin.sun@linux.dev>
Convert `use` imports to vertical layout for better readability and
maintainability.

Signed-off-by: Alvin Sun <alvin.sun@linux.dev>
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 23, 2026

Upstream branch: 79bd2dd
series: https://patchwork.kernel.org/project/linux-block/list/?series=1098486
version: 3

@blktests-ci blktests-ci Bot force-pushed the series/1097693=>linus-master branch from c3c0bb0 to 6722b2c Compare May 23, 2026 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant