Prev: [PATCH] iio-trig-gpio:Remove redundant gpio_request
Next: [PATCH] iio_trigger_find_by_name: Skip trailing newline if available
From: Mikael Pettersson on 9 Mar 2010 08:00 The new TTY_BUFFER_PAGE macro has a double space before a subtraction operator. Replace it with a single space. Signed-off-by: Mikael Pettersson <mikpe(a)it.uu.se> --- diff -rupN linux-2.6.34-rc1/include/linux/tty.h linux-2.6.34-rc1.tty-buffer-page-cleanups/include/linux/tty.h --- linux-2.6.34-rc1/include/linux/tty.h 2010-03-09 11:42:23.000000000 +0100 +++ linux-2.6.34-rc1.tty-buffer-page-cleanups/include/linux/tty.h 2010-03-09 13:27:26.000000000 +0100 @@ -75,7 +75,7 @@ struct tty_buffer { * must match */ -#define TTY_BUFFER_PAGE ((PAGE_SIZE - 256) / 2) +#define TTY_BUFFER_PAGE ((PAGE_SIZE - 256) / 2) struct tty_bufhead { -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |