Re: [PATCH] scsi: fnic: use kzalloc in fnic_fcoe_process_vlan_resp

2018-01-16 Thread Martin K. Petersen
Rasmus, > This saves a little .text and gets rid of the unmotivated line break and > the sizeof(...) style inconsistency. Applied to 4.16/scsi-queue. Thanks! -- Martin K. Petersen Oracle Linux Engineering

[PATCH] scsi: fnic: use kzalloc in fnic_fcoe_process_vlan_resp

2018-01-08 Thread Rasmus Villemoes
This saves a little .text and gets rid of the unmotivated line break and the sizeof(...) style inconsistency. Signed-off-by: Rasmus Villemoes --- drivers/scsi/fnic/fnic_fcs.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

Re: [PATCH] [SCSI] fnic: use kzalloc in fnic_fcoe_process_vlan_resp

2015-10-02 Thread Johannes Thumshirn
Rasmus Villemoes writes: > This saves a little .text and avoids the sizeof(...) style > inconsistency. > > Signed-off-by: Rasmus Villemoes > --- > drivers/scsi/fnic/fnic_fcs.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >

[PATCH] [SCSI] fnic: use kzalloc in fnic_fcoe_process_vlan_resp

2015-10-01 Thread Rasmus Villemoes
This saves a little .text and avoids the sizeof(...) style inconsistency. Signed-off-by: Rasmus Villemoes --- drivers/scsi/fnic/fnic_fcs.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/scsi/fnic/fnic_fcs.c b/drivers/scsi/fnic/fnic_fcs.c