[PATCH v2 3/3] hwmon: (nct7904) Fix UNSPECIFIED_INT warning

2018-06-13 Thread Jakob Albert
Fix UNSPECIFIED_INT warning reported by checkpatch.pl Signed-off-by: Lorenz Kaestle Signed-off-by: Jakob Albert --- v1->v2: Changed patch subject and description drivers/hwmon/nct7904.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/hwmon/nct7904.

[PATCH v2 2/3] hwmon: (nct7904) Fix CODE_INDENT error

2018-06-13 Thread Jakob Albert
Fix CODE_INDENT error reported by checkpatch.pl Signed-off-by: Lorenz Kaestle Signed-off-by: Jakob Albert --- v1->v2: Changed patch subject and description drivers/hwmon/nct7904.c | 48 1 file changed, 24 insertions(+), 24 deletions(-) d

[PATCH v2 1/3] hwmon: (nct7904) Fix SPACING errors

2018-06-13 Thread Jakob Albert
Fix SPACING errors reported by checkpatch.pl Signed-off-by: Lorenz Kaestle Signed-off-by: Jakob Albert --- v1->v2: Changed patch subject and description drivers/hwmon/nct7904.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/hwmon/nct7904.c b/driv

[PATCH v2 0/3] hwmon: (nct7904) Fix style issues

2018-06-13 Thread Jakob Albert
This set of patches fixes style errors reported by checkpatch.pl. This adapts the code to the coding style. Changes since v1: * Changed patch subjects and descriptions Jakob Albert (3): hwmon: (nct7904) Fix SPACING errors hwmon: (nct7904) Fix CODE_INDENT error hwmon: (nct7904) Fix

[PATCH 1/3] staging: hwmon: Fix SPACING errors

2018-06-12 Thread Jakob Albert
Fix SPACING errors in drivers/hwmon/nct7904.c reported by checkpatch.pl Signed-off-by: Lorenz Kaestle Signed-off-by: Jakob Albert --- drivers/hwmon/nct7904.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/hwmon/nct7904.c b/drivers/hwmon/nct7904.c index

[PATCH 3/3] staging: hwmon: Fix UNSPECIFIED_INT warning

2018-06-12 Thread Jakob Albert
Fix UNSPECIFIED_INT warning in drivers/hwmon/nct7904.c reported by checkpatch.pl Signed-off-by: Lorenz Kaestle Signed-off-by: Jakob Albert --- drivers/hwmon/nct7904.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/hwmon/nct7904.c b/drivers/hwmon/nct7904.c

[PATCH 0/3] staging: hwmon: Fix style issues

2018-06-12 Thread Jakob Albert
This set of patches fixes style errors in drivers/hwmon/nct7904.c reported by checkpatch.pl. This adapts the code to the coding style. Jakob Albert (3): staging: hwmon: Fix SPACING errors staging: hwmon: Fix CODE_INDENT error staging: hwmon: Fix UNSPECIFIED_INT warning drivers/hwmon

[PATCH 2/3] staging: hwmon: Fix CODE_INDENT error

2018-06-12 Thread Jakob Albert
Fix CODE_INDENT error in drivers/hwmon/nct7904.c reported by checkpatch.pl Signed-off-by: Lorenz Kaestle Signed-off-by: Jakob Albert --- drivers/hwmon/nct7904.c | 48 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/drivers/hwmon