]> code.ossystems Code Review - openembedded-core.git/commitdiff
mkefidisk: Cleanup comment length
authorDarren Hart <dvhart@linux.intel.com>
Tue, 19 Mar 2013 22:15:01 +0000 (15:15 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Mar 2013 16:51:25 +0000 (16:51 +0000)
Keep comments under 80 characters in length.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/contrib/mkefidisk.sh

index 40203ee9ccc557e44a017599fa2628b94d9bf246..c68c2249f3e9edb932c0994e3e1fd78dd9886904 100755 (executable)
@@ -166,8 +166,8 @@ parted $DEVICE mklabel gpt
 echo "Creating boot partition on $BOOTFS"
 parted $DEVICE mkpart primary 0% $BOOT_SIZE
 
-# GPT doesn't have a real boot flag, parted will change the GUID to EFI System Partition, 
-# which is what we want
+# GPT doesn't have a real boot flag, parted will change the GUID to EFI System
+# Partition, which is what we want
 echo "Enabling boot flag on $BOOTFS"
 parted $DEVICE set 1 boot on