Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp794343imm; Fri, 14 Sep 2018 06:30:14 -0700 (PDT) X-Google-Smtp-Source: ANB0Vdal3HKMP/p37y/oBaYu94GMi/zUVwXcuEN2fP0IQ/6uoeKq0R8gPvA6P8Hk7t6YRzalVOta X-Received: by 2002:a17:902:82c9:: with SMTP id u9-v6mr12311214plz.138.1536931814566; Fri, 14 Sep 2018 06:30:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536931814; cv=none; d=google.com; s=arc-20160816; b=qhjXEc90klqUbAm91kQjXK0Ycs5lkGasZjiW4cNZpB780/A8Bs4DbHChG/kJuqCE5H kBk3RKZ/CbV7RHT+ed37x8WAqEx7i5wG0O6oWdXlkdvCw+npCkYpeeFgLZZzVvJ9ZjhY tm8/xbdVLyXcFNj4mVGGe+voCHQJpV058Bgecsmso3ZvKUvKERjA9dZ5+VxbMkIPkeyP M8vaFdPnuaho6r/UiFWdCr9SrCikIG/u8yoO/bxjGB7yyaT153LPI8xSQBtC3wZnErxC Z6gKS4k1PgzIa5eJAUNt2ZiYmouKq0rbfEY0eJbSlNh0O8VOpRkd7XnbdUgt7cpkmaHp 96qQ== 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=zJjgwAtilKv46YpA/qpcdE1Hep9u2yeoI5SS91yS4HU=; b=oHanDx1Rc6nwaOM/vBgCGwN3ImYyoCsnDD+O2Hd18JAp1K31c9pNFteJT1O2CgQurw PAKwnSJ6dbMXJtKvEEg45KxB/qy1hsMvYlL+5vDJ8Nba80fMp4UvKs3de7zBxQBN/gFk esU/xbZIOWqVDWcon140IlAPv2hB6xJajWKwIPAnCb78BP+dNT52BuISLlO0WunDQDCW ZLaBsxalB33ZEujvDmaBLuMhbRmxQAfzacapInvtvU38RkCeoFF/goamjAQqSRZjgQCJ iOWY/FmmylBo0gieyv712GVAV4hBj+mKFpps8MGWZ0m1cYjCr174W8dL9tLoqMMc4Gli rrNg== 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 u6-v6si6570948pld.256.2018.09.14.06.29.49; Fri, 14 Sep 2018 06:30:14 -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 S1728005AbeINSoN (ORCPT + 99 others); Fri, 14 Sep 2018 14:44:13 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:36060 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727611AbeINSoM (ORCPT ); Fri, 14 Sep 2018 14:44:12 -0400 Received: from localhost (ip-213-127-77-73.ip.prioritytelecom.net [213.127.77.73]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 54D7ED60; Fri, 14 Sep 2018 13:29:41 +0000 (UTC) Date: Fri, 14 Sep 2018 15:29:38 +0200 From: Greg KH To: rkir@google.com Cc: linux-kernel@vger.kernel.org, tkjos@google.com Subject: Re: [PATCH 04/20] platform: goldfish: pipe: Separate the host interface to a separate header Message-ID: <20180914132938.GA16982@kroah.com> References: <20180827182315.126345-1-rkir@google.com> <20180827182315.126345-4-rkir@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180827182315.126345-4-rkir@google.com> 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 On Mon, Aug 27, 2018 at 11:22:59AM -0700, rkir@google.com wrote: > --- /dev/null > +++ b/drivers/platform/goldfish/goldfish_pipe_qemu.h > @@ -0,0 +1,112 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > +/* > + * Copyright (C) 2018 Google, Inc. > + * > + * This software is licensed under the terms of the GNU General Public > + * License version 2, as published by the Free Software Foundation, and > + * may be copied, distributed, and modified under those terms. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. When you have a SPDX line, you do not also need the boilerplate license text in this file as well. So you can remove that please. A later patch is fine. thanks, greg k-h