]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: wilc1000: fix spelling mistake: "Preamle" -> "Preamble"
authorColin Ian King <colin.king@canonical.com>
Tue, 22 May 2018 16:49:05 +0000 (17:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 May 2018 16:44:13 +0000 (18:44 +0200)
Trivial fix to spelling mistake in netdev_err error message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c

index a2f82c885d6369346683517b6ebd7dea1b1c61d9..7b613cd72d22aa09e198e031a45f987626f5eb7c 100644 (file)
@@ -577,7 +577,7 @@ static void handle_cfg_param(struct wilc_vif *vif, struct cfg_param_attr *param)
                        wid_list[i].size = sizeof(char);
                        hif_drv->cfg_values.preamble_type = preamble_type;
                } else {
-                       netdev_err(vif->ndev, "Preamle Range(0~2) over\n");
+                       netdev_err(vif->ndev, "Preamble Range(0~2) over\n");
                        goto unlock;
                }
                i++;