> I fixed the following check item (via checkpatch.pl --strict option): > CHECK: Alignment should match open parenthesis > > Signed-off-by: Sangho Yi <antir...@gmail.com>
Acked-by: MyungJoo Ham <myungjoo....@samsung.com> I'll apply the patch after setting up devfreq for next tree. Thanks. Cheers, MyungJoo > --- > drivers/devfreq/exynos4_bus.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/devfreq/exynos4_bus.c b/drivers/devfreq/exynos4_bus.c > index 88ddc77..f4089c4 100644 > --- a/drivers/devfreq/exynos4_bus.c > +++ b/drivers/devfreq/exynos4_bus.c > @@ -1034,7 +1034,7 @@ static __devinit int exynos4_busfreq_probe(struct > platform_device *pdev) > opp = opp_find_freq_floor(dev, &exynos4_devfreq_profile.initial_freq); > if (IS_ERR(opp)) { > dev_err(dev, "Invalid initial frequency %lu kHz.\n", > - exynos4_devfreq_profile.initial_freq); > + exynos4_devfreq_profile.initial_freq); > err = PTR_ERR(opp); > goto err_opp_add; > } > -- > 1.7.9.5 > >