aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Shen <[email protected]>2021-05-17 13:01:36 +0800
committerLuca Coelho <[email protected]>2021-12-07 13:51:46 +0200
commit00d667fc457d39adc0798d57af0316e8a461ec37 (patch)
tree8c6cd252be200fb67306e51967d925c3f12c340e
parentf973795a8d19cbf3d03807704eb7c6ff65788d5a (diff)
iwlwifi: mvm: demote non-compliant kernel-doc header
Fixes the following W=1 kernel build warning: drivers/net/wireless/intel/iwlwifi/mvm/rfi.c:11: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst Cc: Stanislav Yakovlev <[email protected]> Signed-off-by: Yang Shen <[email protected]> [removed the static const fix, since it's already done and updated the commit message accordingly.] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Luca Coelho <[email protected]>
-rw-r--r--drivers/net/wireless/intel/iwlwifi/mvm/rfi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/rfi.c b/drivers/net/wireless/intel/iwlwifi/mvm/rfi.c
index 44344216a1a9..f1ed73c9f3dd 100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/rfi.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/rfi.c
@@ -7,7 +7,7 @@
#include "fw/api/commands.h"
#include "fw/api/phy-ctxt.h"
-/**
+/*
* DDR needs frequency in units of 16.666MHz, so provide FW with the
* frequency values in the adjusted format.
*/