Re: [PATCH 11/30] scsi: libfc: fc_rport: Fix a couple of misdocumented function parameters

2020-07-08 Thread Lee Jones
On Wed, 08 Jul 2020, Johannes Thumshirn wrote: > 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

Re: [PATCH 11/30] scsi: libfc: fc_rport: Fix a couple of misdocumented function parameters

2020-07-08 Thread Johannes Thumshirn
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 > - *

[PATCH 11/30] scsi: libfc: fc_rport: Fix a couple of misdocumented function parameters

2020-07-08 Thread Lee Jones
Fixes the following W=1 kernel build warning(s): drivers/scsi/libfc/fc_rport.c:129: warning: Function parameter or member 'port_id' not described in 'fc_rport_create' drivers/scsi/libfc/fc_rport.c:129: warning: Excess function parameter 'ids' description in 'fc_rport_create'