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 X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 67451C43613 for ; Thu, 20 Jun 2019 17:16:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3404E2082C for ; Thu, 20 Jun 2019 17:16:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561050996; bh=C1mFkwj6wova7FxKwoi9uKHWMD6I9mcKBwE5D1mgz8o=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=QFrlVWTRX/Z1CFiI+Irozrtl8c60LdOfX+PWe1tH/OAUdnsXYJ/DEBbSRdUuyv3bN o2rQAHzj+hKZz+brcn4u1dWBJkFbZ5c7/6M567NWVUNbh2mt2EJsgXJhYB2W4CxgUN B5gTey4Vx3lyjlFSOfcsAjipIcCZ2WrrmHZMGCvY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726930AbfFTRQf (ORCPT ); Thu, 20 Jun 2019 13:16:35 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:52384 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726530AbfFTRQe (ORCPT ); Thu, 20 Jun 2019 13:16:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To: From:Date:Sender:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=kCqgyiR5F0aD4cVPBETsM4czwZlhKydQ/vgPSIJD7N4=; b=JXYWNbvwW9E2LPETc7q4kiFoa Ye2a5VuGyanq9MjczZmXHJZsjGbwD0meqnrbxijKsYaf0Cg2I6bnIz2EUQA28RSgYWvh8cEjD6ZXQ D35i3N/qEMPUh7/DxH3WAxKCYODn72OVqb3cRgbMPhL4Cw55nTweO6IgA07mrBOqOGQle+2i+bI13 mTmUvb3IlE7o9poVsCZr8Pz1uYGZT/kREM3eVQqCi27W546CCJO2mL+dARfLPLbPPA41e2f/pSKo8 Ro1TaDAZjpepoOZgAfVf5LP+5QD0YNVRAHC3tIBj1y60gxRtrb7tSB34YTlPAGzY94bEYUlKFjh8h fokuyz5BQ==; Received: from [177.97.20.138] (helo=coco.lan) by bombadil.infradead.org with esmtpsa (Exim 4.92 #3 (Red Hat Linux)) id 1he0fo-0005vU-Mr; Thu, 20 Jun 2019 17:16:32 +0000 Date: Thu, 20 Jun 2019 14:16:28 -0300 From: Mauro Carvalho Chehab To: Greg Kroah-Hartman Cc: Johan Hovold , Linux Doc Mailing List , Mauro Carvalho Chehab , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Stefan Achatz Subject: Re: [PATCH 04/14] ABI: better identificate tables Message-ID: <20190620141628.71157dda@coco.lan> In-Reply-To: <20190620162945.GC23052@kroah.com> References: <6bc45c0d5d464d25d4d16eceac48a2f407166944.1560477540.git.mchehab+samsung@kernel.org> <20190619125135.GG25248@localhost> <20190619105633.7f7315a5@coco.lan> <20190619150207.GA19346@kroah.com> <20190620120150.GH6241@localhost> <20190620125413.GA5170@kroah.com> <20190620112034.0d2be447@coco.lan> <20190620162945.GC23052@kroah.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Thu, 20 Jun 2019 18:29:45 +0200 Greg Kroah-Hartman escreveu: > On Thu, Jun 20, 2019 at 11:20:34AM -0300, Mauro Carvalho Chehab wrote: > > Em Thu, 20 Jun 2019 14:54:13 +0200 > > Greg Kroah-Hartman escreveu: > > > > > On Thu, Jun 20, 2019 at 02:01:50PM +0200, Johan Hovold wrote: > > > > > I don't know when "Description" and "RST-Description" would be used. > > > > > Why not just parse "Description" like rst text and if things are "messy" > > > > > we fix them up as found, like you did with the ":" here? It doesn't > > > > > have to be complex, we can always fix them up after-the-fact if new > > > > > stuff gets added that doesn't quite parse properly. > > > > > > > > > > Just like we do for most kernel-doc formatting :) > > > > > > > > But kernel-doc has a documented format, which was sort of the point I > > > > was trying to make. If the new get_abi.pl scripts expects a colon I > > > > think it should be mentioned somewhere (e.g. Documentation/ABI/README). > > > > > > > > Grepping for attribute entries in linux-next still reveals a number > > > > descriptions that still lack that colon and use varying formatting. More > > > > are bound to be added later, but perhaps that's ok depending on what > > > > you're aiming at here. > > > > > > I'm aiming for "good enough" to start with, and then we can work through > > > the exceptions. > > > > > > But given that Mauro hasn't resent the script that does the conversion > > > of the files, I don't know if that will even matter... {hint} > > > > It sounds I missed something... are you expecting a new version? > > Yes, the last round of patches didn't have a SPDX header on the script, > so I couldn't add it to the tree :( I could swear I sent you a version with SPDX on it... anyway, I'm re-sending the hole thing. The SPDX header addition is on a separate patch. Thanks, Mauro