Re: [PATCH] crypto: powerpc/vmx - clean up includes, metadata, and p8_init()

From: Breno Leitao

Date: Mon Sep 14 2026 - 05:11:19 EST


On Mon, Sep 14, 2026 at 10:15:01AM +0200, Thorsten Blum wrote:
> In p8_init(), remove the goto statement and return ret directly.
>
> Remove any redundant includes, add a missing space in MODULE_AUTHOR(),
> and join the MODULE_DESCRIPTION() strings for better grepability.
>
> Also remove MODULE_VERSION(). It has never been updated and the kernel
> release better reflects the module version.
>
> Signed-off-by: Thorsten Blum <blum@xxxxxxxxxx>

Reviewed-by: Breno Leitao <leitao@xxxxxxxxxx>