]> www.infradead.org Git - users/dwmw2/linux.git/commit
gpiolib: fix debugfs dangling chip separator
authorJohan Hovold <johan+linaro@kernel.org>
Mon, 28 Oct 2024 12:49:59 +0000 (13:49 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 31 Oct 2024 18:14:17 +0000 (19:14 +0100)
commit604888f8c3d01fddd9366161efc65cb3182831f1
tree53c1fae91986c483d9c2956b3480d72a5b880c9b
parent3e8b7238b427e05498034c240451af5f5495afda
gpiolib: fix debugfs dangling chip separator

Add the missing newline after entries for recently removed gpio chips
so that the chip sections are separated by a newline as intended.

Fixes: e348544f7994 ("gpio: protect the list of GPIO devices with SRCU")
Cc: stable@vger.kernel.org # 6.9
Cc: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20241028125000.24051-3-johan+linaro@kernel.org
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpiolib.c