summaryrefslogtreecommitdiffstats
path: root/Documentation/RFC
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-10-12 09:22:48 +0200
committerFelix Singer <felixsinger@posteo.net>2022-10-13 08:01:01 +0000
commite0adb0bd80a9b742132576f8f91e2b3f951038b6 (patch)
treea46880f933ffeb73d4bbeae67ab88e29037d2df3 /Documentation/RFC
parentbf541422e9ed40ad0903f8e4a46c0f00d3f141a6 (diff)
downloadcoreboot-e0adb0bd80a9b742132576f8f91e2b3f951038b6.tar.gz
coreboot-e0adb0bd80a9b742132576f8f91e2b3f951038b6.tar.bz2
coreboot-e0adb0bd80a9b742132576f8f91e2b3f951038b6.zip
Documentation: Get rid of trailing whitespaces
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: I698a9501fd3d47e1e5793df32ae1e4118dfd95f6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68328 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'Documentation/RFC')
-rw-r--r--Documentation/RFC/intel-gpio-cleanup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RFC/intel-gpio-cleanup.md b/Documentation/RFC/intel-gpio-cleanup.md
index 130132b56f3c..b509fddcd09d 100644
--- a/Documentation/RFC/intel-gpio-cleanup.md
+++ b/Documentation/RFC/intel-gpio-cleanup.md
@@ -51,7 +51,7 @@ index 28e78fb366..0cce41b316 100644
@@ -303,10 +303,10 @@ static void gpio_configure_pad(const struct pad_config *cfg)
/* Patch GPIO settings for SoC specifically */
soc_pad_conf = soc_gpio_pad_config_fixup(cfg, i, soc_pad_conf);
-
+
- if (CONFIG(DEBUG_GPIO))
+ if (soc_pad_conf != pad_conf)
printk(BIOS_DEBUG,