lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <19350.17594.427393.844950@pilspetsen.it.uu.se>
Date:	Tue, 9 Mar 2010 13:53:14 +0100
From:	Mikael Pettersson <mikpe@...uu.se>
To:	Alan Cox <alan@...ux.intel.com>
Cc:	linux-kernel@...r.kernel.org, Jiri Kosina <trivial@...nel.org>
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@...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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ