lkml.org 
[lkml]   [2018]   [Aug]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v2 0/4] Use dma_zalloc_coherent and kvcalloc to replace open code
Date

v1->v2:

According to Andy and Joe suggestions.
[patch 1/4] get rid of unnessary parens and use kvcalloc and kvfree to
replace the vmalloc and vfree.
[patch 2/4] modify the changelog as Andy's suggestion.
[patch 3/4] replace vmalloc and vfree by using kvcalloc adn kvfree.
[patch 4/4] do nothing. just add Andy's review-by.


zhong jiang (4):
driver/scsi/fnic/fnic_trace: Use kvcalloc instead of vmalloc+memset
drivers/scsi/dpt_i2o: Use dma_zalloc_coherent to repalce
dma_alloc_coherent+memset
drivers/scsi/snic/snic_trc: Use kvcalloc instead of vmalloc+memset
drivers/scsi/mvsas/mv_init: Use dma_zalloc_coherent to replace
dma_alloc_coherent+memset

drivers/scsi/dpt_i2o.c | 12 ++++--------
drivers/scsi/fnic/fnic_trace.c | 7 +++----
drivers/scsi/mvsas/mv_init.c | 12 ++++--------
drivers/scsi/snic/snic_trc.c | 7 +++----
4 files changed, 14 insertions(+), 24 deletions(-)

--
1.7.12.4

\
 
 \ /
  Last update: 2018-08-02 13:41    [W:0.065 / U:0.184 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site