guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Fix typo in kernel configs.


From: guix-commits
Subject: branch master updated: gnu: Fix typo in kernel configs.
Date: Tue, 11 Jan 2022 15:48:09 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 82d5c540b0 gnu: Fix typo in kernel configs.
82d5c540b0 is described below

commit 82d5c540b05b75491ba2cc1ec148ae07b3be0265
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Jan 11 15:44:52 2022 -0500

    gnu: Fix typo in kernel configs.
    
    This option defaults to "N", so this fix does not change the effective
    kernel configuration.
    
    * gnu/packages/aux-files/linux-libre/5.15-i686.conf,
    nu/packages/aux-files/linux-libre/5.15-x86_64.conf: Replace "unset" with 
"not
    set".
---
 gnu/packages/aux-files/linux-libre/5.15-i686.conf   | 2 +-
 gnu/packages/aux-files/linux-libre/5.15-x86_64.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/aux-files/linux-libre/5.15-i686.conf 
b/gnu/packages/aux-files/linux-libre/5.15-i686.conf
index 5e20801f5e..784b3a1ae4 100644
--- a/gnu/packages/aux-files/linux-libre/5.15-i686.conf
+++ b/gnu/packages/aux-files/linux-libre/5.15-i686.conf
@@ -6602,7 +6602,7 @@ CONFIG_DRM_ANALOGIX_DP=m
 CONFIG_DRM_BOCHS=m
 CONFIG_DRM_CIRRUS_QEMU=m
 CONFIG_DRM_GM12U320=m
-# CONFIG_DRM_SIMPLEDRM is unset
+# CONFIG_DRM_SIMPLEDRM is not set
 CONFIG_TINYDRM_HX8357D=m
 CONFIG_TINYDRM_ILI9225=m
 CONFIG_TINYDRM_ILI9341=m
diff --git a/gnu/packages/aux-files/linux-libre/5.15-x86_64.conf 
b/gnu/packages/aux-files/linux-libre/5.15-x86_64.conf
index e93c0aa82c..8584a2d2af 100644
--- a/gnu/packages/aux-files/linux-libre/5.15-x86_64.conf
+++ b/gnu/packages/aux-files/linux-libre/5.15-x86_64.conf
@@ -6565,7 +6565,7 @@ CONFIG_DRM_ANALOGIX_DP=m
 CONFIG_DRM_BOCHS=m
 CONFIG_DRM_CIRRUS_QEMU=m
 CONFIG_DRM_GM12U320=m
-# CONFIG_DRM_SIMPLEDRM is unset
+# CONFIG_DRM_SIMPLEDRM is not set
 CONFIG_TINYDRM_HX8357D=m
 CONFIG_TINYDRM_ILI9225=m
 CONFIG_TINYDRM_ILI9341=m



reply via email to

[Prev in Thread] Current Thread [Next in Thread]