aboutsummaryrefslogtreecommitdiff
path: root/include/linux/string_helpers.h
diff options
context:
space:
mode:
authorRicardo Ribalda Delgado <[email protected]>2015-02-11 13:53:15 +0100
committerMarek Szyprowski <[email protected]>2015-03-09 13:05:47 +0100
commit04abab698285297115e5096b3100df1064045529 (patch)
treeb81b23e56d884fb10d32ffadec2bc8ae83e7211a /include/linux/string_helpers.h
parent8582e267e9a29ccfd2151c5d74bc2b1440dfb827 (diff)
include/dma-mapping: Clarify output of dma_map_sg
Although dma_map_sg returns 0 on error and it cannot return a value < 0, the function returns a signed integer. Most of the time, this function is used with a scatterlist structure. This structure uses an unsigned integer for the number of memory. A dma developer that has not read in detail DMA-API.txt, can wrongly return a value < 0 on error. Signed-off-by: Ricardo Ribalda Delgado <[email protected]> Signed-off-by: Marek Szyprowski <[email protected]>
Diffstat (limited to 'include/linux/string_helpers.h')
0 files changed, 0 insertions, 0 deletions