[PATCH v5 0/5]fpga: fix for coding style and kernel-doc issues

Nava kishore Manne posted 5 patches 4 years ago
There is a newer version of this series
drivers/fpga/Makefile            |  6 +++---
drivers/fpga/fpga-mgr.c          |  8 ++++++--
drivers/fpga/fpga-region.c       |  7 ++++---
drivers/fpga/of-fpga-region.c    | 22 ++++++++++++----------
drivers/fpga/zynq-fpga.c         |  2 +-
include/linux/fpga/fpga-region.h |  7 ++++---
6 files changed, 30 insertions(+), 22 deletions(-)
[PATCH v5 0/5]fpga: fix for coding style and kernel-doc issues
Posted by Nava kishore Manne 4 years ago
This patch series fixes the coding style and kernel-doc issues
exists in the fpga framework, zynq and ZynqMP drivers.

Nava kishore Manne (5):
  fpga: zynq: Fix incorrect variable type
  fpga: fix for coding style issues
  fpga: fpga-mgr: fix kernel-doc warnings
  fpga: Use tab instead of space indentation
  fpga: fpga-region: fix kernel-doc formatting issues

 drivers/fpga/Makefile            |  6 +++---
 drivers/fpga/fpga-mgr.c          |  8 ++++++--
 drivers/fpga/fpga-region.c       |  7 ++++---
 drivers/fpga/of-fpga-region.c    | 22 ++++++++++++----------
 drivers/fpga/zynq-fpga.c         |  2 +-
 include/linux/fpga/fpga-region.h |  7 ++++---
 6 files changed, 30 insertions(+), 22 deletions(-)

-- 
2.25.1
Re: [PATCH v5 0/5]fpga: fix for coding style and kernel-doc issues
Posted by Moritz Fischer 4 years ago
On Thu, Apr 21, 2022 at 10:17:39AM +0530, Nava kishore Manne wrote:
> This patch series fixes the coding style and kernel-doc issues
> exists in the fpga framework, zynq and ZynqMP drivers.
> 
> Nava kishore Manne (5):
>   fpga: zynq: Fix incorrect variable type
>   fpga: fix for coding style issues
>   fpga: fpga-mgr: fix kernel-doc warnings
>   fpga: Use tab instead of space indentation
>   fpga: fpga-region: fix kernel-doc formatting issues
> 
>  drivers/fpga/Makefile            |  6 +++---
>  drivers/fpga/fpga-mgr.c          |  8 ++++++--
>  drivers/fpga/fpga-region.c       |  7 ++++---
>  drivers/fpga/of-fpga-region.c    | 22 ++++++++++++----------
>  drivers/fpga/zynq-fpga.c         |  2 +-
>  include/linux/fpga/fpga-region.h |  7 ++++---
>  6 files changed, 30 insertions(+), 22 deletions(-)
> 
> -- 
> 2.25.1
> 
I've applied patches 1-4 to for-next.

Patch 5 seems to not apply.

- Moritz
Re: [PATCH v5 0/5]fpga: fix for coding style and kernel-doc issues
Posted by Xu Yilun 4 years ago
On Thu, Apr 21, 2022 at 07:25:54AM -0700, Moritz Fischer wrote:
> On Thu, Apr 21, 2022 at 10:17:39AM +0530, Nava kishore Manne wrote:
> > This patch series fixes the coding style and kernel-doc issues
> > exists in the fpga framework, zynq and ZynqMP drivers.
> > 
> > Nava kishore Manne (5):
> >   fpga: zynq: Fix incorrect variable type
> >   fpga: fix for coding style issues
> >   fpga: fpga-mgr: fix kernel-doc warnings
> >   fpga: Use tab instead of space indentation
> >   fpga: fpga-region: fix kernel-doc formatting issues
> > 
> >  drivers/fpga/Makefile            |  6 +++---
> >  drivers/fpga/fpga-mgr.c          |  8 ++++++--
> >  drivers/fpga/fpga-region.c       |  7 ++++---
> >  drivers/fpga/of-fpga-region.c    | 22 ++++++++++++----------
> >  drivers/fpga/zynq-fpga.c         |  2 +-
> >  include/linux/fpga/fpga-region.h |  7 ++++---
> >  6 files changed, 30 insertions(+), 22 deletions(-)
> > 
> > -- 
> > 2.25.1
> > 
> I've applied patches 1-4 to for-next.
> 
> Patch 5 seems to not apply.

Hi Moritz:

Seems some patches still need rework, is it possible we drop them
and wait for next version?

Thanks,
Yilun

> 
> - Moritz