diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 18:45:46 +0300 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 18:45:46 +0300 |
commit | fd3f8984f6fa1ad1a6c2283eef48ba6e5242bcc5 (patch) | |
tree | 12f69b5301ece00daff4a73aa9ed92e9e88d07a0 /include/linux/dmaengine.h | |
parent | ab690d9fedf5103bc3057bcd20555159f613b5f2 (diff) | |
download | linux-fd3f8984f6fa1ad1a6c2283eef48ba6e5242bcc5.tar.xz |
include/linux/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'include/linux/dmaengine.h')
-rw-r--r-- | include/linux/dmaengine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h index 55c9a6952f44..5c84bf897593 100644 --- a/include/linux/dmaengine.h +++ b/include/linux/dmaengine.h @@ -29,7 +29,7 @@ #include <linux/dma-mapping.h> /** - * enum dma_state - resource PNP/power managment state + * enum dma_state - resource PNP/power management state * @DMA_RESOURCE_SUSPEND: DMA device going into low power state * @DMA_RESOURCE_RESUME: DMA device returning to full power * @DMA_RESOURCE_AVAILABLE: DMA device available to the system |