guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: u-boot, u-boot-am335x-boneblack, u-boot-nove


From: guix-commits
Subject: branch master updated: gnu: u-boot, u-boot-am335x-boneblack, u-boot-novena: Fix lint warnings.
Date: Sun, 14 Nov 2021 16:51:12 -0500

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

vagrantc pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2ebcc53  gnu: u-boot, u-boot-am335x-boneblack, u-boot-novena: Fix lint 
warnings.
2ebcc53 is described below

commit 2ebcc5387bac6fcf25272d0b9f0c5ac4cb1f1d24
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Sun Nov 14 13:11:18 2021 -0800

    gnu: u-boot, u-boot-am335x-boneblack, u-boot-novena: Fix lint warnings.
    
    * gnu/packages/bootloaders.scm (u-boot)[description]: Add second space after
      sentence.
      (u-boot-am335x-boneblack)[description]: Likewise.
      (u-boot-novena)[description]: Likewise.
---
 gnu/packages/bootloaders.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 706ddf0..0108494 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -535,7 +535,7 @@ tree binary files.  These are board description files used 
by Linux and BSD.")
     (build-system  gnu-build-system)
     (home-page "https://www.denx.de/wiki/U-Boot/";)
     (synopsis "ARM bootloader")
-    (description "U-Boot is a bootloader used mostly for ARM boards. It
+    (description "U-Boot is a bootloader used mostly for ARM boards.  It
 also initializes the boards (RAM etc).")
     (license license:gpl2+)))
 
@@ -734,7 +734,7 @@ board-independent tools.")))
     (package
       (inherit base)
       (name "u-boot-am335x-boneblack")
-      (description "U-Boot is a bootloader used mostly for ARM boards. It
+      (description "U-Boot is a bootloader used mostly for ARM boards.  It
 also initializes the boards (RAM etc).
 
 This U-Boot is built for the BeagleBone Black, which was removed upstream,
@@ -854,7 +854,7 @@ device while it's being turned on (and a while longer).")
   (let ((base (make-u-boot-package "novena" "arm-linux-gnueabihf")))
     (package
       (inherit base)
-      (description "U-Boot is a bootloader used mostly for ARM boards. It
+      (description "U-Boot is a bootloader used mostly for ARM boards.  It
 also initializes the boards (RAM etc).
 
 This U-Boot is built for Novena.  Be advised that this version, contrary



reply via email to

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