[PATCH] acpi: s3power: update usage example as 10 minutes or more is suggested

Colin Ian King colin.king at canonical.com
Mon Mar 31 08:06:33 UTC 2014


On 31/03/14 07:14, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
>  src/acpi/s3power/s3power.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/acpi/s3power/s3power.c b/src/acpi/s3power/s3power.c
> index a727325..9c080f7 100644
> --- a/src/acpi/s3power/s3power.c
> +++ b/src/acpi/s3power/s3power.c
> @@ -255,7 +255,7 @@ static int s3power_options_handler(fwts_framework *fw, int argc, char * const ar
>  }
>  
>  static fwts_option s3power_options[] = {
> -	{ "s3power-sleep-delay","", 1, "Sleep N seconds between start of suspend and wakeup, e.g. --s3power-sleep-delay=60" },
> +	{ "s3power-sleep-delay","", 1, "Sleep N seconds between start of suspend and wakeup, e.g. --s3power-sleep-delay=600" },
>  	{ NULL, NULL, 0, NULL }
>  };
>  
> 
Well spotted.

Acked-by: Colin Ian King <colin.king at canonical.com>



More information about the fwts-devel mailing list