Re: [PATCH 2.4] fix typo in mm.h introduced 2.4.28-pre2

From: Mikael Pettersson
Date: Fri Aug 27 2004 - 04:18:39 EST


O.Sezer writes:
> And I beleive this was a typo? Marcelo, please review and apply.
>
> Ozkan Sezer
>
> --- 28p2/include/linux/mm.h.BAK 2004-08-27 02:39:21.000000000 +0300
> +++ 28p2/include/linux/mm.h 2004-08-27 02:56:10.000000000 +0300
> @@ -309,7 +309,7 @@
> #define UnlockPage(page) unlock_page(page)
> #define Page_Uptodate(page) test_bit(PG_uptodate, &(page)->flags)
> #ifndef SetPageUptodate
> -#define SetPageUptodate(page) set_bit(PG_uptodate, &(page)->flags);
> +#define SetPageUptodate(page) set_bit(PG_uptodate, &(page)->flags)

ACK. That semi-colon must go.
-
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/