diff --git a/include/linux/highmem.h b/include/linux/highmem.h index 177b07944640799f14634b1fcc00863bf2696386..0bd5ed4ac3914d5787e8eb6ec4e5fa280810dfab 100644 --- a/include/linux/highmem.h +++ b/include/linux/highmem.h @@ -60,7 +60,7 @@ static inline void kmap_flush_unused(void); /** * kmap_local_page - Map a page for temporary usage - * @page: Pointer to the page to be mapped + * @page: Pointer to the page to be mapped * * Returns: The virtual address of the mapping *