[LTP] [PATCH v2] hotplug/memory_hotplug: Remove unused goto label
Xiao Yang
yangx.jy@cn.fujitsu.com
Thu Jul 30 06:01:52 CEST 2020
Hi,
I have pushed with this change, so you don't need to send the v2 path.
Thanks,
Xiao Yang
On 2020/7/30 2:53, Yuan Gao wrote:
> Remove unused goto label in parse_command_line_args function
>
> Change from v1
> 1. Remove a redundant blank line
>
> Signed-off-by: Yuan Gao<aiden.gaoyuan@gmail.com>
> ---
> testcases/kernel/hotplug/memory_hotplug/memtoy.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/testcases/kernel/hotplug/memory_hotplug/memtoy.c b/testcases/kernel/hotplug/memory_hotplug/memtoy.c
> index 8ac9600de..e647f86b6 100644
> --- a/testcases/kernel/hotplug/memory_hotplug/memtoy.c
> +++ b/testcases/kernel/hotplug/memory_hotplug/memtoy.c
> @@ -447,7 +447,6 @@ int parse_command_line_args(int argc, char *argv[])
> break;
> }
> }
> -done:
>
> return (error);
> }
More information about the ltp
mailing list