[PATCH 3/7] [media] mn88472: fix typo

Julia Lawall Julia.Lawall at lip6.fr
Tue May 17 14:38:42 UTC 2016


firmare -> firmware

Signed-off-by: Julia Lawall <Julia.Lawall at lip6.fr>

---
 drivers/staging/media/mn88472/mn88472.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/mn88472/mn88472.c b/drivers/staging/media/mn88472/mn88472.c
index 7ea749c..5cfa22a 100644
--- a/drivers/staging/media/mn88472/mn88472.c
+++ b/drivers/staging/media/mn88472/mn88472.c
@@ -312,7 +312,7 @@ static int mn88472_init(struct dvb_frontend *fe)
 	/* request the firmware, this will block and timeout */
 	ret = request_firmware(&fw, fw_file, &client->dev);
 	if (ret) {
-		dev_err(&client->dev, "firmare file '%s' not found\n",
+		dev_err(&client->dev, "firmware file '%s' not found\n",
 				fw_file);
 		goto err;
 	}



More information about the devel mailing list