Skip to content

Commit 04be3c9

Browse files
rddunlapkuba-moo
authored andcommitted
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: 4c10d56 ("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]>
1 parent d1cca97 commit 04be3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/net/rsi_91x.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright (c) 2017 Redpine Signals Inc.
33
*
44
* Permission to use, copy, modify, and/or distribute this software for any

0 commit comments

Comments
 (0)