* [RFC] I found an errataum at drivers/base/dma-contiguous.c:294
@ 2014-05-22 1:37 Gioh Kim
2014-05-22 2:54 ` David Rientjes
0 siblings, 1 reply; 3+ messages in thread
From: Gioh Kim @ 2014-05-22 1:37 UTC (permalink / raw)
To: Marek Szyprowski, linux-kernel, Michal Nazarewicz
Cc: 이건호
This is not a big deal but I think get_dev_cma_area is errataum of dev_get_cma_area.
diff --git a/drivers/base/dma-contiguous.c b/drivers/base/dma-contiguous.c
index b056661..6343f25 100644
--- a/drivers/base/dma-contiguous.c
+++ b/drivers/base/dma-contiguous.c
@@ -291,7 +291,7 @@ err:
*
* This function allocates memory buffer for specified device. It uses
* device specific contiguous memory area if available or the default
- * global one. Requires architecture specific get_dev_cma_area() helper
+ * global one. Requires architecture specific dev_get_cma_area() helper
* function.
*/
struct page *dma_alloc_from_contiguous(struct device *dev, int count,
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [RFC] I found an errataum at drivers/base/dma-contiguous.c:294
2014-05-22 1:37 [RFC] I found an errataum at drivers/base/dma-contiguous.c:294 Gioh Kim
@ 2014-05-22 2:54 ` David Rientjes
2014-05-22 4:40 ` Gioh Kim
0 siblings, 1 reply; 3+ messages in thread
From: David Rientjes @ 2014-05-22 2:54 UTC (permalink / raw)
To: Gioh Kim
Cc: Marek Szyprowski, linux-kernel, Michal Nazarewicz,
이건호
On Thu, 22 May 2014, Gioh Kim wrote:
> This is not a big deal but I think get_dev_cma_area is errataum of dev_get_cma_area.
>
Looks good, but you may want to read Documentation/SubmittingPatches when
proposing patches.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [RFC] I found an errataum at drivers/base/dma-contiguous.c:294
2014-05-22 2:54 ` David Rientjes
@ 2014-05-22 4:40 ` Gioh Kim
0 siblings, 0 replies; 3+ messages in thread
From: Gioh Kim @ 2014-05-22 4:40 UTC (permalink / raw)
To: David Rientjes
Cc: Marek Szyprowski, linux-kernel, Michal Nazarewicz,
이건호
Thanks your advice.
I'll send a patch soon.
2014-05-22 오전 11:54, David Rientjes 쓴 글:
> On Thu, 22 May 2014, Gioh Kim wrote:
>
>> This is not a big deal but I think get_dev_cma_area is errataum of dev_get_cma_area.
>>
>
> Looks good, but you may want to read Documentation/SubmittingPatches when
> proposing patches.
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-05-22 4:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-22 1:37 [RFC] I found an errataum at drivers/base/dma-contiguous.c:294 Gioh Kim
2014-05-22 2:54 ` David Rientjes
2014-05-22 4:40 ` Gioh Kim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox