[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK9yfHx30AH6z+99ZE19PLWb+yBo4C8jaRh1udeZ-pF8cjQVSQ@mail.gmail.com>
Date: Thu, 19 Sep 2013 12:14:19 +0530
From: Sachin Kamat <sachin.kamat@...aro.org>
To: David Miller <davem@...emloft.net>
Cc: "netdev@...r.kernel.org" <netdev@...r.kernel.org>, remi@...lab.net
Subject: Re: [PATCH Resend 1/3] net: cdc-phonet: Staticize usbpn_probe
On 18 September 2013 21:51, David Miller <davem@...emloft.net> wrote:
> 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.
OK. Will re-send.
--
With warm regards,
Sachin
--
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