lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ