Re: [PATCH 11/62] arch/x86/kernel/ds.c: Remove unnecessarysemicolons

From: Jaswinder Singh Rajput
Date: Sun Jun 28 2009 - 12:45:00 EST


On Sun, 2009-06-28 at 09:26 -0700, Joe Perches wrote:
> Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
> ---
> arch/x86/kernel/ds.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/x86/kernel/ds.c b/arch/x86/kernel/ds.c
> index 48bfe13..8025e2d 100644
> --- a/arch/x86/kernel/ds.c
> +++ b/arch/x86/kernel/ds.c
> @@ -517,7 +517,7 @@ static inline unsigned long bts_get(const char *base, enum bts_field field)
>
> static inline void bts_set(char *base, enum bts_field field, unsigned long val)
> {
> - base += (ds_cfg.sizeof_ptr_field * field);;
> + base += (ds_cfg.sizeof_ptr_field * field);
> (*(unsigned long *)base) = val;
> }
>

This is already fix in -tip by :

commit feaa0457ec8351cae855edc9a3052ac49322538e
Author: Jaswinder Singh Rajput <jaswinder@xxxxxxxxxx>
Date: Sat Jun 20 16:15:40 2009 +0530

x86: ds.c fix invalid assignment

Thanks,
--
JSR

--
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/