On Sun, Aug 30, 2026 at 08:09:12PM -0700, Randy Dunlap wrote:
kernel-doc reports 2 (kernel-doc) lines in coresight.h that don't have a beginning '*' in them, so fix these lines.
Also convert struct coresight_trace_id_map to kernel-doc format to remove another warning.
Warning: include/linux/coresight.h:173 bad line: connected to @src_port. NULL until the device is created Warning: include/linux/coresight.h:177 bad line: needs to be filtered. Warning: include/linux/coresight.h:236 This comment starts with '/**', but isn't a kernel-doc comment.
Fixes: ec9903d6cc34 ("coresight: Add support for trace filtering by source") Fixes: d49c9cf15f89 ("coresight: Rename connection members to make the direction explicit") Signed-off-by: Randy Dunlap rdunlap@infradead.org
Reviewed-by: Leo Yan leo.yan@arm.com