diff options
author | Randy Dunlap <[email protected]> | 2023-07-13 21:51:27 -0700 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-07-14 20:39:30 -0700 |
commit | 04be3c95da8266a099c8446b6d1205ccf8a62e66 (patch) | |
tree | 4e9c36a730db2d97f4d595be606d736e19c99f19 | |
parent | d1cca974548d76e0fa8b6761d25f7b47376a3780 (diff) |
rsi: remove kernel-doc comment marker
Change an errant kernel-doc comment marker (/**) to a regular
comment to prevent a kernel-doc warning.
rsi_91x.h:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
* Copyright (c) 2017 Redpine Signals Inc.
Fixes: 4c10d56a76bb ("rsi: add header file rsi_91x")
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Prameela Rani Garnepudi <[email protected]>
Cc: Siva Rebbagondla <[email protected]>
Acked-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
-rw-r--r-- | include/net/rsi_91x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/rsi_91x.h b/include/net/rsi_91x.h index 040f07b47f1f..b2283762e446 100644 --- a/include/net/rsi_91x.h +++ b/include/net/rsi_91x.h @@ -1,4 +1,4 @@ -/** +/* * Copyright (c) 2017 Redpine Signals Inc. * * Permission to use, copy, modify, and/or distribute this software for any |