Re: Re: [PATCH V3 1/5] pvpanic: move pvpanic to misc as common driver

From: Andy Shevchenko
Date: Mon Oct 29 2018 - 07:38:08 EST


On Mon, Oct 29, 2018 at 12:43 PM <peng.hao2@xxxxxxxxxx> wrote:
>
> >On Mon, Oct 29, 2018 at 5:22 AM Peng Hao <peng.hao2@xxxxxxxxxx> wrote:
> >>
> >> move pvpanic.c from drivers/platform/x86 to drivers/misc.
> >> following patches will use pvpanic device in arm64.
> >>
> > Signed-off-by: Peng Hao <peng.hao2@xxxxxxxxxx>
> >> ---
> >> drivers/misc/Kconfig | 7 +++
> >> drivers/misc/Makefile | 1 +
> >> drivers/misc/pvpanic.c | 124 +++++++++++++++++++++++++++++++++++++++++
> >> drivers/platform/Kconfig | 3 +
> >> drivers/platform/Makefile | 1 +
> >> drivers/platform/x86/Kconfig | 8 ---
> >> drivers/platform/x86/Makefile | 1 -
> >> drivers/platform/x86/pvpanic.c | 124 -----------------------------------------
> >
> >As I mentioned you better to use -C -M.
> >This is currently a bit hard to review.
>
> sorry, I don't understand what "-C -M" means.
> I should have asked you when you first mention it.

git format-patch -C -M ...

--
With Best Regards,
Andy Shevchenko