Message ID | ff6aa6a9e0ec16abf09687748ab2a7d83f892f69.1657565224.git.mchehab@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <intel-gfx-bounces@lists.freedesktop.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 08E29CCA47B for <intel-gfx@archiver.kernel.org>; Mon, 11 Jul 2022 20:26:46 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9BC8D90F9F; Mon, 11 Jul 2022 20:26:07 +0000 (UTC) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9C2188B4B3; Mon, 11 Jul 2022 20:25:30 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C4E286165E; Mon, 11 Jul 2022 20:25:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D98D3C34115; Mon, 11 Jul 2022 20:25:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657571124; bh=jxbhLwK4nn8GieBSkhhGJWg4z+oHKXPl5FohZIL4fP0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ov0HENGx2I+siR9tDn3mbByAbtREOxPRE1wB3n7Hu4BXSPqLkiKrvJhTEWTQfFup9 1ehXLs6lKTezyKShmMhMv1HlkODJvlMLBXQTDWQePVtVvqByY9vfDpe2ych1sxKvXF hpRsOa16f2AhPP3F+XiajDAjxpmofGlFbBNkFh8DbK1uD7ZVMF/dN2KTOS1bYeQEt8 qPFO52OxeZtMcEfm9ShDqbtVwZ1jaeaz/owp5mNrW5XDuNCKNq5LG6bMPcCwG5QWLr 3i0V+oYNx8nzD/gzNxgnEj5a7VaO2hi0hqpzlNbAtQCU3mMWvtdPjgeYiiVlcvIiOU GEkqj/8rjriWw== Received: from mchehab by mail.kernel.org with local (Exim 4.95) (envelope-from <mchehab@kernel.org>) id 1oAzy3-004e8Q-M9; Mon, 11 Jul 2022 21:25:19 +0100 From: Mauro Carvalho Chehab <mchehab@kernel.org> To: Date: Mon, 11 Jul 2022 21:25:03 +0100 Message-Id: <ff6aa6a9e0ec16abf09687748ab2a7d83f892f69.1657565224.git.mchehab@kernel.org> X-Mailer: git-send-email 2.36.1 In-Reply-To: <cover.1657565224.git.mchehab@kernel.org> References: <cover.1657565224.git.mchehab@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Intel-gfx] [PATCH 18/32] drm/i915: fix i915_gem_ttm_move.c DOC: markup X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development <intel-gfx.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/intel-gfx> List-Post: <mailto:intel-gfx@lists.freedesktop.org> List-Help: <mailto:intel-gfx-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=subscribe> Cc: =?utf-8?q?Thomas_Hellstr=C3=B6m?= <thomas.hellstrom@linux.intel.com>, intel-gfx@lists.freedesktop.org, David Airlie <airlied@linux.ie>, dri-devel@lists.freedesktop.org, Jasmine Newsome <jasmine.newsome@intel.com>, Lucas De Marchi <lucas.demarchi@intel.com>, linux-kernel@vger.kernel.org, Matthew Auld <matthew.auld@intel.com>, Rodrigo Vivi <rodrigo.vivi@intel.com>, Mauro Carvalho Chehab <mchehab@kernel.org>, =?utf-8?q?Christian_K=C3=B6nig?= <christian.koenig@amd.com> Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series |
drm/i915: fix kernel-doc issues
|
expand
|
diff --git a/drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c b/drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c index 56217d324a9b..16dd4991d527 100644 --- a/drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c +++ b/drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c @@ -20,7 +20,7 @@ #include "gt/intel_migrate.h" /** - * DOC: Selftest failure modes for failsafe migration: + * DOC: Selftest failure modes for failsafe migration * * For fail_gpu_migration, the gpu blit scheduled is always a clear blit * rather than a copy blit, and then we force the failure paths as if
The doc markup should not end with ":", as it would generate a warning on Sphinx while generating the cross-reference tag. Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org> --- To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover. See [PATCH 00/32] at: https://lore.kernel.org/all/cover.1657565224.git.mchehab@kernel.org/ drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)