Re: [PATCH 1/2] rust: helpers: Add bindings/wrappers for dma_resv
From: Miguel Ojeda
Date: Mon Mar 24 2025 - 14:46:14 EST
On Mon, Mar 24, 2025 at 4:14 PM Daniel Almeida
<daniel.almeida@xxxxxxxxxxxxx> wrote:
>
> -const blk_features_t RUST_CONST_HELPER_BLK_FEAT_ROTATIONAL = BLK_FEAT_ROTATIONAL;
> +const blk_features_t RUST_CONST_HELPER_BLK_FEAT_ROTATIONAL =
> + BLK_FEAT_ROTATIONAL;
Spurious change?
Ah, this is probably the result of applying `clang-format`, which is
something that perhaps we should consider, but separately... :)
Cheers,
Miguel