On 27-10-20, 11:59, [email protected] wrote:
> From: Tom Rix <[email protected]>
> 
> A semicolon is not needed after a switch statement.
> 
> Signed-off-by: Tom Rix <[email protected]>
> ---
>  drivers/cpufreq/speedstep-lib.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/cpufreq/speedstep-lib.c b/drivers/cpufreq/speedstep-lib.c
> index a13a2d1e444e..0b66df4ed513 100644
> --- a/drivers/cpufreq/speedstep-lib.c
> +++ b/drivers/cpufreq/speedstep-lib.c
> @@ -240,7 +240,7 @@ unsigned int speedstep_get_frequency(enum 
> speedstep_processor processor)
>               return pentium3_get_frequency(processor);
>       default:
>               return 0;
> -     };
> +     }
>       return 0;
>  }
>  EXPORT_SYMBOL_GPL(speedstep_get_frequency);

Acked-by: Viresh Kumar <[email protected]>

-- 
viresh

Reply via email to