summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2024-07-23 01:28:29 +0200
committerTom Rini <trini@konsulko.com>2024-07-29 15:01:04 -0600
commit69cfc6a9be800b99338fcbc2543565cc278e92cc (patch)
treeeae7d1141e15d665b6972b041909155418535a69 /include
parenta1fda2577b42e90130d2ba6b99d297f198cdfaa1 (diff)
include: power: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'include')
-rw-r--r--include/power/max17042_fg.h1
-rw-r--r--include/power/tps65910.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/power/max17042_fg.h b/include/power/max17042_fg.h
index ec8377d3707..e417012459d 100644
--- a/include/power/max17042_fg.h
+++ b/include/power/max17042_fg.h
@@ -43,7 +43,6 @@ enum {
#define RCOMP0 0x0060
#define TempCo 0x1015
-
#define MAX17042_POR (1 << 1)
#define MODEL_UNLOCK1 0x0059
diff --git a/include/power/tps65910.h b/include/power/tps65910.h
index ccc759acf66..645eabc2c4b 100644
--- a/include/power/tps65910.h
+++ b/include/power/tps65910.h
@@ -51,7 +51,6 @@ enum {
#define TPS65910_REG_ST_OFF_1 (0x2)
#define TPS65910_REG_ST_ON_LOW_POW (0x3)
-
/* VDD2 & VDD1 voltage selection register. (VDD2_OP_REG & VDD1_OP_REG) */
#define TPS65910_OP_REG_SEL (0x7F)