staging: wilc1000: handle_cfg_param: remove unnecessary whitespace
[linux-2.6-microblaze.git] / drivers / staging / wilc1000 / host_interface.c
index fb809a4..2ace069 100644 (file)
@@ -501,7 +501,7 @@ static s32 handle_cfg_param(struct wilc_vif *vif,
                        wid_list[i].size = sizeof(char);
                        hif_drv->cfg_values.auth_type = (u8)cfg_param_attr->auth_type;
                } else {
-                       netdev_err(vif->ndev, "Impossible value \n");
+                       netdev_err(vif->ndev, "Impossible value\n");
                        result = -EINVAL;
                        goto ERRORHANDLER;
                }