[PATCH 3/7] fdisk: remove useless comments

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

 



From: Davidlohr Bueso <dave@xxxxxxx>

Signed-off-by: Davidlohr Bueso <dave@xxxxxxx>
---
 fdisk/fdisk.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fdisk/fdisk.c b/fdisk/fdisk.c
index b304fe3..3e15b6b 100644
--- a/fdisk/fdisk.c
+++ b/fdisk/fdisk.c
@@ -1887,7 +1887,7 @@ expert_command_prompt(struct fdisk_context *cxt)
 			verify();
 			break;
 		case 'w':
-			write_table(cxt); 	/* does not return */
+			write_table(cxt);
 			break;
 		case 'y':
 			if (disklabel == SUN_LABEL)
@@ -2084,7 +2084,7 @@ static void command_prompt(struct fdisk_context *cxt)
 			verify();
 			break;
 		case 'w':
-			write_table(cxt); 		/* does not return */
+			write_table(cxt);
 			break;
 		case 'x':
 			expert_command_prompt(cxt);
-- 
1.7.4.1




--
To unsubscribe from this list: send the line "unsubscribe util-linux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux