From mboxrd@z Thu Jan 1 00:00:00 1970 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 4B6C92BE62D; Sun, 21 Sep 2025 04:09:03 +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=1758427744; cv=none; b=sJ25OwrFXUpKR7a7XTJhC8q+lotghaxcvtm8U3ISR8qjekhdprs6g+Y1VqxHtjTVOlgUGOOlDdtD7rqGJFL1Ff44Laa2PjndBplA9XtdtFkj+zvQ2nTX/W9JOzn93XbjnjKBBZKF4a6zXJ6665WcFBBpts5FBQYZ/9tJMKA+3cA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758427744; c=relaxed/simple; bh=lOkGvdMLgCDOoZKq846BetnuIF8ic8xJ0dyEAbX6azg=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=ZHIBUme+KJCstrUTtvIIvZd0ZKopB7tHOihhXmVK+N3571CFS7EDLfCi1lst8EbmMnt+u6lgzaw3eDQSYcv9kttma4npTuaj+JBgV25ilDT+zegjcKpi+jYIJuu0hCbERlYFjF+zU2QarT+BJ64v9dALm1wzWkjqncMjd4Xc/8k= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (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=NG68O/75; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (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="NG68O/75" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Sender:Reply-To:Content-ID:Content-Description; bh=9CBAu4CBqssJ5aeqARNzTf8RZdzR5TsWpD4SoDPRrv4=; b=NG68O/758Xbg8gZMvzvVvRur2F dh5pkOw/DgAroma81uEItqhLzl5vfI6VOW+pUKZcZa1GmH0/1tQ1DJBOA/I6CmEZ4IcbBgM3OvpWR yZI8vO6X+8OewlaSqGhYbDc1VaelyomBBd+vU6KREeZPTS+oY+14D/PUCsGQE+ji1oUV5/YW+7tRc 3ILS3/RvQb4vN2zM2bGnc8wPovPgSbZgzFgG134DzXWaBX6bCqjP4rAgAyZ1Hhe37W7e/u8Kzp82l zlLX6dOH8YV6otHkL5JAnOc2wNAPPqWb6bPLJd00n15bwxT60cOa826kBLP9IewE9xmuqkbPNEGOT YzLMTwpQ==; Received: from [50.53.25.54] (helo=[192.168.254.17]) by bombadil.infradead.org with esmtpsa (Exim 4.98.2 #2 (Red Hat Linux)) id 1v0BNm-00000006VSD-3alo; Sun, 21 Sep 2025 04:09:02 +0000 Message-ID: Date: Sat, 20 Sep 2025 21:09:02 -0700 Precedence: bulk X-Mailing-List: linux-fbdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 1/3] Documentation: fb: ep93xx: Demote section headings To: Bagas Sanjaya , Linux Kernel Mailing List , Linux Documentation , Linux Framebuffer , Linux DRI Development Cc: Helge Deller , Jonathan Corbet , Sudip Mukherjee , Teddy Wang , Bernie Thompson , Mauro Carvalho Chehab , Ard Biesheuvel , Arvind Sankar References: <20250919003640.14867-1-bagasdotme@gmail.com> <20250919003640.14867-2-bagasdotme@gmail.com> Content-Language: en-US From: Randy Dunlap In-Reply-To: <20250919003640.14867-2-bagasdotme@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 9/18/25 5:36 PM, Bagas Sanjaya wrote: > Section headings are formatted the same as title heading, thus > increasing number of entries in framebuffer toctree. Demote them. > > Signed-off-by: Bagas Sanjaya Looks good. Thanks. Reviewed-by: Randy Dunlap Tested-by: Randy Dunlap > --- > Documentation/fb/ep93xx-fb.rst | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/Documentation/fb/ep93xx-fb.rst b/Documentation/fb/ep93xx-fb.rst > index 1dd67f4688c751..93b3494f530979 100644 > --- a/Documentation/fb/ep93xx-fb.rst > +++ b/Documentation/fb/ep93xx-fb.rst > @@ -41,7 +41,6 @@ your board initialisation function:: > > ep93xx_register_fb(&some_board_fb_info); > > -===================== > Video Attribute Flags > ===================== > > @@ -79,7 +78,6 @@ EP93XXFB_USE_SDCSN2 Use SDCSn[2] for the framebuffer. > EP93XXFB_USE_SDCSN3 Use SDCSn[3] for the framebuffer. > =============================== ====================================== > > -================== > Platform callbacks > ================== > > @@ -101,7 +99,6 @@ obtained as follows:: > /* Board specific framebuffer setup */ > } > > -====================== > Setting the video mode > ====================== > > @@ -119,7 +116,6 @@ set when the module is installed:: > > modprobe ep93xx-fb video=320x240 > > -============== > Screenpage bug > ============== > -- ~Randy