[PATCH 3/3] nvme-auth: move declaration of nvme_auth_extract_key()
Christoph Hellwig
hch at lst.de
Fri Oct 3 00:35:57 PDT 2025
On Wed, Oct 01, 2025 at 04:22:00PM +0200, Hannes Reinecke wrote:
> void nvme_auth_revoke_tls_key(struct nvme_ctrl *ctrl);
> +struct key *nvme_auth_extract_key(struct key *keyring, const u8 *secret,
> + size_t secret_len, bool *generated);
Please use one-tab indent for declarations.
> +static inline struct key *nvme_auth_extract_key(struct key *keyring,
> + const u8 *secret,
> + size_t secret_len,
> + bool *generated)
> +{
And two-tab for definitions.
More information about the Linux-nvme
mailing list