Re: [PATCH v2] staging: rtl8192e: Fix conflicting types error with net_device.
From: Greg Kroah-Hartman
Date: Tue Jun 25 2024 - 11:26:20 EST
On Tue, Jun 25, 2024 at 04:19:18PM +0100, Teddy Engel wrote:
> Add a pre-declaration of struct net_device so the compiler is able to
> use rtl_pci.h / rtl_cam.h.
>
> Fix for commit: 7dff0b27d9c842f88149bf611cbc0b59be1dcd3c:
> [34/59] staging: rtl89192e: Remove unnecessary pre-declaration of struct
> net_device.
>
> Signed-off-by: Teddy Engel <engel.teddy@xxxxxxxxx>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Closes: https://lore.kernel.org/oe-kbuild-all/202406250858.L8rJMHQm-lkp@xxxxxxxxx/
> ---
> v2: Add commit id that's being fixed.
You do that with a "Fixes:" tag, not the paragraph you wrote above :)
The documentation should explain how to do it, right?
thanks,
greg k-h