From: Alberto Bertogli Date: Thu, 16 Oct 2008 05:01:53 +0000 (-0700) Subject: Fix typo in the FIRMWARE_IN_KERNEL help X-Git-Tag: firefly_0821_release~17629 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d133181d873255cb071f8b19c4b2c1f326c2de95;p=firefly-linux-kernel-4.4.55.git Fix typo in the FIRMWARE_IN_KERNEL help Signed-off-by: Alberto Bertogli Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig index 6318f6b57360..d8e8c49c0cbd 100644 --- a/drivers/base/Kconfig +++ b/drivers/base/Kconfig @@ -54,7 +54,7 @@ config FIRMWARE_IN_KERNEL such firmware, and do not wish to use an initrd. This single option controls the inclusion of firmware for - every driver which usees request_firmare() and ships its + every driver which uses request_firmare() and ships its firmware in the kernel source tree, to avoid a proliferation of 'Include firmware for xxx device' options.