[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <SN4PR0401MB3598867C90BF92465D26F1449B670@SN4PR0401MB3598.namprd04.prod.outlook.com>
Date: Wed, 8 Jul 2020 12:15:38 +0000
From: Johannes Thumshirn <Johannes.Thumshirn@....com>
To: Lee Jones <lee.jones@...aro.org>,
"jejb@...ux.ibm.com" <jejb@...ux.ibm.com>,
"martin.petersen@...cle.com" <martin.petersen@...cle.com>
CC: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-scsi@...r.kernel.org" <linux-scsi@...r.kernel.org>,
Hannes Reinecke <hare@...e.de>
Subject: Re: [PATCH 11/30] scsi: libfc: fc_rport: Fix a couple of
misdocumented function parameters
On 08/07/2020 14:04, Lee Jones wrote:
> @@ -1445,7 +1445,7 @@ static void fc_rport_recv_rtv_req(struct fc_rport_priv *rdata,
> * fc_rport_logo_resp() - Handler for logout (LOGO) responses
> * @sp: The sequence the LOGO was on
> * @fp: The LOGO response frame
> - * @lport_arg: The local port
> + * @rport_arg: The local port
> */
> static void fc_rport_logo_resp(struct fc_seq *sp, struct fc_frame *fp,
> void *rdata_arg)
That doesn't look correct, s/rport_arg/rdata_arg/ and an rport is a remote port not a local port.
Powered by blists - more mailing lists