diff options
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-06-08 21:06:15 +0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-06-21 06:33:18 +0400 |
commit | 0d74f86f37306da8619eb049d88ab7ee523eec9c (patch) | |
tree | 28d212fd4bd47370840db56e2598f58d179bc968 /include/drm/ttm/ttm_page_alloc.h | |
parent | 20633442eb6ce7b0b55252a24b981afe42b3d361 (diff) | |
download | linux-0d74f86f37306da8619eb049d88ab7ee523eec9c.tar.xz |
ttm: Fix spelling mistakes and remove unused #ifdef
. and some comments to make it easier to understand.
Ackedby: Randy Dunlap <randy.dunlap@oracle.com>
[v2: Added some more updates from Randy Dunlap]
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm/ttm/ttm_page_alloc.h')
-rw-r--r-- | include/drm/ttm/ttm_page_alloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/ttm/ttm_page_alloc.h b/include/drm/ttm/ttm_page_alloc.h index 8062890f725e..129de12353f1 100644 --- a/include/drm/ttm/ttm_page_alloc.h +++ b/include/drm/ttm/ttm_page_alloc.h @@ -32,7 +32,7 @@ /** * Get count number of pages from pool to pages list. * - * @pages: heado of empty linked list where pages are filled. + * @pages: head of empty linked list where pages are filled. * @flags: ttm flags for page allocation. * @cstate: ttm caching state for the page. * @count: number of pages to allocate. |