On Mon, May 12, 2014 at 05:22:47PM +0200, Denis Pithon wrote:
> @@ -684,8 +685,9 @@ static int p80211knetdev_set_mac_address(netdevice_t 
> *dev, void *addr)
>        * change the netdev address
>        */
>       if (result != 0 || resultcode->data != P80211ENUM_resultcode_success) {
> -             printk(KERN_ERR
> -                    "Low-level driver failed 
> dot11req_mibset(dot11MACAddress).\n");
> +             pr_err(
> +               "Low-level driver failed dot11req_mibset(dot11MACAddress)\n"
> +             );
>               result = -EADDRNOTAVAIL;
>       } else {
>               /* everything's ok, change the addr in netdev */

This is fine, but in the future, just go over the 80 character limit
instead of doing the unusual line break.

regards,
dan carpenter

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to