From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Subject: Re: [PATCH] wireless: Use dma_zalloc_coherent instead of dma_alloc_coherent + memset Date: Sat, 18 Aug 2018 21:29:10 +0300 Message-ID: <87pnyfttop.fsf@kamboji.qca.qualcomm.com> References: <1534604707-10874-1-git-send-email-zhongjiang@huawei.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , To: zhong jiang Return-path: In-Reply-To: <1534604707-10874-1-git-send-email-zhongjiang@huawei.com> (zhong jiang's message of "Sat, 18 Aug 2018 23:05:07 +0800") Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org zhong jiang writes: > dma_zalloc_coherent has implemented the dma_alloc_coherent() + memset (), > We prefer to dma_zalloc_coherent instead of open-codeing. > > Signed-off-by: zhong jiang > --- > drivers/net/wireless/ath/wcn36xx/dxe.c | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) The correct prefix is "wcn36xx: ", not "wireless:". I can fix it this time. https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches#commit_title_is_wrong -- Kalle Valo