Commit 862bd69d authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] davem cant spell 8()

parent fbbb1244
...@@ -95,7 +95,7 @@ const unsigned short base_addrs[BPP_NO] = { 0x278, 0x378, 0x3bc }; ...@@ -95,7 +95,7 @@ const unsigned short base_addrs[BPP_NO] = { 0x278, 0x378, 0x3bc };
/* /*
* These are for data access. * These are for data access.
* Control lines accesses are hidden in set_bits() and get_bits(). * Control lines accesses are hidden in set_bits() and get_bits().
* The exeption is the probe procedure, which is system-dependent. * The exception is the probe procedure, which is system-dependent.
*/ */
#define bpp_outb_p(data, base) outb_p((data), (base)) #define bpp_outb_p(data, base) outb_p((data), (base))
#define bpp_inb(base) inb(base) #define bpp_inb(base) inb(base)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment