[LTP] [PATCH] hotplug/memory_hotplug: Remove unused goto label
aidengao
aiden.gaoyuan@gmail.com
Mon Jul 27 18:43:55 CEST 2020
From: aidengao <aidengao@google.com>
Remove unused goto label in parse_command_line_args function
Signed-off-by: Yuan Gao <aiden.gaoyuan@gmail.com>
---
testcases/kernel/hotplug/memory_hotplug/memtoy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testcases/kernel/hotplug/memory_hotplug/memtoy.c b/testcases/kernel/hotplug/memory_hotplug/memtoy.c
index 8ac9600de..90bfd7f2f 100644
--- a/testcases/kernel/hotplug/memory_hotplug/memtoy.c
+++ b/testcases/kernel/hotplug/memory_hotplug/memtoy.c
@@ -447,7 +447,7 @@ int parse_command_line_args(int argc, char *argv[])
break;
}
}
-done:
+
return (error);
}
--
2.28.0.rc0.142.g3c755180ce-goog
More information about the ltp
mailing list