Re: [PATCH] libfc: Fix variable name in fc_set_wwpn

2017-01-16 Thread Martin K. Petersen
> "Fam" == Fam Zheng writes: Fam> The parameter name should be wwpn instead of wwnn. Applied to 4.10/scsi-fixes. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to

Re: [PATCH] libfc: Fix variable name in fc_set_wwpn

2017-01-13 Thread Johannes Thumshirn
On Fri, Jan 13, 2017 at 11:40:01AM +0800, Fam Zheng wrote: > The parameter name should be wwpn instead of wwnn. > > Signed-off-by: Fam Zheng > --- Yup, looks good Acked-by: Johannes Thumshirn -- Johannes Thumshirn

[PATCH] libfc: Fix variable name in fc_set_wwpn

2017-01-12 Thread Fam Zheng
The parameter name should be wwpn instead of wwnn. Signed-off-by: Fam Zheng --- include/scsi/libfc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index 96dd0b3..da5033d 100644 --- a/include/scsi/libfc.h