From nobody Wed Jun 10 06:00:39 2026 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 10FE13D47C1 for ; Thu, 30 Apr 2026 23:43:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777592608; cv=none; b=OYb3JLuaU7ucSPAEMml813yYqknTDPCwFfkVLofXpi8ig6yVDNvWMMjPMXJs0JwZPQ+5bLXstgw+Wg4CWcS9cN6GqeOUgQ64w2ijdob5jHz6M7zyPLR5WWoNwNqDB9JZibCtCPRbS0GFbu92WyQikNocgmTtSKmeFGgqIMgIHLc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777592608; c=relaxed/simple; bh=JN0G1rhg5qkVJZji42fSUY4dKk1ce6kvkl7mk0aXlkE=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=tltnM25ICAe7FPkVuRbEHY6gEc8VP/aHrHYOHNWPSpZhEYvOgBvTlGncg3NpdzBu8iflUtUOx130cFVD6xCWOxPp5HxWr8ZD32VPsQuyr51xzWfQnz122wAnKI1c9wE8l3jPxoJ0KDp2hkH//Q6nMixvmPRzcdrHQTtyA0D6Ccc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=f5q/iBwn; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="f5q/iBwn" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=5AyMpkwGIQsoMHXw5RZm54bjApu9mB3ZXmC9gnoQABY=; b=f5q/iBwndO+QgEEaw69Uu5edbF OVg2bXtagNq7QtxADXgMFImxHUKj+F9GlvXQwCs5bOdAQ3ROuoO9/rYO9H4QAZrWwH4NlJlKwu+uu qI9U00sZnQTjrf3FhfgOdmlvRNCoTCT3LtcEMGaCh1e2QBm0y2jWGnQ6ZrsVc1lpaShCdeSoEEVSS wIRPW/ckcpB/ENDRqPj7xNpRgDmPKnKYQYtbraRXHUqM0eMkGAiLZA8VYoNLDnmSgAMmw+eNQQS1D /osUrCXZm3uabsEA7Rp96Q4W3UDW7bh+1HiCjeKEblq2HqAKIXYVMPKK0gDyVckGsrhfrZPq5aj4K 5+cwButw==; Received: from [50.53.43.113] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.98.2 #2 (Red Hat Linux)) id 1wIb2U-0000000688D-0SB4; Thu, 30 Apr 2026 23:43:26 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , James Clark , Tao Zhang , Suzuki K Poulose , coresight@lists.linaro.org Subject: [PATCH v2] coresight: coresight.h: add '*' to kernel-doc lines Date: Thu, 30 Apr 2026 16:43:25 -0700 Message-ID: <20260430234325.2631347-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.54.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" kernel-doc reports 2 (kernel-doc) lines in coresight.h that don't have a beginning '*' in them, so fix these lines. 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. Fixes: ec9903d6cc34 ("coresight: Add support for trace filtering by source") Fixes: d49c9cf15f89 ("coresight: Rename connection members to make the dire= ction explicit") Signed-off-by: Randy Dunlap --- v2: rebase & resend Cc: James Clark Cc: Tao Zhang Cc: Suzuki K Poulose Cc: coresight@lists.linaro.org --- include/linux/coresight.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-next-20260429.orig/include/linux/coresight.h +++ linux-next-20260429/include/linux/coresight.h @@ -171,11 +171,11 @@ struct coresight_desc { * @dest_port: destination's input port number @src_port is connected to. * @dest_fwnode: destination component's fwnode handle. * @dest_dev: a @coresight_device representation of the component - connected to @src_port. NULL until the device is created + * connected to @src_port. NULL until the device is created * @link: Representation of the connection as a sysfs link. * @filter_src_fwnode: filter source component's fwnode handle. * @filter_src_dev: a @coresight_device representation of the component th= at - needs to be filtered. + * needs to be filtered. * * The full connection structure looks like this, where in_conns store * references to same connection as the source device's out_conns.