diff options
author | Aditya Srivastava <yashsri421@gmail.com> | 2021-03-31 03:00:22 +0530 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2021-04-10 13:59:25 +0200 |
commit | 0d6c8e1e246586b81cb4e6ab1a93a6d4a08a0cf9 (patch) | |
tree | e0cc650a3da49f567e1d345178dd9feeb96dd833 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 3e7bbe15ed84e3baa7dfab3aebed3a06fd39b806 (diff) |
x86/platform/intel/quark: Fix incorrect kernel-doc comment syntax in files
The opening comment mark '/**' is used for highlighting the beginning of
kernel-doc comments.
There are certain files in arch/x86/platform/intel-quark, which follow this
syntax, but the content inside does not comply with kernel-doc.
Such lines were probably not meant for kernel-doc parsing, but are parsed
due to the presence of kernel-doc like comment syntax(i.e, '/**'), which
causes unexpected warnings from kernel-doc.
E.g., presence of kernel-doc like comment in the header lines for
arch/x86/platform/intel-quark/imr.c causes these warnings:
"warning: Function parameter or member 'fmt' not described in 'pr_fmt'"
"warning: expecting prototype for c(). Prototype was for pr_fmt() instead"
Similarly for arch/x86/platform/intel-quark/imr_selftest.c too.
Provide a simple fix by replacing these occurrences with general comment
format, i.e. '/*', to prevent kernel-doc from parsing it.
Signed-off-by: Aditya Srivastava <yashsri421@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20210330213022.28769-1-yashsri421@gmail.com
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions