aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/gpio.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-08-25 21:11:45 +0200
committerMartin Roth <martinroth@google.com>2016-08-28 18:25:14 +0200
commit03b040b95f1a16d07b98e15c1aeef77ec7a4eca9 (patch)
treefbe6bc4cb000f74309b5012499ad62d86a4c9f26 /src/soc/intel/apollolake/gpio.c
parenteb131f30a3c1bf56d24b1bea2bc2a77d458843ff (diff)
src/soc: Remove unnecessary whitespace before "\n" and "\t"
Change-Id: I89bc8b26f2dba4770aea14b8bbc7e657355e8c59 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16325 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/intel/apollolake/gpio.c')
-rw-r--r--src/soc/intel/apollolake/gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/apollolake/gpio.c b/src/soc/intel/apollolake/gpio.c
index a2ac0915ed..1073e169d2 100644
--- a/src/soc/intel/apollolake/gpio.c
+++ b/src/soc/intel/apollolake/gpio.c
@@ -281,7 +281,7 @@ static void print_gpi_status(const struct gpi_status *sts)
abs_bit = bit_set;
abs_bit += group * GPIO_MAX_NUM_PER_GROUP;
- printk(BIOS_DEBUG, "%s %d \n",comm->grp_name,
+ printk(BIOS_DEBUG, "%s %d\n",comm->grp_name,
abs_bit);
}
}