Re: [PATCH 01/10] rust: xarray: minor formatting fixes
From: Gary Guo
Date: Wed Jan 21 2026 - 11:06:52 EST
On Wed Dec 3, 2025 at 10:26 PM GMT, Andreas Hindborg wrote:
> Fix formatting in xarray module to comply with kernel coding
> guidelines:
>
> - Update use clauses to use vertical layout with each import on its
> own line.
> - Add trailing empty comments to preserve formatting and prevent
> rustfmt from collapsing imports.
> - Break long assert_eq! statement in documentation across multiple
> lines for better readability.
>
> Signed-off-by: Andreas Hindborg <a.hindborg@xxxxxxxxxx>
Reviewed-by: Gary Guo <gary@xxxxxxxxxxx>
> ---
> rust/kernel/xarray.rs | 36 +++++++++++++++++++++++++++++-------
> 1 file changed, 29 insertions(+), 7 deletions(-)