diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2015-11-19 11:03:44 +0300 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2016-01-13 11:30:32 +0300 |
commit | e54916c6e1d0b939999eb38011202dd9064d5788 (patch) | |
tree | 58051d75d8a01ebfe3d0989dd6b16d45a355ce49 /fs | |
parent | df678ff7531990ba11cc0b921609a7e229d1323c (diff) | |
download | linux-e54916c6e1d0b939999eb38011202dd9064d5788.tar.xz |
PM / devfreq: event: Fix the error and warning from script/checkpatch.pl
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@samsung.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions