From: Brian King <brking@linux.vnet.ibm.com>
To: akpm@linux-foundation.org
Cc: James.Bottomley@HansenPartnership.com,
linux-scsi@vger.kernel.org, peterhuewe@gmx.de,
James.Bottomley@SteelEye.com, fujita.tomonori@lab.ntt.co.jp,
sfr@canb.auug.org.au
Subject: Re: [patch 01/27] scsi: add __init/__exit macros to ibmvstgt.c
Date: Fri, 23 Jul 2010 10:22:06 -0500 [thread overview]
Message-ID: <4C49B39E.3080206@linux.vnet.ibm.com> (raw)
In-Reply-To: <201007202228.o6KMSf0K021708@imap1.linux-foundation.org>
Acked-by: Brian King <brking@linux.vnet.ibm.com>
On 07/20/2010 05:28 PM, akpm@linux-foundation.org wrote:
> From: Peter Huewe <peterhuewe@gmx.de>
>
> Add the __init and __exit macros to the module_init / module_exit
> functions from drivers/scsi/ibmvscsi/ibmvstgt.c
>
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
> Acked-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
> Cc: Stephen Rothwell <sfr@canb.auug.org.au>
> Cc: James Bottomley <James.Bottomley@SteelEye.com>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> ---
>
> drivers/scsi/ibmvscsi/ibmvstgt.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff -puN drivers/scsi/ibmvscsi/ibmvstgt.c~scsi-add-__init-__exit-macros-to-ibmvstgtc drivers/scsi/ibmvscsi/ibmvstgt.c
> --- a/drivers/scsi/ibmvscsi/ibmvstgt.c~scsi-add-__init-__exit-macros-to-ibmvstgtc
> +++ a/drivers/scsi/ibmvscsi/ibmvstgt.c
> @@ -956,7 +956,7 @@ static struct srp_function_template ibmv
> .it_nexus_response = ibmvstgt_it_nexus_response,
> };
>
> -static int ibmvstgt_init(void)
> +static int __init ibmvstgt_init(void)
> {
> int err = -ENOMEM;
>
> @@ -987,7 +987,7 @@ release_transport:
> return err;
> }
>
> -static void ibmvstgt_exit(void)
> +static void __exit ibmvstgt_exit(void)
> {
> printk("Unregister IBM virtual SCSI driver\n");
>
> _
> --
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Brian King
Linux on Power Virtualization
IBM Linux Technology Center
prev parent reply other threads:[~2010-07-23 15:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-20 22:28 [patch 01/27] scsi: add __init/__exit macros to ibmvstgt.c akpm
2010-07-23 15:22 ` Brian King [this message]
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=4C49B39E.3080206@linux.vnet.ibm.com \
--to=brking@linux.vnet.ibm.com \
--cc=James.Bottomley@HansenPartnership.com \
--cc=James.Bottomley@SteelEye.com \
--cc=akpm@linux-foundation.org \
--cc=fujita.tomonori@lab.ntt.co.jp \
--cc=linux-scsi@vger.kernel.org \
--cc=peterhuewe@gmx.de \
--cc=sfr@canb.auug.org.au \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.