netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: sachin.kamat@linaro.org
Cc: netdev@vger.kernel.org, remi@remlab.net
Subject: Re: [PATCH Resend 1/3] net: cdc-phonet: Staticize usbpn_probe
Date: Wed, 18 Sep 2013 12:21:24 -0400 (EDT)	[thread overview]
Message-ID: <20130918.122124.464642242992278820.davem@davemloft.net> (raw)
In-Reply-To: <1379475001-24505-1-git-send-email-sachin.kamat@linaro.org>

From: Sachin Kamat <sachin.kamat@linaro.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.

  parent reply	other threads:[~2013-09-18 16:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-18  3:29 [PATCH Resend 1/3] net: cdc-phonet: Staticize usbpn_probe Sachin Kamat
2013-09-18  3:30 ` [PATCH v2 2/3] net: bnx2x: Staticize local symbols Sachin Kamat
2013-09-20 18:41   ` David Miller
2013-09-18  3:30 ` [PATCH Resend 3/3] net: cxgb4vf: " Sachin Kamat
2013-09-20 18:41   ` David Miller
2013-09-18 16:21 ` David Miller [this message]
2013-09-19  6:44   ` [PATCH Resend 1/3] net: cdc-phonet: Staticize usbpn_probe Sachin Kamat

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130918.122124.464642242992278820.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=remi@remlab.net \
    --cc=sachin.kamat@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).