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>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 20 Jan 2015 18:07:29 +0000
From:	"Lad, Prabhakar" <prabhakar.csengg@...il.com>
To:	Aya Mahfouz <mahfouz.saif.elyazal@...il.com>
Cc:	OSUOSL Drivers <devel@...verdev.osuosl.org>,
	Mauro Carvalho Chehab <mchehab@....samsung.com>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	Hans Verkuil <hans.verkuil@...co.com>,
	Boris Brezillon <boris.brezillon@...e-electrons.com>,
	Sakari Ailus <sakari.ailus@...ux.intel.com>,
	linux-media <linux-media@...r.kernel.org>,
	LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] staging: davinci_vpfe: fix space prohibited before
 semicolon warning

Hi,

Thanks for the patch.

On Wed, Jan 14, 2015 at 9:46 PM, Aya Mahfouz
<mahfouz.saif.elyazal@...il.com> wrote:
> This patch fixes the following checkpatch.pl warning:
>
> space prohibited before semicolon
>
> Signed-off-by: Aya Mahfouz <mahfouz.saif.elyazal@...il.com>

Acked-by: Lad, Prabhakar <prabhakar.csengg@...il.com>

Regards,
--Prabhakar Lad

> ---
> v1: This patch applies to Greg's tree.
>
>  drivers/staging/media/davinci_vpfe/dm365_ipipe.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/media/davinci_vpfe/dm365_ipipe.c b/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
> index 704fa20..a425f71 100644
> --- a/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
> +++ b/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
> @@ -901,7 +901,7 @@ static int ipipe_set_gbce_params(struct vpfe_ipipe_device *ipipe, void *param)
>         struct device *dev = ipipe->subdev.v4l2_dev->dev;
>
>         if (!gbce_param) {
> -               memset(gbce, 0 , sizeof(struct vpfe_ipipe_gbce));
> +               memset(gbce, 0, sizeof(struct vpfe_ipipe_gbce));
>         } else {
>                 memcpy(gbce, gbce_param, sizeof(struct vpfe_ipipe_gbce));
>                 if (ipipe_validate_gbce_params(gbce) < 0) {
> @@ -1086,7 +1086,7 @@ static int ipipe_set_car_params(struct vpfe_ipipe_device *ipipe, void *param)
>         struct vpfe_ipipe_car *car = &ipipe->config.car;
>
>         if (!car_param) {
> -               memset(car , 0, sizeof(struct vpfe_ipipe_car));
> +               memset(car, 0, sizeof(struct vpfe_ipipe_car));
>         } else {
>                 memcpy(car, car_param, sizeof(struct vpfe_ipipe_car));
>                 if (ipipe_validate_car_params(car) < 0) {
> --
> 1.9.3
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ