Received: by 10.223.185.116 with SMTP id b49csp3167028wrg; Sun, 18 Feb 2018 16:04:55 -0800 (PST) X-Google-Smtp-Source: AH8x227comi4NRLZdRF4vK7LcEi3Kqz7hTCo4xwP9LR9nXkiXUmj0fXgWRQD00x0dPQ0CjqAQnEa X-Received: by 10.98.103.136 with SMTP id t8mr7930984pfj.177.1518998695319; Sun, 18 Feb 2018 16:04:55 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518998695; cv=none; d=google.com; s=arc-20160816; b=dsHn7JqPubPKaLjx/++Y/edKp2KM3YqmwHWScN4Xruev6tmIBwRyvtzZqQoTiw4X2K BGbPjaq0xo09qewCbhNL3GCz6pQuFD5ZjM9LXxWDwZBh8tsNtyC0JqdstrEySew37q2w A+F95czlcsB5EZIk0Kv65Iqk9ObNukh0fpM/lUgUC2whD1DDS3N+0Q38dgS+WIh++8PI szyB4w/+9x8V+HPy9IYuecZadbWWpkHDqiBWZ4PP7zVAW0hUMyr4SWs82plxQf4lkyis r/VO60nziVWZbjr02GhYCJwdAUcIt/J9M/LTksFaKP7EV6vHZgclMT6L5pdMRUllhMAk UtYQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date:arc-authentication-results; bh=0lZLVFwp1muFHRTf2bu+WolkhOVEqHi/S7s8NsVhC+c=; b=UJg3Feas7JinZSZS9ijKRDAupBwBOqayLcvTJ/KlAomGbMgPnoH5Y6W/sDQH4ZnrT8 Y0NJvQbKzvxjFrzLVOSyXsT67VAmdCo9EGTIBfl8VcTHfeVCsPqSHpG6lRf9AgdyE2zJ siuCGhc3On4bqdOxFxfOujYICfu9bMvzqXr89L+LZW7OZjhuO8h7qjuxe4/HYqLsN84m 3i2uwyYXd2VrTkxWu6Zw6VeBwxq8hzpj0xOvHaBeRMmkc+Lc3DcB2scDIu9Ca5WfO2Jt fM+H4E1Uam/DLa6b8s/sAj2G9hDBQOsdCIiJhTxWzswNuhnpmsCeqEPPG4folYWWpdV1 MPMQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c17-v6si3437293plo.118.2018.02.18.16.04.40; Sun, 18 Feb 2018 16:04:55 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751973AbeBSAEC (ORCPT + 99 others); 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 Received: from localhost.localdomain (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 169B12C5; Mon, 19 Feb 2018 00:03:48 +0000 (UTC) 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 Precedence: bulk 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