From 2c8c3bc0882121ece239a15eddff4021e7eb4921 Mon Sep 17 00:00:00 2001 From: rezky_nightky Date: Fri, 9 Jan 2026 20:01:37 +0700 Subject: [PATCH 1/2] docs: fix typos in docs and scripts Author: rezky_nightky Repository: dkms Branch: pr/typos Signing: GPG (4B65AAC2) HashAlgo: BLAKE3 [ Block Metadata ] BlockHash: 7dce0c683212b3df750316981b765f6c6702bec453a49aeb903ac92ddab834c1 PrevHash: 9959f0b6d0f18f79266239652f31ec7090f8ed0a71d470edb4f4b87742266465 PatchHash: 6e3aa37e862def93929c93cd23b2fae1f1f5baa0cfc832511832b049dc93a22c FilesChanged: 4 Lines: +6 / -6 Timestamp: 2026-01-09T13:01:37Z Signature1: 78b0d7d7eff20d7f1bad57dbda888f273cdfe0b59184dd532fa4dc1bf468d2c8 Signature2: 119bed2f3262f99c2b5fcf224cd2040b644d09f273d40d4257a15dfaa9c2f533 --- README.md | 2 +- dkms.8.in | 2 +- dkms_common.postinst.in | 6 +++--- run_test.sh | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3b8b0a9b..bb333e8b 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ mok_signing_key="/var/lib/shim-signed/mok/MOK.priv" mok_certificate="/var/lib/shim-signed/mok/MOK.der" ``` -NOTE: If any of the files specified by `mok_signing_key` and `mok_certificate` are non-existant, DKMS will re-create both files. +NOTE: If any of the files specified by `mok_signing_key` and `mok_certificate` are non-existent, DKMS will re-create both files. The paths specified in `mok_signing_key`, `mok_certificate` and `sign_file` can use the variable `${kernelver}` to represent the target kernel version. diff --git a/dkms.8.in b/dkms.8.in index 2757c80e..45184fda 100644 --- a/dkms.8.in +++ b/dkms.8.in @@ -937,7 +937,7 @@ NOTE: If any of the files specified by .B mok_signing_key and .B mok_certificate -are non-existant, dkms will re-create both files. +are non-existent, dkms will re-create both files. .B mok_signing_key can also be a "pkcs11:..." string for PKCS#11 engine, as long as the diff --git a/dkms_common.postinst.in b/dkms_common.postinst.in index 10dd3920..ba968e0f 100644 --- a/dkms_common.postinst.in +++ b/dkms_common.postinst.in @@ -169,15 +169,15 @@ fi # On 1st installation, let us look for a directory # in $MODDIR which matches $(uname -r). If none -# is found it is possible that buildd is being used +# is found it is possible that a build daemon is being used # and that uname -r is giving us the name of the -# kernel used by the buildd machine. +# kernel used by the build daemon machine. # # If this is the case we try to build the kernel # module for each kernel which has a directory in # $MODDIR. Furthermore we will have to tell # DKMS which architecture it should build the module -# for (e.g. if the buildd machine is using a +# for (e.g. if the build daemon machine is using a # 2.6.24-23-xen 64bit kernel). # # NOTE: if the headers are not installed then the diff --git a/run_test.sh b/run_test.sh index a41201a6..85aa9976 100755 --- a/run_test.sh +++ b/run_test.sh @@ -307,7 +307,7 @@ remove_module_source_tree() { /usr/src/*) ;; *) - echo "Unsuported module source tree location '$p'" + echo "Unsupported module source tree location '$p'" exit 1 ;; esac From ab5c359189cd1d0cc3231d90a1e6b7b71f0785d4 Mon Sep 17 00:00:00 2001 From: rezky_nightky Date: Fri, 9 Jan 2026 20:50:30 +0700 Subject: [PATCH 2/2] docs: fix typos in dkms.in Author: rezky_nightky Repository: dkms Branch: pr/typos Signing: GPG (4B65AAC2) HashAlgo: BLAKE3 [ Block Metadata ] BlockHash: cb10edfbda0e4b27245e4baf087eb53a8dfbc25459cf9c5c14990f223f67bfbf PrevHash: 703d1c2e58a3d05a79107605d5d95db91f0ea94bd07cce01358ec34592898c54 PatchHash: 04863f0e5bcb7ce6f9ddafa046563a12020a6394c7b2c0a8d0aa9cb0de7d23b3 FilesChanged: 1 Lines: +4 / -4 Timestamp: 2026-01-09T13:50:30Z Signature1: c801265f027050c4f6d42f2d8087f575affc8a660d341e848879ec689529f3c7 Signature2: df0962a453d63fd7a4a57fb26610eca98bfaf4f7abffd667dc102dfb6fb72fab --- dkms.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dkms.in b/dkms.in index 79ad3d54..bca479d7 100644 --- a/dkms.in +++ b/dkms.in @@ -53,7 +53,7 @@ # 5: prepare_build(): Patch ... as specified in dkms.conf cannot be found in ... # 5: install: This module/version combo is already installed for kernel ... # 6: prepare_build(): Application of patch ... failed. -# 6: install: You cannot install a module onto a non-existant kernel. +# 6: install: You cannot install a module onto a non-existent kernel. # 6: install: Installation aborted. # 6: install: Install Failed (depmod problems). Module rolled back to built state. # 6: make_tarball(): Modules must already be in the built state before using mktarball. @@ -73,7 +73,7 @@ # 12: setup_kernels_arches(): Could not determine architecture. # 13: build: Aborting build of module ... for kernel ... due to missing BUILD_DEPENDS: ... # 14: kernel_preinst/prerm: dkms kernel_preinst/prerm for kernel ... failed for module(s) ... -# 15: gloabl: a call to cd failed +# 15: global: a call to cd failed # 16: setup_kernels_arches()/do_build()/do_install(): empty $kernelver or $arch # 21: prepare_kernel(): Your kernel headers for kernel ... cannot be found ... # 77: skipped due to BUILD_EXCLUSIVE @@ -1723,7 +1723,7 @@ do_install() # Make sure that kernel exists to install into [[ -e $install_tree/$kernelver ]] || die 6 \ "The directory $install_tree/$kernelver doesn't exist." \ - "You cannot install a module onto a non-existant kernel." + "You cannot install a module onto a non-existent kernel." # Read the conf file set_module_suffix "$kernelver" @@ -2557,7 +2557,7 @@ make_tarball() local -r binary_only_dir="$temp_dir_name/dkms_binaries_only" echo "" - echo "Creating tarball structure to specifically accomodate binaries." + echo "Creating tarball structure to specifically accommodate binaries." mkdir "$binary_only_dir" echo "$module" > "$binary_only_dir/PACKAGE_NAME"