[Pkg-zfsonlinux-devel] [PATCH] Remove stray trailing spaces

Richard Laager rlaager at wiktel.com
Sun Sep 15 07:14:29 UTC 2013


---
 debian/README.Source                               |    4 ++--
 debian/control.modules.in                          |    2 +-
 debian/po/fr.po                                    |    2 +-
 .../usr/share/initramfs-tools/scripts/zfs          |    4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/README.Source b/debian/README.Source
index fa9e3c2..4ab47e8 100644
--- a/debian/README.Source
+++ b/debian/README.Source
@@ -3,7 +3,7 @@ zfs-linux for Debian
 Using DKMS is the recommended way of installing this kernel
 module, however if you do have the need of building deb/udeb
 packages containing the binary kernel module, here is the way.
-Be careful when proceed with this way, as your attention is 
+Be careful when proceed with this way, as your attention is
 required when kernel ABI get changed on target system that this
 module needs to be rebuilt and it needs to replace the originally
 installed package with this newly built one on target system.
@@ -11,7 +11,7 @@ installed package with this newly built one on target system.
 You may first install all required build dependency on a machine
 that runs the very same kernel as on your target system, then
 execute following command at the top level directory of the
-decompressed debian source package. Do not install the generated 
+decompressed debian source package. Do not install the generated
 package with kernels that have different configuration, which is
 not supported and likely to break things.
 
diff --git a/debian/control.modules.in b/debian/control.modules.in
index 2f4d015..de0d0dc 100644
--- a/debian/control.modules.in
+++ b/debian/control.modules.in
@@ -32,7 +32,7 @@ Description: Native ZFS filesystem kernel modules for Linux (kernel _KVERS_)
  .
  If you have compiled your own kernel, you will most likely need to build
  your own zfs-modules. The zfs-source package has been
- provided for use with the Debian kernel-package utility to produce a 
+ provided for use with the Debian kernel-package utility to produce a
  version of zfs-module for your kernel.
 
 Package: zfs-modules-_KVERS_-di
diff --git a/debian/po/fr.po b/debian/po/fr.po
index d55c3e4..c38a027 100644
--- a/debian/po/fr.po
+++ b/debian/po/fr.po
@@ -1,4 +1,4 @@
-# Translation of zfs-linux debconf templates to French. 
+# Translation of zfs-linux debconf templates to French.
 # Copyright (C) 2013, French l10n team <debian-l10n-french at lists.debian.org>
 # This file is distributed under the same license as the zfs-linux package.
 # Julien Patriarca <leatherface at debian.org>, 2013.
diff --git a/debian/tree/zfs-initramfs/usr/share/initramfs-tools/scripts/zfs b/debian/tree/zfs-initramfs/usr/share/initramfs-tools/scripts/zfs
index de3bad6..6348444 100644
--- a/debian/tree/zfs-initramfs/usr/share/initramfs-tools/scripts/zfs
+++ b/debian/tree/zfs-initramfs/usr/share/initramfs-tools/scripts/zfs
@@ -156,7 +156,7 @@ mountroot()
 		echo ""
 		echo "Manually mount the root filesystem on $rootmnt and then exit."
 		echo "Hint: Try:  mount -t zfs -o zfsutil $ZFS_RPOOL/ROOT/system $rootmnt"
-		/bin/sh	
+		/bin/sh
 	fi
 
 	# Force the mountpoint to the only correct value for a root filesystem.
@@ -227,7 +227,7 @@ mountroot()
 		echo "Error: $ZFS_ERROR"
 		echo ""
 		echo "Manually mount the root filesystem on $rootmnt and then exit."
-		/bin/sh	
+		/bin/sh
 	fi
 
 	[ "$quiet" != "y" ] && log_begin_msg "Running /scripts/local-bottom"
-- 
1.7.9.5




More information about the Pkg-zfsonlinux-devel mailing list