summaryrefslogtreecommitdiff
path: root/samples/bpf/ibumad_kern.c
diff options
context:
space:
mode:
authorAditya Srivastava <yashsri421@gmail.com>2021-05-23 20:44:08 +0530
committerAndrii Nakryiko <andrii@kernel.org>2021-05-24 21:06:02 -0700
commit4ce7d68beb9e63d0a0a427cc2b89ec0c68f24b3d (patch)
treeedcef7612c525181b03eb0da083c8b7d1506168e /samples/bpf/ibumad_kern.c
parent9f0c317f6aa12b160103ee3946d79276c14b95e2 (diff)
samples: bpf: Ix kernel-doc syntax in file header
The opening comment mark '/**' is used for highlighting the beginning of kernel-doc comments. The header for samples/bpf/ibumad_kern.c follows this syntax, but the content inside does not comply with kernel-doc. This line was probably not meant for kernel-doc parsing, but is parsed due to the presence of kernel-doc like comment syntax(i.e, '/**'), which causes unexpected warnings from kernel-doc: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * ibumad BPF sample kernel side Provide a simple fix by replacing this occurrence with general comment format, i.e. '/*', to prevent kernel-doc from parsing it. Signed-off-by: Aditya Srivastava <yashsri421@gmail.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Acked-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/bpf/20210523151408.22280-1-yashsri421@gmail.com
Diffstat (limited to 'samples/bpf/ibumad_kern.c')
-rw-r--r--samples/bpf/ibumad_kern.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/bpf/ibumad_kern.c b/samples/bpf/ibumad_kern.c
index 26dcd4dde946..9b193231024a 100644
--- a/samples/bpf/ibumad_kern.c
+++ b/samples/bpf/ibumad_kern.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB
-/**
+/*
* ibumad BPF sample kernel side
*
* This program is free software; you can redistribute it and/or