[oe-commits] Darren Hart : mkefidisk: Cleanup comment length

git at git.openembedded.org git at git.openembedded.org
Fri Mar 22 17:05:37 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 1fbab279edd0057193900646cf9f66323698e774
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1fbab279edd0057193900646cf9f66323698e774

Author: Darren Hart <dvhart at linux.intel.com>
Date:   Tue Mar 19 15:15:01 2013 -0700

mkefidisk: Cleanup comment length

Keep comments under 80 characters in length.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
Cc: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 scripts/contrib/mkefidisk.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/contrib/mkefidisk.sh b/scripts/contrib/mkefidisk.sh
index 40203ee..c68c224 100755
--- a/scripts/contrib/mkefidisk.sh
+++ b/scripts/contrib/mkefidisk.sh
@@ -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
 





More information about the Openembedded-commits mailing list