From nobody Thu Apr 9 18:55:16 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 554BA371CFE for ; Fri, 6 Mar 2026 06:36:25 +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=1772778989; cv=none; b=DnxEV+1NfTs6aDcUTPl581Uqy9L+DE4i3NTbE6pstvBzU2J1nujv3pxB1hAUW9u7UGUYMaxuMscFd6YvUW0ik1ftMgeYII7VHXfcvLNFv2ahmGg/VEJljv4bfhby+yMFC/rTUlhSJg3xk5WMEngp4N+okBkIGjHkW2DNnvL/kx0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772778989; c=relaxed/simple; bh=AhA5GgvBOAT0zlRS7HdgXzumNzAvRMh1e+kOlXG5wME=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=G2991W4Umkwhxikf0rCI66nHCN6KVEOLVEFxCTgsckeh4HhS/rfWVevWcVMSxzymlEQLSPbI2FA67l5GUcyin9WJJ2REXntR7Yqmd/wosvEEB8uvzQqAkgLES70orKtXRJSmnKkedseepYp+d5+QRMwtyw903J9epAd4WdGOveU= 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=IjzIRQ4R; 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="IjzIRQ4R" 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=cM//QIOu+0/ClKesujiG1MMzcP/8bTymstj3VH/KjgE=; b=IjzIRQ4RY2QTNdVtLGSm6stDsb EnIglKhqgyj5d64+e82Pl504GEWZMKWsCUbDhg4tQUdgLfDWQxqEEqfQQ6cYhyFd7mPVMsvliq3As aeahuxZoIMyGlWua3iqwtSMPA2PY/XvIK8KGwqmyhOTt/qiNvf8oIZ18nxoHlovTfppKLhPsHOVRo 5bD45Di6SogTINvDuOLIwwJ733VTDDooWjmVJmC0QhLQRUwMkU8e4f+2ga6itvXr98DwQe0Myz85+ audZY80nynDFVXfLufbyZWqTw1WMka0hMj/HtxXuytnxLr8u0eNeVDBnAk3YhlhtS9p7vu9yMi8TQ Rd9LAsew==; 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 1vyOnQ-000000035eq-3faB; Fri, 06 Mar 2026 06:36:24 +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 RESEND] coresight: coresight.h: add '*' to kernel-doc lines Date: Thu, 5 Mar 2026 22:36:24 -0800 Message-ID: <20260306063624.2053743-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.53.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 --- 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-20260304.orig/include/linux/coresight.h +++ linux-next-20260304/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.