From fcb7700c8131789c51e6b63a8abf85c1cb664301 Mon Sep 17 00:00:00 2001 From: st s <s-gitlab@hilft.net> Date: Sun, 11 Apr 2021 13:40:32 +0200 Subject: [PATCH] samsung-zeroltexx: remove trailing whitespace in comment line (to make lint happy) --- device/testing/device-samsung-zeroltexx/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/testing/device-samsung-zeroltexx/APKBUILD b/device/testing/device-samsung-zeroltexx/APKBUILD index 300427a2c2f..f9646905f92 100644 --- a/device/testing/device-samsung-zeroltexx/APKBUILD +++ b/device/testing/device-samsung-zeroltexx/APKBUILD @@ -24,7 +24,7 @@ build() { package() { devicepkg_package $startdir $pkgname -# Disable v4l udev rules (which whould otherwise crash the kernel when v4l_id probes some of the device nodes of the +# Disable v4l udev rules (which whould otherwise crash the kernel when v4l_id probes some of the device nodes of the # FIMC-IS driver. This patch was taken from here: https://gitlab.com/postmarketOS/pmaports/-/merge_requests/1160 install -Dm644 "$srcdir"/60-persistent-v4l.rules \ "$pkgdir"/etc/udev/rules.d/60-persistent-v4l.rules -- GitLab