浏览代码

trivial: Fix misspelled firmware in Kconfig

Fix misspelled firmware in Kconfig

It's spelled "firmware".

Signed-off-by: Nick Andrew <nick@nick-andrew.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Nick Andrew 16 年之前
父节点
当前提交
11f1fbcf92
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/base/Kconfig

+ 1 - 1
drivers/base/Kconfig

@@ -54,7 +54,7 @@ config FIRMWARE_IN_KERNEL
 	  such firmware, and do not wish to use an initrd.
 	  such firmware, and do not wish to use an initrd.
 
 
 	  This single option controls the inclusion of firmware for
 	  This single option controls the inclusion of firmware for
-	  every driver which uses request_firmare() and ships its
+	  every driver which uses request_firmware() and ships its
 	  firmware in the kernel source tree, to avoid a proliferation
 	  firmware in the kernel source tree, to avoid a proliferation
 	  of 'Include firmware for xxx device' options.
 	  of 'Include firmware for xxx device' options.