From nobody Wed Oct 1 21:24:19 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 B43D53019BD; Wed, 1 Oct 2025 14:49:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759330199; cv=none; b=TJ94bLyv031LSoPLdtXok/c2TRLkOiKPelq1nqN7umM0ha9yRDo0DOVwtk2QknrCPB3ip+q744RDANXKqK1RRi0DBNXYGm7mluJ8SplhySbewwg+8819iO99c4iZFy9N+NWC+hbsjvshbUylZd+XvcNVACaUIzYtVhtcjH6FJv0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759330199; c=relaxed/simple; bh=2zQBGsH/cQXuSIu370Y/F/Txa7NKJUp+V61gWvu03sI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=qgiojU17AGk5JuRO81P9dQ+APwAHgS95wHGo65Zxmtoo4UnbNkZzv0Rh+SYh7qTrhlsmyDsBxSiyu154vhjmfFvtYK+ijg73fKKpMpLHXxgGaH03luUgqNI+R79iQlC3hGRBbCBJLT70tPtVuyO+N0lo0CVyfwtFZSPYmQsegWM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=M2E02E62; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="M2E02E62" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6572BC19421; Wed, 1 Oct 2025 14:49:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1759330199; bh=2zQBGsH/cQXuSIu370Y/F/Txa7NKJUp+V61gWvu03sI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=M2E02E62Tnh7kRqXwqu2KPXjxVdmXilDVM8BD5pXSSKje4NsN9YpbGGOh5pyP+LM0 UVateF+pvDQQoTaiaK1tvsxYxNQjyXWT2Yk1jJqfUoOBUIYwyF0N+LnBKPDogHfFpA F9rVctumhkP0kCjs+9yK1M8hFP4bxadwwu0s9xngMJR9elS09s2j185o7ueu1CI9Uw tiEOj5okUwlUoUG3itwJryIl1qEsE7IkecUAMpoZKMYlea3gyuKJCsWzTP3VwrkLpp wQRYuRkpIfx+FAS2W6VblALHgNsuEDxXLkn7reUKKtMQ7QacugHEuTzu3JqM3LsFgn eYOwFF7bSxT2w== Received: from mchehab by mail.kernel.org with local (Exim 4.98.2) (envelope-from ) id 1v3y9V-0000000BLJL-2rwu; Wed, 01 Oct 2025 16:49:57 +0200 From: Mauro Carvalho Chehab To: "Jonathan Corbet" , Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Mauro Carvalho Chehab" , linux-kernel@vger.kernel.org, linux-media@vger.kernel.org Subject: [PATCH 21/23] docs: media: dmx_types: place kerneldoc at the right namespace Date: Wed, 1 Oct 2025 16:49:44 +0200 Message-ID: <27fcc036fb5c80bda8116029e1964ad229208095.1759329363.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: References: 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 Sender: Mauro Carvalho Chehab Content-Type: text/plain; charset="utf-8" The DVB documentation is using DTV.dmx for all demux symbols. Use such domain for kernel-doc documentation. Signed-off-by: Mauro Carvalho Chehab --- Documentation/userspace-api/media/dvb/dmx_types.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/userspace-api/media/dvb/dmx_types.rst b/Document= ation/userspace-api/media/dvb/dmx_types.rst index 33458fbb84ab..dd76010696c8 100644 --- a/Documentation/userspace-api/media/dvb/dmx_types.rst +++ b/Documentation/userspace-api/media/dvb/dmx_types.rst @@ -1,4 +1,5 @@ .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later +.. c:namespace:: DTV.dmx =20 .. _dmx_types: =20 --=20 2.51.0