From: Benjamin Block <bblock@linux.ibm.com>
To: "Matthew Wilcox (Oracle)" <willy@infradead.org>
Cc: "James E.J. Bottomley" <jejb@linux.ibm.com>,
"Martin K. Petersen" <martin.petersen@oracle.com>,
Steffen Maier <maier@linux.ibm.com>,
Julian Wiedmann <jwi@linux.ibm.com>,
Fedor Loshakov <loshakov@linux.ibm.com>,
linux-scsi@vger.kernel.org
Subject: Re: [PATCH 3/3] scsi: Rename slave_configure to sdev_configure
Date: Tue, 14 Jul 2020 10:26:31 +0200 [thread overview]
Message-ID: <20200714082631.GB7244@t480-pf1aa2c2> (raw)
In-Reply-To: <20200706193920.6897-4-willy@infradead.org>
Hey Matthew,
On Mon, Jul 06, 2020 at 08:39:20PM +0100, Matthew Wilcox (Oracle) wrote:
> Match sdev_init() and sdev_destroy().
>
> Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
> ---
> Documentation/scsi/scsi_mid_low_api.rst | 30 +++++++++++------------
> drivers/s390/scsi/zfcp_scsi.c | 4 +--
> 76 files changed, 200 insertions(+), 201 deletions(-)
>
> diff --git a/drivers/s390/scsi/zfcp_scsi.c b/drivers/s390/scsi/zfcp_scsi.c
> index 1f95c38738e3..67bd30d4f4cc 100644
> --- a/drivers/s390/scsi/zfcp_scsi.c
> +++ b/drivers/s390/scsi/zfcp_scsi.c
> @@ -49,7 +49,7 @@ static void zfcp_scsi_sdev_destroy(struct scsi_device *sdev)
> put_device(&zfcp_sdev->port->dev);
> }
>
> -static int zfcp_scsi_slave_configure(struct scsi_device *sdp)
> +static int zfcp_scsi_sdev_configure(struct scsi_device *sdp)
> {
> if (sdp->tagged_supported)
> scsi_change_queue_depth(sdp, default_depth);
> @@ -428,7 +428,7 @@ static struct scsi_host_template zfcp_scsi_host_template = {
> .eh_target_reset_handler = zfcp_scsi_eh_target_reset_handler,
> .eh_host_reset_handler = zfcp_scsi_eh_host_reset_handler,
> .sdev_prep = zfcp_scsi_sdev_prep,
> - .slave_configure = zfcp_scsi_slave_configure,
> + .sdev_configure = zfcp_scsi_sdev_configure,
Please fix the alignment.
> .sdev_destroy = zfcp_scsi_sdev_destroy,
> .change_queue_depth = scsi_change_queue_depth,
> .host_reset = zfcp_scsi_sysfs_host_reset,
--
Best Regards, Benjamin Block / Linux on IBM Z Kernel Development / IBM Systems
IBM Deutschland Research & Development GmbH / https://www.ibm.com/privacy
Vorsitz. AufsR.: Gregor Pillen / Geschäftsführung: Dirk Wittkopp
Sitz der Gesellschaft: Böblingen / Registergericht: AmtsG Stuttgart, HRB 243294
next prev parent reply other threads:[~2020-07-14 8:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-06 19:39 [PATCH 0/3] Rename some scsi host template functions Matthew Wilcox (Oracle)
2020-07-06 19:39 ` [PATCH 1/3] scsi: Rename slave_alloc to sdev_prep Matthew Wilcox (Oracle)
2020-07-06 19:39 ` [PATCH 2/3] scsi: Rename slave_destroy to sdev_destroy Matthew Wilcox (Oracle)
2020-07-06 19:39 ` [PATCH 3/3] scsi: Rename slave_configure to sdev_configure Matthew Wilcox (Oracle)
2020-07-07 7:58 ` Johannes Thumshirn
2020-07-14 8:26 ` Benjamin Block [this message]
2020-07-14 11:41 ` Matthew Wilcox
2020-07-14 12:02 ` Benjamin Block
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=20200714082631.GB7244@t480-pf1aa2c2 \
--to=bblock@linux.ibm.com \
--cc=jejb@linux.ibm.com \
--cc=jwi@linux.ibm.com \
--cc=linux-scsi@vger.kernel.org \
--cc=loshakov@linux.ibm.com \
--cc=maier@linux.ibm.com \
--cc=martin.petersen@oracle.com \
--cc=willy@infradead.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