Skip to content

Commit

Permalink
trivial: Fix misspelling of "firmware" in usb.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nick Andrew authored and Jiri Kosina committed Jan 6, 2009
1 parent c3af171 commit 8eb09d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/uwb/i1480/dfu/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ int i1480_usb_probe(struct usb_interface *iface, const struct usb_device_id *id)
goto error_create;
}

/* setup the fops and upload the firmare */
/* setup the fops and upload the firmware */
i1480->pre_fw_name = "i1480-pre-phy-0.0.bin";
i1480->mac_fw_name = "i1480-usb-0.0.bin";
i1480->mac_fw_name_deprecate = "ptc-0.0.bin";
Expand Down

0 comments on commit 8eb09d8

Please sign in to comment.