• Y
    wil6210: Fix wrong function name in comments · 9d1bb228
    Yang Shen 提交于
    Fixes the following W=1 kernel build warning(s):
    
     drivers/net/wireless/ath/wil6210/interrupt.c:28: warning: expecting prototype for Theory of operation(). Prototype was for WIL6210_IRQ_DISABLE() instead
     drivers/net/wireless/ath/wil6210/wmi.c:227: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
     drivers/net/wireless/ath/wil6210/wmi.c:245: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
     drivers/net/wireless/ath/wil6210/wmi.c:263: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
    
    Cc: Maya Erez <merez@codeaurora.org>
    Signed-off-by: NYang Shen <shenyang39@huawei.com>
    Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
    Link: https://lore.kernel.org/r/20210517050141.61488-4-shenyang39@huawei.com
    9d1bb228
interrupt.c 24.4 KB