linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: iwlwifi: rfi.c: fix non-kernel-doc comment
@ 2021-10-04  0:17 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2021-10-04  0:17 UTC (permalink / raw)
  To: netdev
  Cc: Randy Dunlap, Gregory Greenman, Luca Coelho, linux-wireless, Kalle Valo

Change a comment from a kernel-doc comment to a regular comment to
prevent a kernel-doc warning:

rfi.c:11: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 * DDR needs frequency in units of 16.666MHz, so provide FW with the
rfi.c:11: warning: missing initial short description on line:
 * DDR needs frequency in units of 16.666MHz, so provide FW with the

Fixes: 21254908cbe9 ("iwlwifi: mvm: add RFI-M support")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Gregory Greenman <gregory.greenman@intel.com>
Cc: Luca Coelho <luciano.coelho@intel.com>
Cc: linux-wireless@vger.kernel.org
Cc: Kalle Valo <kvalo@codeaurora.org>
---
 drivers/net/wireless/intel/iwlwifi/mvm/rfi.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20211001.orig/drivers/net/wireless/intel/iwlwifi/mvm/rfi.c
+++ linux-next-20211001/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.
  */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-04  0:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-04  0:17 [PATCH] net: iwlwifi: rfi.c: fix non-kernel-doc comment Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).