* [PATCH][trivial] Magic number prefix consistency change to Documentation/magic-number.txt
@ 2007-04-11 12:47 Jesper Juhl
0 siblings, 0 replies; only message in thread
From: Jesper Juhl @ 2007-04-11 12:47 UTC (permalink / raw)
To: trivial; +Cc: linux-kernel, jesper.juhl
Greetings,
Very trivial patch to just fix a tiny thing that caught my eye while
scrolling through the Documentation/magic-number.txt file. I noticed
that all the magic numbers, except one, were listed with a "0x" prefix -
the one that stands out is EEPROM_MAGIC_VALUE which has a "0X" prefix.
Change to a lower-case "x" to match the rest of the file.
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
---
Documentation/magic-number.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/magic-number.txt b/Documentation/magic-number.txt
index 0e740c8..bd450e7 100644
--- a/Documentation/magic-number.txt
+++ b/Documentation/magic-number.txt
@@ -129,7 +129,7 @@ SAVEKMSG_MAGIC1 0x53415645 savekmsg
arch/*/amiga/config.c
GDA_MAGIC 0x58464552 gda
include/asm-mips64/sn/gda.h
RED_MAGIC1 0x5a2cf071 (any) mm/slab.c
STL_PORTMAGIC 0x5a7182c9 stlport include/linux/stallion.h
-EEPROM_MAGIC_VALUE 0X5ab478d2 lanai_dev drivers/atm/lanai.c
+EEPROM_MAGIC_VALUE 0x5ab478d2 lanai_dev drivers/atm/lanai.c
HDLCDRV_MAGIC 0x5ac6e778 hdlcdrv_state include/linux/hdlcdrv.h
EPCA_MAGIC 0x5c6df104 channel include/linux/epca.h
PCXX_MAGIC 0x5c6df104 channel drivers/char/pcxx.h
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-04-11 12:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-11 12:47 [PATCH][trivial] Magic number prefix consistency change to Documentation/magic-number.txt Jesper Juhl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox