Re: [PATCH 16/17] lpfc: Use kzalloc instead of kmalloc

2015-12-17 Thread Hannes Reinecke
On 12/17/2015 12:12 AM, James Smart wrote: From: Punit Vara This patch is to the lpfc_els.c which resolves following warning reported by coccicheck: WARNING: kzalloc should be used for rdp_context, instead of kmalloc/memset Signed-off-by: Punit Vara

Re: [PATCH 16/17] lpfc: Use kzalloc instead of kmalloc

2015-12-17 Thread Sebastian Herbszt
James Smart wrote: > From: Punit Vara > > This patch is to the lpfc_els.c which resolves following warning > reported by coccicheck: > > WARNING: kzalloc should be used for rdp_context, instead of > kmalloc/memset > > Signed-off-by: Punit Vara >

[PATCH 16/17] lpfc: Use kzalloc instead of kmalloc

2015-12-16 Thread James Smart
From: Punit Vara This patch is to the lpfc_els.c which resolves following warning reported by coccicheck: WARNING: kzalloc should be used for rdp_context, instead of kmalloc/memset Signed-off-by: Punit Vara Signed-off-by: James Smart

Re: [PATCH 16/17] lpfc: Use kzalloc instead of kmalloc

2015-12-16 Thread Matthew R. Ochs
Reviewed-by: Matthew R. Ochs -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html