Re: [PATCH 1/1] vme: code convention fix

From: Martyn Welch
Date: Fri Jan 20 2012 - 04:56:08 EST


On 20/01/12 09:11, Sam Hansen wrote:
> Fixed a code convention violation in vme.h
>
> Signed-off-by: Sam Hansen <solid.se7en@xxxxxxxxx>

Huh, wonder how that got missed when I ran checkpatch over these files.

Good catch,

Acked-by: Martyn Welch <martyn.welch@xxxxxx>

> ---
> drivers/staging/vme/vme.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/staging/vme/vme.h b/drivers/staging/vme/vme.h
> index 9d38cee..c9d65bf 100644
> --- a/drivers/staging/vme/vme.h
> +++ b/drivers/staging/vme/vme.h
> @@ -156,7 +156,7 @@ int vme_irq_request(struct vme_dev *, int, int,
> void vme_irq_free(struct vme_dev *, int, int);
> int vme_irq_generate(struct vme_dev *, int, int);
>
> -struct vme_resource * vme_lm_request(struct vme_dev *);
> +struct vme_resource *vme_lm_request(struct vme_dev *);
> int vme_lm_count(struct vme_resource *);
> int vme_lm_set(struct vme_resource *, unsigned long long, u32, u32);
> int vme_lm_get(struct vme_resource *, unsigned long long *, u32 *, u32 *);


--
Martyn Welch (Lead Software Engineer) | Registered in England and Wales
GE Intelligent Platforms | (3828642) at 100 Barbirolli Square
T +44(0)1327322748 | Manchester, M2 3AB
E martyn.welch@xxxxxx | VAT:GB 927559189
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/