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 F18E5C61DA4 for ; Tue, 14 Feb 2023 07:06:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231808AbjBNHG5 (ORCPT ); Tue, 14 Feb 2023 02:06:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50074 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231815AbjBNHGp (ORCPT ); Tue, 14 Feb 2023 02:06:45 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BC5DA1E2BD for ; Mon, 13 Feb 2023 23:06:15 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 5E5F5B81BD5 for ; Tue, 14 Feb 2023 07:06:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8E2FCC433D2; Tue, 14 Feb 2023 07:06:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1676358372; bh=oIp9CF0MXa2byYkmJm9Ff52ZA0wL8zKpxwXGEQip3G8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XwdXqNxr5unEGXlz4WuQYuwOmzO+71Flvw62ml8YPiSuU5TNfCBV9cnhf8PjmF5eR ZZ9LpVoS35ebRte7SA/gn/oB3OFEhFyVQ6AVyYG7MuACQBGo7FxGwT/S8cSyy2raac udsMSU0HiTzLXVnH3PDw0TzmOhe76L5VsbbUeeSk= Date: Tue, 14 Feb 2023 08:06:08 +0100 From: Greg KH To: Shreenidhi Shedi Cc: dhowells@redhat.com, dwmw2@infradead.org, linux-kernel@vger.kernel.org, Shreenidhi Shedi Subject: Re: [PATCH v3 1/6] sign-file: refactor argument parsing logic Message-ID: References: <20230213190034.57097-1-sshedi@vmware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230213190034.57097-1-sshedi@vmware.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 14, 2023 at 12:30:29AM +0530, Shreenidhi Shedi wrote: > - Use getopt_long_only for parsing input args > - Use more easy to remember command line argument names > > Signed-off-by: Shreenidhi Shedi Your From: line does not match your signed-off-by, please use your vmware.com address to send patches out so that it can be validated that this really is coming from there and not some random fake gmail account. thanks, greg k-h