[PATCH TRIVIAL 2.6.34-rc1] fix TTY_BUFFER_PAGE double space typo

From: Mikael Pettersson
Date: Tue Mar 09 2010 - 07:53:30 EST


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@xxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/