modules: fix typo in package description define

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>

SVN-Revision: 42633
v19.07.3_mercusys_ac12_duma
Zoltan Herpai 10 years ago
parent aa0848bba2
commit 9ce5977184

@ -238,7 +238,7 @@ define KernelPackage/hwmon-w83627hf
$(call AddDepends/hwmon,@TARGET_rdc||TARGET_x86 +kmod-hwmon-vid)
endef
define KernelPacakge/hwmon-w83627hf/description
define KernelPackage/hwmon-w83627hf/description
Kernel module for the Winbond W83627HF chips.
endef
@ -253,7 +253,7 @@ define KernelPackage/hwmon-gsc
$(call AddDepends/hwmon,+kmod-i2c-core)
endef
define KernelPacakge/hwmon-gsc/description
define KernelPackage/hwmon-gsc/description
Kernel module for the Gateworks System Controller chips.
endef
@ -268,7 +268,7 @@ define KernelPackage/hwmon-tmp421
$(call AddDepends/hwmon,+kmod-i2c-core)
endef
define KernelPacakge/hwmon-tmp421/description
define KernelPackage/hwmon-tmp421/description
Kernel module for the Texas Instruments TMP421 and compatible chips.
endef
@ -283,7 +283,7 @@ define KernelPackage/hwmon-gpiofan
$(call AddDepends/hwmon,+kmod-i2c-core)
endef
define KernelPacakge/hwmon-gpiofan/description
define KernelPackage/hwmon-gpiofan/description
Kernel module for GPIO controlled FANs
endef

@ -755,7 +755,7 @@ define KernelPackage/mvsdio
AUTOLOAD:=$(call AutoProbe,mvsdio)
endef
define KernelPacakge/mvsdio/description
define KernelPackage/mvsdio/description
Kernel support for the Marvell SDIO controller
endef
@ -770,7 +770,7 @@ define KernelPackage/pps
AUTOLOAD:=$(call AutoLoad,17,pps_core,1)
endef
define KernelPacakge/pps/description
define KernelPackage/pps/description
PPS (Pulse Per Second) is a special pulse provided by some GPS
antennae. Userland can use it to get a high-precision time
reference.
@ -788,7 +788,7 @@ define KernelPackage/pps-gpio
AUTOLOAD:=$(call AutoLoad,18,pps-gpio,1)
endef
define KernelPacakge/pps-gpio/description
define KernelPackage/pps-gpio/description
Support for a PPS source using GPIO. To be useful you must
also register a platform device specifying the GPIO pin and
other options, usually in your board setup.
@ -806,7 +806,7 @@ define KernelPackage/ptp
AUTOLOAD:=$(call AutoLoad,18,ptp,1)
endef
define KernelPacakge/ptp/description
define KernelPackage/ptp/description
The IEEE 1588 standard defines a method to precisely
synchronize distributed clocks over Ethernet networks.
endef
@ -823,7 +823,7 @@ define KernelPackage/ptp-gianfar
AUTOLOAD:=$(call AutoProbe,gianfar_ptp)
endef
define KernelPacakge/ptp-gianfar/description
define KernelPackage/ptp-gianfar/description
Kernel module for IEEE 1588 support for Freescale
Gianfar Ethernet drivers
endef

Loading…
Cancel
Save