Gitweb: http://git.kernel.org/linus/f77f13e22df4a40d237697df496152c8c37f3f2b
Commit: f77f13e22df4a40d237697df496152c8c37f3f2b
Parent: 5239c4ff4ae9e810ba761518ad71b463f0ccbf3c
Author: Gilles Espinasse <g.esp@free.fr>
AuthorDate: Mon Mar 29 15:41:47 2010 +0200
Committer: Jiri Kosina <jkosina@suse.cz>
CommitDate: Mon Mar 29 15:41:47 2010 +0200
Fix comment and Kconfig typos for 'require' and 'fragment'
Signed-off-by: Gilles Espinasse <g.esp@free.fr>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
---
Documentation/powerpc/dts-bindings/xilinx.txt | 2 +-
arch/mips/sibyte/bcm1480/irq.c | 2 +-
arch/mips/sibyte/sb1250/irq.c | 2 +-
crypto/Kconfig | 2 +-
drivers/gpu/drm/i915/intel_display.c | 4 ++--
drivers/gpu/drm/radeon/atombios.h | 4 ++--
drivers/isdn/hardware/mISDN/hfcmulti.c | 2 +-
drivers/net/bnx2x_hsi.h | 2 +-
drivers/net/ps3_gelic_wireless.c | 2 +-
drivers/staging/vt6655/rxtx.c | 14 +++++++-------
drivers/staging/vt6656/rxtx.c | 6 +++---
drivers/usb/wusbcore/wa-xfer.c | 2 +-
net/ipv4/ipmr.c | 2 +-
scripts/package/mkspec | 2 +-
14 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/Documentation/powerpc/dts-bindings/xilinx.txt b/Documentation/powerpc/dts-bindings/xilinx.txt
index ea68046..299d092 100644
--- a/Documentation/powerpc/dts-bindings/xilinx.txt
+++ b/Documentation/powerpc/dts-bindings/xilinx.txt
@@ -11,7 +11,7 @@
control how the core is synthesized. Historically, the EDK tool would
extract the device parameters relevant to device drivers and copy them
into an 'xparameters.h' in the form of #define symbols. This tells the
- device drivers how the IP cores are configured, but it requres the kernel
+ device drivers how the IP cores ...