[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190123063740.GA26046@kroah.com>
Date: Wed, 23 Jan 2019 07:37:40 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Peng Hao <peng.hao2@....com.cn>
Cc: arnd@...db.de, andy.shevchenko@...il.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH V2 1/6] misc/pvpanic: preparing for pvpanic driver
framework
On Wed, Jan 23, 2019 at 07:37:52PM +0800, Peng Hao wrote:
> Preparing for pvpanic driver framework. Create a pvpanic driver
> directory and move current driver file to new directory.
>
> Signed-off-by: Peng Hao <peng.hao2@....com.cn>
> ---
> drivers/misc/Kconfig | 9 +--------
> drivers/misc/Makefile | 2 +-
> drivers/misc/pvpanic/Kconfig | 7 +++++++
> drivers/misc/pvpanic/Makefile | 5 +++++
> drivers/misc/{ => pvpanic}/pvpanic.c | 0
> 5 files changed, 14 insertions(+), 9 deletions(-)
> create mode 100644 drivers/misc/pvpanic/Kconfig
> create mode 100644 drivers/misc/pvpanic/Makefile
> rename drivers/misc/{ => pvpanic}/pvpanic.c (100%)
In none of these patches do you say what changed from v1 :(
Please fix up as the documentation says to, and resend as v3.
thanks,
greg k-h
Powered by blists - more mailing lists