mbox series

[0/7] hwmon: adm1029: Fix most style problem

Message ID 20190118140329.18970-1-clabbe.montjoie@gmail.com
Headers show
Series hwmon: adm1029: Fix most style problem | expand

Message

Corentin Labbe Jan. 18, 2019, 2:03 p.m. UTC
Hello

Thirteen years later, coding style have change a bit.
This patch series fixes the gap.

This patch serie was tested on my precious so rare real hardware.

Regards

Corentin Labbe (7):
  hwmon: adm1029: Remove write to FFF paragraph
  hwmon: adm1029: Add SPDX header
  hwmon: adm1029: replace S_IXXX macros by their numeric values
  hwmon: adm1029: Add blank line after declarations
  hwmon: adm1029: Fix Logical continuations should be on the previous
    line checkpatch warning
  hwmon: adm1029: Fix function alignment
  hwmon: adm1029: Add a comment for locking mutex

 drivers/hwmon/adm1029.c | 67 +++++++++++++++++++----------------------
 1 file changed, 31 insertions(+), 36 deletions(-)

-- 
2.19.2

Comments

Guenter Roeck Jan. 18, 2019, 2:20 p.m. UTC | #1
On Fri, Jan 18, 2019 at 03:03:22PM +0100, Corentin Labbe wrote:
> Hello

> 

> Thirteen years later, coding style have change a bit.

> This patch series fixes the gap.

> 

> This patch serie was tested on my precious so rare real hardware.

> 

Series applied to hwmon-next.

Thanks,
Guenter

> Regards

> 

> Corentin Labbe (7):

>   hwmon: adm1029: Remove write to FFF paragraph

>   hwmon: adm1029: Add SPDX header

>   hwmon: adm1029: replace S_IXXX macros by their numeric values

>   hwmon: adm1029: Add blank line after declarations

>   hwmon: adm1029: Fix Logical continuations should be on the previous

>     line checkpatch warning

>   hwmon: adm1029: Fix function alignment

>   hwmon: adm1029: Add a comment for locking mutex

> 

>  drivers/hwmon/adm1029.c | 67 +++++++++++++++++++----------------------

>  1 file changed, 31 insertions(+), 36 deletions(-)

> 

> -- 

> 2.19.2

>