Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

m68k: Fix typo 'COFNIG_MBAR'

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>

authored by

Paul Bolle and committed by
Greg Ungerer
e803d4bd f89487ad

+1 -1
+1 -1
arch/m68k/include/asm/m54xxpci.h
··· 72 72 #define PCIRFWPR (CONFIG_MBAR + 0x84d4) /* RX FIFO write pointer */ 73 73 74 74 #define PACR (CONFIG_MBAR + 0xc00) /* PCI arbiter control */ 75 - #define PASR (COFNIG_MBAR + 0xc04) /* PCI arbiter status */ 75 + #define PASR (CONFIG_MBAR + 0xc04) /* PCI arbiter status */ 76 76 77 77 /* 78 78 * Definitions for the Global status and control register.