[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180914132938.GA16982@kroah.com>
Date: Fri, 14 Sep 2018 15:29:38 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: rkir@...gle.com
Cc: linux-kernel@...r.kernel.org, tkjos@...gle.com
Subject: Re: [PATCH 04/20] platform: goldfish: pipe: Separate the host
interface to a separate header
On Mon, Aug 27, 2018 at 11:22:59AM -0700, rkir@...gle.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
Powered by blists - more mailing lists