netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: varun@chelsio.com
Cc: netdev@vger.kernel.org, linux-scsi@vger.kernel.org,
	target-devel@vger.kernel.org, nab@linux-iscsi.org,
	gerlitz.or@gmail.com, swise@opengridcomputing.com,
	james.bottomley@hansenpartnership.com, indranil@chelsio.com,
	hariprasad@chelsio.com
Subject: Re: [net-next v2 1/6] libcxgb: add library module for Chelsio drivers
Date: Tue, 19 Jul 2016 10:43:11 -0700 (PDT)	[thread overview]
Message-ID: <20160719.104311.2236254119909398910.davem@davemloft.net> (raw)
In-Reply-To: <c7109ba4c9c00f0580b8e603a3c9ac53e5750ad4.1468689125.git.varun@chelsio.com>

From: Varun Prakash <varun@chelsio.com>
Date: Sat, 16 Jul 2016 22:49:15 +0530

>  }
> +
> +static int __init libcxgb_init(void)
> +{
> +	return 0;
> +}
> +
> +static void __exit libcxgb_exit(void)
> +{
> +}
> +
> +module_init(libcxgb_init);
> +module_exit(libcxgb_exit);

If these functions don't have to do anything, you can remove this
entire sequence entirely.

  reply	other threads:[~2016-07-19 17:43 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-16 17:19 [net-next v2 0/6] common library for Chelsio drivers Varun Prakash
2016-07-16 17:19 ` [net-next v2 1/6] libcxgb: add library module " Varun Prakash
2016-07-19 17:43   ` David Miller [this message]
2016-07-16 17:19 ` [net-next v2 2/6] cxgb3i,cxgb4i,libcxgbi: remove iSCSI DDP support Varun Prakash
2016-07-16 17:19 ` [net-next v2 3/6] cxgb4i,libcxgbi: add " Varun Prakash
2016-07-16 17:19 ` [net-next v2 4/6] cxgb3i: " Varun Prakash
2016-07-16 17:19 ` [net-next v2 5/6] libcxgb: export ppm release and tagmask set api Varun Prakash
2016-07-16 17:19 ` [net-next v2 6/6] cxgb3i,cxgb4i: fix symbol not declared sparse warning Varun Prakash
2016-07-19 13:49   ` kbuild test robot
2016-07-20 21:13 ` [net-next v2 0/6] common library for Chelsio drivers Nicholas A. Bellinger
2016-07-20 21:38   ` David Miller

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=20160719.104311.2236254119909398910.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=gerlitz.or@gmail.com \
    --cc=hariprasad@chelsio.com \
    --cc=indranil@chelsio.com \
    --cc=james.bottomley@hansenpartnership.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=nab@linux-iscsi.org \
    --cc=netdev@vger.kernel.org \
    --cc=swise@opengridcomputing.com \
    --cc=target-devel@vger.kernel.org \
    --cc=varun@chelsio.com \
    /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).