lkml.org 
[lkml]   [2010]   [Mar]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH TRIVIAL 2.6.34-rc1] fix TTY_BUFFER_PAGE double space typo
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@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 {

\
 
 \ /
  Last update: 2010-03-09 13:55    [W:0.040 / U:0.880 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site