[PATCH 00/16] staging: gpib: fixes multiline comments style

Paul Retourné posted 16 patches 10 months ago
.../gpib/agilent_82357a/agilent_82357a.c      |  14 +-
drivers/staging/gpib/cb7210/cb7210.c          |   9 +-
drivers/staging/gpib/cb7210/cb7210.h          |  14 +-
drivers/staging/gpib/common/gpib_os.c         |  47 ++++---
drivers/staging/gpib/common/iblib.c           |  19 ++-
drivers/staging/gpib/eastwood/fluke_gpib.c    |  51 +++++---
drivers/staging/gpib/eastwood/fluke_gpib.h    |  17 ++-
drivers/staging/gpib/fmh_gpib/fmh_gpib.c      |  66 ++++++----
drivers/staging/gpib/gpio/gpib_bitbang.c      |   6 +-
drivers/staging/gpib/hp_82335/hp82335.c       |   5 +-
drivers/staging/gpib/hp_82341/hp_82341.c      |  11 +-
drivers/staging/gpib/include/gpib_types.h     |  81 ++++++++----
.../staging/gpib/include/nec7210_registers.h  |   3 +-
drivers/staging/gpib/include/tms9914.h        |   6 +-
drivers/staging/gpib/ines/ines_gpib.c         |  86 ++++++------
.../gpib/lpvo_usb_gpib/lpvo_usb_gpib.c        | 123 +++++++++---------
drivers/staging/gpib/nec7210/nec7210.c        |  23 ++--
drivers/staging/gpib/ni_usb/ni_usb_gpib.c     |  40 ++++--
drivers/staging/gpib/ni_usb/ni_usb_gpib.h     |  32 +++--
drivers/staging/gpib/pc2/pc2_gpib.c           |   5 +-
drivers/staging/gpib/tms9914/tms9914.c        |   9 +-
drivers/staging/gpib/tnt4882/tnt4882_gpib.c   |  32 +++--
22 files changed, 421 insertions(+), 278 deletions(-)
[PATCH 00/16] staging: gpib: fixes multiline comments style
Posted by Paul Retourné 10 months ago
Fixes the style of multiline comments to comply with the linux kernel
coding style as requested in the gpib TODO file.

Paul Retourné (16):
  staging: gpib: agilent_82357a: fixes multiline comments style
  staging: gpib: cb7210: fixes multiline comments style
  staging: gpib: common: fixes multiline comments style
  staging: gpib: eastwood: fixes multiline comments style
  staging: gpib: fmh_gpib: fixes multiline comments style
  staging: gpib: gpio: fixes multiline comments style
  staging: gpib: hp_82335: fixes multiline comments style
  staging: gpib: hp_82341: fixes multiline comments style
  staging: gpib: include: fixes multiline comments style
  staging: gpib: ines: fixes multiline comments style
  staging: gpib: lpvo_usb_gpib: fixes multiline comments style
  staging: gpib: nec7210: fixes multiline comments style
  staging: gpib: ni_usb: fixes multiline comments style
  staging: gpib: pc2: fixes multiline comments style
  staging: gpib: tms9914: fixes multiline comments style
  staging: gpib: tnt4882: fixes multiline comments style

 .../gpib/agilent_82357a/agilent_82357a.c      |  14 +-
 drivers/staging/gpib/cb7210/cb7210.c          |   9 +-
 drivers/staging/gpib/cb7210/cb7210.h          |  14 +-
 drivers/staging/gpib/common/gpib_os.c         |  47 ++++---
 drivers/staging/gpib/common/iblib.c           |  19 ++-
 drivers/staging/gpib/eastwood/fluke_gpib.c    |  51 +++++---
 drivers/staging/gpib/eastwood/fluke_gpib.h    |  17 ++-
 drivers/staging/gpib/fmh_gpib/fmh_gpib.c      |  66 ++++++----
 drivers/staging/gpib/gpio/gpib_bitbang.c      |   6 +-
 drivers/staging/gpib/hp_82335/hp82335.c       |   5 +-
 drivers/staging/gpib/hp_82341/hp_82341.c      |  11 +-
 drivers/staging/gpib/include/gpib_types.h     |  81 ++++++++----
 .../staging/gpib/include/nec7210_registers.h  |   3 +-
 drivers/staging/gpib/include/tms9914.h        |   6 +-
 drivers/staging/gpib/ines/ines_gpib.c         |  86 ++++++------
 .../gpib/lpvo_usb_gpib/lpvo_usb_gpib.c        | 123 +++++++++---------
 drivers/staging/gpib/nec7210/nec7210.c        |  23 ++--
 drivers/staging/gpib/ni_usb/ni_usb_gpib.c     |  40 ++++--
 drivers/staging/gpib/ni_usb/ni_usb_gpib.h     |  32 +++--
 drivers/staging/gpib/pc2/pc2_gpib.c           |   5 +-
 drivers/staging/gpib/tms9914/tms9914.c        |   9 +-
 drivers/staging/gpib/tnt4882/tnt4882_gpib.c   |  32 +++--
 22 files changed, 421 insertions(+), 278 deletions(-)

-- 
2.49.0

Re: [PATCH 00/16] staging: gpib: fixes multiline comments style
Posted by Greg KH 9 months, 3 weeks ago
On Fri, Apr 11, 2025 at 11:21:52PM -0700, Paul Retourné wrote:
> Fixes the style of multiline comments to comply with the linux kernel
> coding style as requested in the gpib TODO file.
> 
> Paul Retourné (16):
>   staging: gpib: agilent_82357a: fixes multiline comments style
>   staging: gpib: cb7210: fixes multiline comments style
>   staging: gpib: common: fixes multiline comments style
>   staging: gpib: eastwood: fixes multiline comments style
>   staging: gpib: fmh_gpib: fixes multiline comments style
>   staging: gpib: gpio: fixes multiline comments style
>   staging: gpib: hp_82335: fixes multiline comments style
>   staging: gpib: hp_82341: fixes multiline comments style
>   staging: gpib: include: fixes multiline comments style
>   staging: gpib: ines: fixes multiline comments style
>   staging: gpib: lpvo_usb_gpib: fixes multiline comments style
>   staging: gpib: nec7210: fixes multiline comments style
>   staging: gpib: ni_usb: fixes multiline comments style
>   staging: gpib: pc2: fixes multiline comments style
>   staging: gpib: tms9914: fixes multiline comments style
>   staging: gpib: tnt4882: fixes multiline comments style

One of these did not apply to my tree, can you rebase and resend the
remaining one?

thanks,

greg k-h
Re: [PATCH 00/16] staging: gpib: fixes multiline comments style
Posted by Paul Retourne 9 months, 3 weeks ago
On 4/15/25 07:50, Greg KH wrote:
> On Fri, Apr 11, 2025 at 11:21:52PM -0700, Paul Retourné wrote:
>> Fixes the style of multiline comments to comply with the linux kernel
>> coding style as requested in the gpib TODO file.
>>
>> Paul Retourné (16):
>>    staging: gpib: agilent_82357a: fixes multiline comments style
>>    staging: gpib: cb7210: fixes multiline comments style
>>    staging: gpib: common: fixes multiline comments style
>>    staging: gpib: eastwood: fixes multiline comments style
>>    staging: gpib: fmh_gpib: fixes multiline comments style
>>    staging: gpib: gpio: fixes multiline comments style
>>    staging: gpib: hp_82335: fixes multiline comments style
>>    staging: gpib: hp_82341: fixes multiline comments style
>>    staging: gpib: include: fixes multiline comments style
>>    staging: gpib: ines: fixes multiline comments style
>>    staging: gpib: lpvo_usb_gpib: fixes multiline comments style
>>    staging: gpib: nec7210: fixes multiline comments style
>>    staging: gpib: ni_usb: fixes multiline comments style
>>    staging: gpib: pc2: fixes multiline comments style
>>    staging: gpib: tms9914: fixes multiline comments style
>>    staging: gpib: tnt4882: fixes multiline comments style
> One of these did not apply to my tree, can you rebase and resend the
> remaining one?
>
> thanks,
>
> greg k-h

Will do, thank you for looking at it,

Paul Retourné