]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
mkinitrd-dracut.sh: removed trailing space in comment
authorHarald Hoyer <harald@redhat.com>
Mon, 7 Oct 2013 13:18:08 +0000 (15:18 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 7 Oct 2013 15:25:58 +0000 (17:25 +0200)
mkinitrd-dracut.sh

index 0d9d9ebc9ad7e57caca4e056b6aea8d890aa4b1c..da34e34f32c0fb92e6fc202c5ad3f6a208f91bdf 100755 (executable)
@@ -73,7 +73,7 @@ default_kernel_images() {
             ;;
     esac
 
-    # user mode linux                                                              
+    # user mode linux
     if grep -q UML /proc/cpuinfo; then
             regex='linux'
     fi