iwlegacy: debug: Demote seemingly unintentional kerneldoc header
This is the only use of kerneldoc in the sourcefile and no descriptions are provided. Fixes the following W=1 kernel build warning(s): drivers/net/wireless/intel/iwlegacy/debug.c:1373: warning: Function parameter or member 'il' not described in 'il_dbgfs_unregister' Cc: Stanislaw Gruszka <stf_xl@wp.pl> Cc: Kalle Valo <kvalo@codeaurora.org> Cc: "David S. Miller" <davem@davemloft.net> Cc: Jakub Kicinski <kuba@kernel.org> Cc: Linux Wireless <ilw@linux.intel.com> Cc: linux-wireless@vger.kernel.org Cc: netdev@vger.kernel.org Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20200819072402.3085022-10-lee.jones@linaro.org
This commit is contained in:
parent
9554663b8c
commit
6182abd858
|
@ -1364,9 +1364,8 @@ il_dbgfs_register(struct il_priv *il, const char *name)
|
|||
}
|
||||
EXPORT_SYMBOL(il_dbgfs_register);
|
||||
|
||||
/**
|
||||
/*
|
||||
* Remove the debugfs files and directories
|
||||
*
|
||||
*/
|
||||
void
|
||||
il_dbgfs_unregister(struct il_priv *il)
|
||||
|
|
Loading…
Reference in New Issue