Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1166405imm; Fri, 14 Sep 2018 12:21:35 -0700 (PDT) X-Google-Smtp-Source: ANB0VdbdFqi9Z79gvuu46oLEQXYELBQX4Shy/LP6oSEAQhKZtCQ2HHlYDj6FV3CnxkBoNHAG6ekH X-Received: by 2002:a17:902:468:: with SMTP id 95-v6mr13204372ple.122.1536952895075; Fri, 14 Sep 2018 12:21:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536952895; cv=none; d=google.com; s=arc-20160816; b=C4tKokquPJ9iNlnWdCb6khMPi0AxQ/BfMJxEfQIz9lQA3q1X8cWBw2iiJiK6ecD+Rq aV1DYgrpfkVAdCsJGmbgAS59W8dEQuamljY+tXyDQEWpOM4ZVqW/t9sLjhKATk+8+mNb ILhTP9ql+LXzqd38wMuNb6sq58/Csbt5vnoUQC90wOwLk/qqD9JV5XP/1s+yKZmqamVc djvUCDRTUiCvGBTt8rmtKY1oagJwqS1CGdLrgBJyFlYefnBgkO05LNDTKH439MBdvj7A J+xuT//8233TkMMNFUVdob9Dm4QbjSSn156aIGTPImjqnTILNdnlTmQBbkxDZEP+c/bD WVEg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=jITQ9bYPrcZJCVP0ZhExC88ZoUV9oBLFfeJnrzonV14=; b=BONvAQ894TC1g0xkgjSfffHaUfXkLNMXHJwwxpfMQIbSwaT/Y1KHAOCcQawpo5SiWu aU7gc8nuaYOYmsG1eY+Pcl8ANSb51DNhZ8BPyzSkUeetJQCfhJRYUPUxYD5ZyeNUy9Jn UwbObfmcXzrhYjth1j4HEdkaIOYfS4o8fxxA4nd6QJ2N6aVSPumu2hJvQUAdh+TqWHI2 NSYTyiDr7raC9cKE0VyumSrxkpBgY8Kt3ifRVmj67utLOx3iEUYTj8YEZNw3ZvKpmfYJ WWsAaPKuMAwI9ANtfV4V8oJhHb+e7/SZdlYI8czZnEABJFiTtbpATePRrPYL/3WFyFhK xwCw== 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 u1-v6si7741769plb.291.2018.09.14.12.21.05; Fri, 14 Sep 2018 12:21:35 -0700 (PDT) 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 S1727598AbeIOAgv (ORCPT + 99 others); Fri, 14 Sep 2018 20:36:51 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33728 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726849AbeIOAgv (ORCPT ); Fri, 14 Sep 2018 20:36:51 -0400 Received: from localhost (ip-213-127-77-73.ip.prioritytelecom.net [213.127.77.73]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id CA168CE9; Fri, 14 Sep 2018 19:20:59 +0000 (UTC) Date: Fri, 14 Sep 2018 21:20:57 +0200 From: Greg KH To: Roman Kiryanov Cc: linux-kernel@vger.kernel.org, Todd Kjos Subject: Re: [PATCH 07/20] platform: goldfish: pipe: Replace an array of 1 with a variable Message-ID: <20180914192057.GB25009@kroah.com> References: <20180827182315.126345-1-rkir@google.com> <20180827182315.126345-7-rkir@google.com> <20180914133044.GB16982@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Fri, Sep 14, 2018 at 09:42:32AM -0700, Roman Kiryanov wrote: > Yes, in the later change I am going to retire this variable > completely. Could you please accept this patch as it? As you saw the email, I already did. greg k-h