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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 62A07C433FE for ; Sat, 26 Mar 2022 00:03:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229471AbiCZAEU (ORCPT ); Fri, 25 Mar 2022 20:04:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41294 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229445AbiCZADq (ORCPT ); Fri, 25 Mar 2022 20:03:46 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 984AA58E74; Fri, 25 Mar 2022 17:02:10 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:35::5f6]) (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 2B3CB740; Sat, 26 Mar 2022 00:02:10 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 2B3CB740 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1648252930; bh=cUM0bA6twXDq+rLcbYqfzIlfhUvjvLtmgZEyHL8oBlI=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=kbw/RodfhLjNlgWGazhjMkzxiNUUD/f5JK8pu41IDDOrqD+AUHU9lR4QwZvFi/zqy vI/G8Gww56Hs9cWcfOBeQDazJ7+9XoimECCTVGLfl+ESqRyzx74XeyU/KmJ3Dt3uC/ Wksqv/2G0BmR/UX8jZUxgFgP+ncUj+5ZcyXN9LhLpnIBUXbMIJ4uXwthrWi/WqgZLd TZ8pjvLSak6k8tXVwrjEKJKT7X6dif72hzsA+IhtJeatPWp7XqVBMDESXjEGkxe+QW Cf1vj196xU4Fw5XEdMPYCY6YibgaErv2x8tAAc9qf9olCBuGlD71KFvsIKYVxeiL4o HLezU6G/2L85A== From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Hans de Goede , Stephen Rothwell , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/4] scripts/get_feat.pl: allow output the parsed file names In-Reply-To: <20220326003050.50750c75@coco.lan> References: <874k3lg7r3.fsf@meer.lwn.net> <20220326002109.2cda0402@coco.lan> <20220326003050.50750c75@coco.lan> Date: Fri, 25 Mar 2022 18:02:09 -0600 Message-ID: <874k3ld1j2.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Mauro Carvalho Chehab writes: > Btw, maybe we could replace them tree with a Sphinx comment, like: > > get_feat.pl: > .. FILE > kernel-doc: > .. LINE > get_abi.pl: > .. FILE_LINE : > > (or something similar) > > Just let me know what you prefer and I can take care of the needed > changes on this patch and, if it is the case, writing the extra patches > in order to use the same model on kernel-doc and get_abi.pl. If it were just me, I'd just put "FILE " or something simple. I don't really have a strong opinion on the matter though; it's not like people have to actually look at these things. I was mostly curious as to why you'd done it that way. I can take the original patches or any of the variants above; just let me know which you like best and we'll get this done. Thanks, jon