summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rsi/rsi_common.h
diff options
context:
space:
mode:
authorAditya Srivastava <yashsri421@gmail.com>2021-03-15 23:02:59 +0530
committerKalle Valo <kvalo@codeaurora.org>2021-04-18 09:27:35 +0300
commit3051946056c3b634605b275a223e48bcb796f49b (patch)
tree5fc6cdf91cad0666f84de770fe0d4bae90e4f432 /drivers/net/wireless/rsi/rsi_common.h
parent7909a590eba6d021f104958857cbc4f0089daceb (diff)
downloadlinux-3051946056c3b634605b275a223e48bcb796f49b.tar.bz2
rsi: fix comment syntax in file headers
The opening comment mark '/**' is used for highlighting the beginning of kernel-doc comments. There are some files in drivers/net/wireless/rsi which follow this syntax in their file headers, i.e. start with '/**' like comments, which causes unexpected warnings from kernel-doc. E.g., running scripts/kernel-doc -none on drivers/net/wireless/rsi/rsi_coex.h causes this warning: "warning: wrong kernel-doc identifier on line: * Copyright (c) 2018 Redpine Signals Inc." Similarly for other files too. Provide a simple fix by replacing such occurrences with general comment format, i.e., "/*", to prevent kernel-doc from parsing it. Signed-off-by: Aditya Srivastava <yashsri421@gmail.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20210315173259.8757-1-yashsri421@gmail.com
Diffstat (limited to 'drivers/net/wireless/rsi/rsi_common.h')
-rw-r--r--drivers/net/wireless/rsi/rsi_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rsi/rsi_common.h b/drivers/net/wireless/rsi/rsi_common.h
index 60f1f286b030..7aa5124575cf 100644
--- a/drivers/net/wireless/rsi/rsi_common.h
+++ b/drivers/net/wireless/rsi/rsi_common.h
@@ -1,4 +1,4 @@
-/**
+/*
* Copyright (c) 2014 Redpine Signals Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any