Skip to content

Commit

Permalink
Staging: comedi: fix spelling mistake "Firmare" -> "Firmware"
Browse files Browse the repository at this point in the history
Trivial fix to spelling mistake in dev_dbg message.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Colin Ian King authored and Greg Kroah-Hartman committed Sep 1, 2016
1 parent f46e041 commit cb14a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/comedi/drivers/jr3_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ static int jr3_pci_auto_attach(struct comedi_device *dev,
ret = comedi_load_firmware(dev, &comedi_to_pci_dev(dev)->dev,
"comedi/jr3pci.idm",
jr3_download_firmware, 0);
dev_dbg(dev->class_dev, "Firmare load %d\n", ret);
dev_dbg(dev->class_dev, "Firmware load %d\n", ret);
if (ret < 0)
return ret;
/*
Expand Down

0 comments on commit cb14a0b

Please sign in to comment.