]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
committerJack Vogel <jack.vogel@oracle.com>
Wed, 7 Mar 2018 04:11:29 +0000 (20:11 -0800)
commit87798f79cd49483d43153c905e06e1e3d18255ac
tree51014732799b0fc0823e0f2fb3be6596669f5d48
parentac245bda77ae2acb1a044cbc7429e0a60dbe3d59
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>
(cherry picked from commit dbc1ebe7b0fd43f7d74ba0e87b411eb48c9fdeb2)

Orabug: 27587343
Signed-off-by: Jack Vogel <jack.vogel@oracle.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/fnic/fnic_fcs.c