From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 39722C00528 for ; Thu, 3 Aug 2023 11:24:30 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B511D10E136; Thu, 3 Aug 2023 11:24:28 +0000 (UTC) Received: from mgamail.intel.com (unknown [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id DE2F610E136 for ; Thu, 3 Aug 2023 11:24:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1691061866; x=1722597866; h=from:to:subject:in-reply-to:references:date:message-id: mime-version; bh=h/u7Qoujnwhpr4R7reFZ9/KV4Cq4XvzQ1UQXPJ4rxLY=; b=hgDx1YD37u4P0IKexJYVf6N6oqZTyuDyv3yk459a2zfUZHlNSlJtFCzS MGtSG3eWhNNu6r4V7CfGMHnflccgf0eBUEV1TFs6JI9biDxLSUl/f789i FvpAfEFSfnTuYUHqA3LCYov7Xq6IT3Imhpw5GgYme0ABp/5sAirXuybVz UuDQGc7CtIw+bRAcQNFWGqPS4rDRoHtnPDgoxoUIpk8UInxJPS2g7x5cX NM1c26HYwxL9HdQl5Av8TBnQcyW7WaNkDpEW9srS15T4msgbikoc8WbJP LyzFS9tde0+s0/R5+bjfdaeoqnaZ4lWYDTI8D2l1Fgn32o6nnWZzDNyQh w==; X-IronPort-AV: E=McAfee;i="6600,9927,10790"; a="367300198" X-IronPort-AV: E=Sophos;i="6.01,252,1684825200"; d="scan'208";a="367300198" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Aug 2023 04:24:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10790"; a="706503885" X-IronPort-AV: E=Sophos;i="6.01,252,1684825200"; d="scan'208";a="706503885" Received: from jnikula-mobl4.fi.intel.com (HELO localhost) ([10.237.66.162]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Aug 2023 04:24:25 -0700 From: Jani Nikula To: Simon Ser , dri-devel@lists.freedesktop.org Subject: Re: [PATCH] drm/doc: fix underline for section "DRM Sync Objects" In-Reply-To: <20230803102505.392577-1-contact@emersion.fr> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20230803102505.392577-1-contact@emersion.fr> Date: Thu, 03 Aug 2023 14:24:22 +0300 Message-ID: <875y5wv061.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, 03 Aug 2023, Simon Ser wrote: > It doesn't line up. > > Signed-off-by: Simon Ser > Suggested-by: Jani Nikula Reviewed-by: Jani Nikula > --- > Documentation/gpu/drm-mm.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst > index 513197359aba..c19b34b1c0ed 100644 > --- a/Documentation/gpu/drm-mm.rst > +++ b/Documentation/gpu/drm-mm.rst > @@ -520,7 +520,7 @@ DRM Cache Handling and Fast WC memcpy() > .. _drm_sync_objects: > > DRM Sync Objects > -=========================== > +================ > > .. kernel-doc:: drivers/gpu/drm/drm_syncobj.c > :doc: Overview -- Jani Nikula, Intel Open Source Graphics Center