[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2] Add udmabuf misc device
From: |
Greg KH |
Subject: |
Re: [Qemu-devel] [PATCH v2] Add udmabuf misc device |
Date: |
Fri, 16 Mar 2018 08:55:53 +0100 |
User-agent: |
Mutt/1.9.4 (2018-02-28) |
On Fri, Mar 16, 2018 at 08:46:49AM +0100, Gerd Hoffmann wrote:
> --- /dev/null
> +++ b/drivers/dma-buf/udmabuf.c
> @@ -0,0 +1,261 @@
> +/*
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License version 2 as
> + * published by the Free Software Foundation.
> + */
No SPDX line or copyright here? You put it in the .h file :(
thanks,
greg k-h