Jelajahi Sumber

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 tahun lalu
induk
melakukan
11f1fbcf92
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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.
 
 	  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
 	  of 'Include firmware for xxx device' options.