Re: [PATCH 2/6] PM / devfreq: event: Fix the error and warning from script/checkpatch.pl

From: MyungJoo Ham
Date: Sun Nov 22 2015 - 23:31:56 EST


>
> This patch just fixes following error and warning by using
> scripts/checkpatch.pl.
>
> - Follwoing issue from checkpatch.pl:
> ERROR: space prohibited before that close parenthesis ')'
> + if (count < 0 ) {
>
> WARNING: line over 80 characters
> + ptr = devres_alloc(devm_devfreq_event_release, sizeof(*ptr), GFP_KERNEL);
>
> Signed-off-by: Chanwoo Choi <cw00.choi@xxxxxxxxxxx>

Applied.