Hi Bjorn, On Wed, 5 Sep 2018 12:25:29 -0500 <helgaas@xxxxxxxxxx> wrote: > Follow capitalization conventions for subject. > > On Wed, Sep 05, 2018 at 11:32:11AM +0900, Kunihiko Hayashi wrote: > > This introduces specific glue layer for UniPhier platform to support > > PCIe host controller that is based on the Designware PCIe Core, and > > this driver supports Root Complex (host) mode. > > s/Designware/DesignWare/ > s/Core/core/ I'll fix them like [1/2]. > > > diff --git a/drivers/pci/controller/dwc/pcie-uniphier.c b/drivers/pci/controller/dwc/pcie-uniphier.c > > new file mode 100644 > > index 0000000..13ce02e > > --- /dev/null > > +++ b/drivers/pci/controller/dwc/pcie-uniphier.c > > @@ -0,0 +1,464 @@ > > +// SPDX-License-Identifier: GPL-2.0 > > +// > > +// PCI-express host controller driver for UniPhier SoCs > > +// Copyright 2018 Socionext Inc. > > +// Author: Kunihiko Hayashi <hayashi.kunihiko@xxxxxxxxxxxxx> > > Use /* ... */ comments except for the SPDX line. Okay, although I wondered which way to put, I'll replace the header next. Thank you, --- Best Regards, Kunihiko Hayashi