diff options
author | Michael Opdenacker <michael.opdenacker@free-electrons.com> | 2013-09-18 00:04:48 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-10-14 09:44:24 -0400 |
commit | 73678804f4e5255dcb9f5c1892f9a7e94d0e925d (patch) | |
tree | a1f0f1d26403bb3240b892fff6356e21600bf3b4 /drivers/base/dma-contiguous.c | |
parent | aa5e5dc2a8878ecf1a94819d889939023fd576c9 (diff) |
treewide: fix "usefull" typo
Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/base/dma-contiguous.c')
-rw-r--r-- | drivers/base/dma-contiguous.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/dma-contiguous.c b/drivers/base/dma-contiguous.c index 6c9cdaa9200d..2d730fdad7a3 100644 --- a/drivers/base/dma-contiguous.c +++ b/drivers/base/dma-contiguous.c | |||
@@ -49,7 +49,7 @@ struct cma *dma_contiguous_default_area; | |||
49 | 49 | ||
50 | /* | 50 | /* |
51 | * Default global CMA area size can be defined in kernel's .config. | 51 | * Default global CMA area size can be defined in kernel's .config. |
52 | * This is usefull mainly for distro maintainers to create a kernel | 52 | * This is useful mainly for distro maintainers to create a kernel |
53 | * that works correctly for most supported systems. | 53 | * that works correctly for most supported systems. |
54 | * The size can be set in bytes or as a percentage of the total memory | 54 | * The size can be set in bytes or as a percentage of the total memory |
55 | * in the system. | 55 | * in the system. |