summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2020-05-07 02:55:30 +0200
committerPiotr Gorski2020-05-07 02:55:30 +0200
commit2ec88d3d12523cd946b003836bcf4bc25ba384c7 (patch)
tree92c96903750f9dbe5635b518e740e6ba89b2b9fa
parent18bb1a46ef3b708fada83e2894e9281e55b48f42 (diff)
downloadaur-2ec88d3d12523cd946b003836bcf4bc25ba384c7.tar.gz
Smoothing
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37a6c2fd0474..7107f0eb7e58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -62,7 +62,7 @@ makedepends=('kmod' 'bc' 'libelf' 'python-sphinx' 'python-sphinx_rtd_theme'
#_lucjanpath="https://raw.githubusercontent.com/sirlucjan/kernel-patches/master/${_major}"
_lucjanpath="https://gitlab.com/sirlucjan/kernel-patches/raw/master/${_major}"
# Some patches for BFQ conflict with patches for BFQ-dev.
-# To use linux-bfq smoothly apply bfq-reverts before bfq-dev patch.
+# To use linux-bfq smoothly apply bfq-reverts before bfq-dev patch.
# Otherwise the kernel will not compile.
_bfq_rev_path="bfq-reverts-all-v2"
_bfq_rev_patch="0001-bfq-reverts.patch"