All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] devfreq: exynos4_bus.c: Fixed an alignment of the func call args.
@ 2012-10-19 16:16 Sangho Yi
  0 siblings, 0 replies; 2+ messages in thread
From: Sangho Yi @ 2012-10-19 16:16 UTC (permalink / raw)
  To: myungjoo.ham, kyungmin.park; +Cc: linux-kernel, Sangho Yi

I fixed the following check item (via checkpatch.pl --strict option):
CHECK: Alignment should match open parenthesis

Signed-off-by: Sangho Yi <antiroot@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] devfreq: exynos4_bus.c: Fixed an alignment of the func call args.
@ 2012-10-26  6:18 MyungJoo Ham
  0 siblings, 0 replies; 2+ messages in thread
From: MyungJoo Ham @ 2012-10-26  6:18 UTC (permalink / raw)
  To: Sangho Yi, 박경민; +Cc: linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=euc-kr, Size: 1183 bytes --]

> I fixed the following check item (via checkpatch.pl --strict option):
> CHECK: Alignment should match open parenthesis
> 
> Signed-off-by: Sangho Yi <antiroot@gmail.com>

Acked-by: MyungJoo Ham <myungjoo.ham@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
> 
> 
ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-26  6:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-19 16:16 [PATCH] devfreq: exynos4_bus.c: Fixed an alignment of the func call args Sangho Yi
2012-10-26  6:18 MyungJoo Ham

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.