[media] gp8psk: fix spelling mistake: "firmare" -> "firmware"
authorColin Ian King <colin.king@canonical.com>
Fri, 30 Dec 2016 14:46:19 +0000 (12:46 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 30 Jan 2017 17:45:54 +0000 (15:45 -0200)
trivial fix to spelling mistake in err message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/usb/dvb-usb/gp8psk.c

index 2360e7e..26461f2 100644 (file)
@@ -161,7 +161,7 @@ static int gp8psk_load_bcm4500fw(struct dvb_usb_device *d)
                        goto out_free;
                }
                if (buflen > 64) {
-                       err("firmare chunk size bigger than 64 bytes.");
+                       err("firmware chunk size bigger than 64 bytes.");
                        goto out_free;
                }