From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751978AbeBSAEC (ORCPT ); Sun, 18 Feb 2018 19:04:02 -0500 Received: from ms.lwn.net ([45.79.88.28]:52220 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751780AbeBSAEB (ORCPT ); Sun, 18 Feb 2018 19:04:01 -0500 Date: Sun, 18 Feb 2018 17:03:34 -0700 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jani Nikula , Jani Nikula , Tom Saeger , Joonas Lahtinen , Matthew Wilcox , intel-gfx@lists.freedesktop.org, David Airlie , Rodrigo Vivi , dri-devel@lists.freedesktop.org Subject: Re: [PATCH 0/6] Add support for in-line nested struct comments Message-ID: <20180218170334.711d50e2@lwn.net> In-Reply-To: References: Organization: LWN.net X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 16 Feb 2018 11:48:14 -0200 Mauro Carvalho Chehab wrote: > his series fix two bugs at kernel-doc.rst examples and add support > for in-line nested struct comments. > > It also converts one documentation at intel_dpio_phy to use it, > in order to give a practical example about how to use it. OK, I've applied everything but the last patch, which I assume will go through the DRM tree. Thanks, jon