Re: [PATCH 2/2] Staging: octeon: octeon-stubs: remove all typedef

From: Greg KH
Date: Sun Feb 04 2024 - 20:24:03 EST


On Sun, Feb 04, 2024 at 04:36:03PM +0100, Ettore Forgiarini wrote:
> Removed all typedef so the code conform with code style
>
> Signed-off-by: Ettore Forgiarini <ettorenigma@xxxxxxxxx>
> ---
> drivers/staging/octeon/octeon-stubs.h | 48 +++++++++++++--------------
> 1 file changed, 24 insertions(+), 24 deletions(-)

Also, most importantly, this breaks the build, ALWAYS test build your
patches at the very least.

thanks,

greg k-h