[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130918.122124.464642242992278820.davem@davemloft.net>
Date: Wed, 18 Sep 2013 12:21:24 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: sachin.kamat@...aro.org
Cc: netdev@...r.kernel.org, remi@...lab.net
Subject: Re: [PATCH Resend 1/3] net: cdc-phonet: Staticize usbpn_probe
From: Sachin Kamat <sachin.kamat@...aro.org>
Date: Wed, 18 Sep 2013 08:59:59 +0530
> @@ -328,7 +328,8 @@ MODULE_DEVICE_TABLE(usb, usbpn_ids);
>
> static struct usb_driver usbpn_driver;
>
> -int usbpn_probe(struct usb_interface *intf, const struct usb_device_id *id)
> +static int
> +usbpn_probe(struct usb_interface *intf, const struct usb_device_id *id)
Please keep it to one line, it's 82 columns which is fine.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists