* [LTP] [PATCH v2] hotplug/memory_hotplug: Remove unused goto label
@ 2020-07-29 18:53 Yuan Gao
2020-07-30 4:01 ` Xiao Yang
0 siblings, 1 reply; 2+ messages in thread
From: Yuan Gao @ 2020-07-29 18:53 UTC (permalink / raw)
To: ltp
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);
}
--
2.28.0.rc0.142.g3c755180ce-goog
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [LTP] [PATCH v2] hotplug/memory_hotplug: Remove unused goto label
2020-07-29 18:53 [LTP] [PATCH v2] hotplug/memory_hotplug: Remove unused goto label Yuan Gao
@ 2020-07-30 4:01 ` Xiao Yang
0 siblings, 0 replies; 2+ messages in thread
From: Xiao Yang @ 2020-07-30 4:01 UTC (permalink / raw)
To: ltp
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);
> }
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-07-30 4:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-29 18:53 [LTP] [PATCH v2] hotplug/memory_hotplug: Remove unused goto label Yuan Gao
2020-07-30 4:01 ` Xiao Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox