Re: [PATCH 1/3] PM / devfreq: fix indentation in devfreq_add_device()

2019-01-21 Thread Joe Perches
On Mon, 2019-01-21 at 10:58 +0900, Chanwoo Choi wrote: > On 19. 1. 20. 오전 1:04, Yangtao Li wrote: > > To beautify the code format. I believe half of the changes are actually _less_ beautiful. > > diff --git a/drivers/devfreq/devfreq.c b/drivers/devfreq/devfreq.c [] > > @@ -683,16 +683,15 @@

Re: [PATCH 1/3] PM / devfreq: fix indentation in devfreq_add_device()

2019-01-20 Thread Chanwoo Choi
Hi, On 19. 1. 20. 오전 1:04, Yangtao Li wrote: > To beautify the code format. > > Signed-off-by: Yangtao Li > --- > drivers/devfreq/devfreq.c | 17 - > 1 file changed, 8 insertions(+), 9 deletions(-) > > diff --git a/drivers/devfreq/devfreq.c b/drivers/devfreq/devfreq.c > index

[PATCH 1/3] PM / devfreq: fix indentation in devfreq_add_device()

2019-01-19 Thread Yangtao Li
To beautify the code format. Signed-off-by: Yangtao Li --- drivers/devfreq/devfreq.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/drivers/devfreq/devfreq.c b/drivers/devfreq/devfreq.c index 0ae3de76833b..076b1c2f40a4 100644 ---