Commit 09509603 authored by Matt LaPlante's avatar Matt LaPlante Committed by Adrian Bunk
Browse files

Fix several typos in drivers/



Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent c73a668c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ config DELL_RBU
	help
	 Say m if you want to have the option of updating the BIOS for your
	 DELL system. Note you need a Dell OpenManage or Dell Update package (DUP)
	 supporting application to comunicate with the BIOS regarding the new
	 supporting application to communicate with the BIOS regarding the new
	 image for the image update to take effect.
	 See <file:Documentation/dell_rbu.txt> for more details on the driver.

+2 −2
Original line number Diff line number Diff line
@@ -333,10 +333,10 @@ config I2C_PARPORT_LIGHT

	  This driver is a light version of i2c-parport.  It doesn't depend
	  on the parport driver, and uses direct I/O access instead.  This
	  might be prefered on embedded systems where wasting memory for
	  might be preferred on embedded systems where wasting memory for
	  the clean but heavy parport handling is not an option.  The
	  drawback is a reduced portability and the impossibility to
	  dasiy-chain other parallel port devices.
	  daisy-chain other parallel port devices.
	  
	  Don't say Y here if you said Y or M to i2c-parport.  Saying M to
	  both is possible but both modules should not be loaded at the same
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ config IEEE1394_SBP2_PHYS_DMA
	help
	  This builds sbp2 for use with non-OHCI host adapters which do not
	  support physical DMA or for when ohci1394 is run with phys_dma=0.
	  Physical DMA is data movement without assistence of the drivers'
	  Physical DMA is data movement without assistance of the drivers'
	  interrupt handlers.  This option includes the interrupt handlers
	  that are required in absence of this hardware feature.

+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ config KEYBOARD_HIL_OLD
	  However, it has been thoroughly tested and is stable.

	  If you want full HIL support including support for multiple
	  keyboards, mices and tablets, you have to enable the
	  keyboards, mice, and tablets, you have to enable the
	  "HP System Device Controller i8042 Support" in the input/serio
	  submenu.

+2 −2
Original line number Diff line number Diff line
@@ -115,9 +115,9 @@ config HP_SDC
	depends on GSC && SERIO
	default y
	---help---
	  This option enables supports for the the "System Device
	  This option enables support for the "System Device
	  Controller", an i8042 carrying microcode to manage a
	  few miscellanous devices on some Hewlett Packard systems.
	  few miscellaneous devices on some Hewlett Packard systems.
	  The SDC itself contains a 10ms resolution timer/clock capable
	  of delivering interrupts on a periodic and one-shot basis.
	  The SDC may also be connected to a battery-backed real-time
Loading