From 9cf7628a179d6ac9a8d62d3fceeb6c65098655c2 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 6ef07b1b7f8..e4c77ca2445 100644 --- a/device/testing/device-samsung-zeroltexx/APKBUILD +++ b/device/testing/device-samsung-zeroltexx/APKBUILD @@ -25,7 +25,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