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.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, PDS_TONAME_EQ_TOLOCAL_SHORT,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 B104CC54FD0 for ; Thu, 23 Apr 2020 14:42:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 82D9320857 for ; Thu, 23 Apr 2020 14:42:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587652942; bh=CYZLO9WrZrZcw2q8PvdB8YO8JajOtg0740bTwyOhLiM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=pxqiTkbaMT4Jmw1M3LK8yRATWx0ry5pTuY8SnENPKOHFf4pRNeQ1cnXYvdRChYpoI XFGQvTbr/xKKqErbeDpVqgKOlGPKyko5jfCv3d/LNtlKeOmYXsNSBd15ukEpC/Qz5D f6QJFJZAUgolg/ACFawbFToLusJqypuR0T67+frE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728510AbgDWOmV (ORCPT ); Thu, 23 Apr 2020 10:42:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:48754 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726963AbgDWOmV (ORCPT ); Thu, 23 Apr 2020 10:42:21 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4582F20728; Thu, 23 Apr 2020 14:42:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587652939; bh=CYZLO9WrZrZcw2q8PvdB8YO8JajOtg0740bTwyOhLiM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Eib8PQrX5NECv3nCRjI8ICs14Oopj+g17btTalxraE8Cd7A64Hk7thYdV3N0oMkMc IgSHGVc/N80EZyuIBoAtEDWIZQxfyVbwgy0DJPvP9YbTDjxWDRLv30wPEocBVzUQo1 ghkgkFeRE1NiKYBEmQPiLxGMy/4YYq1FrEFNwDRw= Date: Thu, 23 Apr 2020 16:42:17 +0200 From: Greg KH To: xujialu Cc: linux-kernel@vger.kernel.org, masahiroy@kernel.org, akpm@linux-foundation.org, mchehab+huawei@kernel.org, corbet@lwn.net Subject: Re: [PATCH] scripts: gtags_files_generator.sh Message-ID: <20200423144217.GA7622@kroah.com> References: <20200423103801.GA3730892@kroah.com> <20200423143642.11788-1-xujialu@vimux.org> <20200423143642.11788-2-xujialu@vimux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200423143642.11788-2-xujialu@vimux.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 23, 2020 at 10:36:42PM +0800, xujialu wrote: > A script for generating gtags.files after compilation. That's a very short description, why isn't that also in the tool itself, how is anyone going to know what it is, or how to use it? And this says what it is, but not _why_ it would be useful at all, please document that here. thanks, greg k-h