scsi: fnic: use kzalloc in fnic_fcoe_process_vlan_resp
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Mon, 8 Jan 2018 23:11:15 +0000 (00:11 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 17 Jan 2018 05:54:51 +0000 (00:54 -0500)
commitdbc1ebe7b0fd43f7d74ba0e87b411eb48c9fdeb2
tree0f608da2ebffd78705ebccc69d388a2de5300571
parent87058dded5df91f5e61aa2c80edb06daa41ed6dc
scsi: fnic: use kzalloc in fnic_fcoe_process_vlan_resp

This saves a little .text and gets rid of the unmotivated line break and
the sizeof(...) style inconsistency.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/fnic/fnic_fcs.c