[PATCH] staging: rtl8712: Replace function r8712_free_network_queue

Greg KH gregkh at linuxfoundation.org
Mon Jun 3 12:18:29 UTC 2019


On Fri, May 31, 2019 at 02:27:55AM +0530, Nishka Dasgupta wrote:
> Remove function r8712_free_network_queue as it does nothing except call
> _free_network_queue.
> Rename _free_network_queue to r8712_free_network_queue (and change its
> type to static) for continued use of the original functionality.

You did not change the type to static:

> -static void _free_network_queue(struct _adapter *padapter)
> +void r8712_free_network_queue(struct _adapter *padapter)

:(



More information about the devel mailing list