diff mbox series

[1/2] s3: modify the default sleep type description

Message ID 20220926071418.47199-1-ivan.hu@canonical.com
State Accepted
Headers show
Series [1/2] s3: modify the default sleep type description | expand

Commit Message

Ivan Hu Sept. 26, 2022, 7:14 a.m. UTC
Currently, s3 test will not set default. Instead, it will base on the system
settings /sys/power/mem_sleep, when the --s3-sleep-type not be used.

Signed-off-by: Ivan Hu <ivan.hu@canonical.com>
---
 src/acpi/s3/s3.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/src/acpi/s3/s3.c b/src/acpi/s3/s3.c
index 74b7f766..f3647d66 100644
--- a/src/acpi/s3/s3.c
+++ b/src/acpi/s3/s3.c
@@ -854,7 +854,7 @@  static fwts_option s3_options[] = {
 	{ "s3-resume-time", 	"", 1, "Maximum expected resume time in seconds, e.g. --s3-resume-time=5.1" },
 	{ "s3-hybrid",		"", 0, "Run S3 with hybrid sleep, i.e. saving system states as S4 does." },
 	{ "s3-resume-hook hook","", 1, "Run a hook script after each S3 resume, 0 exit indicates success." },
-	{ "s3-sleep-type"	,"", 1, "Set the sleep type for testing S3 or s2idle, default S3." },
+	{ "s3-sleep-type"	,"", 1, "Set the sleep type for testing S3 or s2idle." },
 	{ NULL, NULL, 0, NULL }
 };