Commit 8eb09d8d24e7d71e9888e7a877f23d37fce65f2b

Authored by Nick Andrew
Committed by Jiri Kosina
1 parent c3af171592

trivial: Fix misspelling of "firmware" in usb.c

Fix misspelling of "firmware" in usb.c

It's spelled "firmware".

Signed-off-by: Nick Andrew <nick@nick-andrew.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/uwb/i1480/dfu/usb.c
... ... @@ -387,7 +387,7 @@
387 387 goto error_create;
388 388 }
389 389  
390   - /* setup the fops and upload the firmare */
  390 + /* setup the fops and upload the firmware */
391 391 i1480->pre_fw_name = "i1480-pre-phy-0.0.bin";
392 392 i1480->mac_fw_name = "i1480-usb-0.0.bin";
393 393 i1480->mac_fw_name_deprecate = "ptc-0.0.bin";