Re: [PATCH 2/3] btrfs-progs: cleanup cmd_device_usage

2015-11-13 Thread David Sterba
On Mon, Nov 09, 2015 at 05:59:38PM +0800, Zhao Lei wrote: > 1: Remove more_than_one variant, use iterator's value instead > 2: Remove "out" mark, use break instead. > > Signed-off-by: Zhao Lei Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe

[PATCH 2/3] btrfs-progs: cleanup cmd_device_usage

2015-11-09 Thread Zhao Lei
1: Remove more_than_one variant, use iterator's value instead 2: Remove "out" mark, use break instead. Signed-off-by: Zhao Lei --- cmds-device.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/cmds-device.c b/cmds-device.c index