[PATCH]a.out.h: Fix the format error.

From: liu weni
Date: Sat Nov 28 2009 - 19:19:46 EST


------
rm the symbol of ^L in the include/linux/a.out.h.
------
Signed-off-by: Liuwenyi<qingshenlwy@xxxxxxxxx>
Cc: linux-kernel@xxxxxxxxxxxxxxx
------
diff --git a/include/linux/a.out.h b/include/linux/a.out.h
index e86dfca..7c41cbd 100644
--- a/include/linux/a.out.h
+++ b/include/linux/a.out.h
@@ -162,7 +162,7 @@ enum machine_type {
#if !defined (N_BSSADDR)
#define N_BSSADDR(x) (N_DATADDR(x) + (x).a_data)
#endif
-
+
#if !defined (N_NLIST_DECLARED)
struct nlist {
union {
@@ -235,7 +235,7 @@ struct nlist {

/* This is output from LD. */
#define N_SETV 0x1C /* Pointer to set vector in data area. */
-
+
#if !defined (N_RELOCATION_INFO_DECLARED)
/* This structure describes a single relocation to be performed.
The text-relocation section of the file is a vector of these structures,
--
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/