[<prev] [next>] [day] [month] [year] [list]
Message-id: <20045605.160791351232311768.JavaMail.weblogic@epv6ml08>
Date: Fri, 26 Oct 2012 06:18:32 +0000 (GMT)
From: MyungJoo Ham <myungjoo.ham@...sung.com>
To: Sangho Yi <antiroot@...il.com>,
¹Ú°æ¹Î <kyungmin.park@...sung.com>
Cc: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] devfreq: exynos4_bus.c: Fixed an alignment of the func
call args.
> I fixed the following check item (via checkpatch.pl --strict option):
> CHECK: Alignment should match open parenthesis
>
> Signed-off-by: Sangho Yi <antiroot@...il.com>
Acked-by: MyungJoo Ham <myungjoo.ham@...sung.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
>
>
Powered by blists - more mailing lists