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

From: Dan Carpenter
Date: Mon Feb 05 2024 - 01:09:01 EST


On Sun, Feb 04, 2024 at 10:21:34AM +0100, Ettore Forgiarini wrote:
> Removed all typedef so the code conform with code style
> ---
> drivers/staging/octeon/octeon-stubs.h | 48 +++++++++++++--------------

These octeon stubs are just so that the driver can be compile tested
without installing a cross compiler. They aren't used in real life.
You need to cross compile with MIPS and the appropriate .config to
ensure that you don't break the actual driver build.

regards,
dan carpenter