From: Mario Limonciello Date: Fri, 22 Jul 2022 22:08:09 +0000 (-0500) Subject: pinctrl: amd: Fix newline declaration in debugfs output X-Git-Tag: v6.1-rc5~633^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc24b7530dff6d2c1f92ba75e10f335eebc48ccc;p=platform%2Fkernel%2Flinux-starfive.git pinctrl: amd: Fix newline declaration in debugfs output Currently the debugfs output for pinctrl-amd puts the first line combined with "GPIO bank". This makes it a little harder to process as the file needs to be manually corrected for the mistake. Change this to be a new line character instead. Signed-off-by: Mario Limonciello Link: https://lore.kernel.org/r/20220722220810.28894-1-mario.limonciello@amd.com Signed-off-by: Linus Walleij --- diff --git a/drivers/pinctrl/pinctrl-amd.c b/drivers/pinctrl/pinctrl-amd.c index 52a90b2..0058bcb 100644 --- a/drivers/pinctrl/pinctrl-amd.c +++ b/drivers/pinctrl/pinctrl-amd.c @@ -223,7 +223,7 @@ static void amd_gpio_dbg_show(struct seq_file *s, struct gpio_chip *gc) char *debounce_enable; for (bank = 0; bank < gpio_dev->hwbank_num; bank++) { - seq_printf(s, "GPIO bank%d\t", bank); + seq_printf(s, "GPIO bank%d\n", bank); switch (bank) { case 0: