Commit d44e0780bcc47c9b8851099c0dfc1dda3c9db5a9

Authored by Randy Dunlap
Committed by Linus Torvalds
1 parent 7f46a240b0

[PATCH] kernel-doc: fix warnings in vmalloc.c

Fix new kernel-doc errors in vmalloc.c.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -457,7 +457,7 @@
457 457 * @size: allocation size
458 458 * @gfp_mask: flags for the page level allocator
459 459 * @prot: protection mask for the allocated pages
460   - * @node node to use for allocation or -1
  460 + * @node: node to use for allocation or -1
461 461 *
462 462 * Allocate enough pages to cover @size from the page level
463 463 * allocator with @gfp_mask flags. Map them into contiguous
... ... @@ -507,7 +507,7 @@
507 507 * vmalloc_node - allocate memory on a specific node
508 508 *
509 509 * @size: allocation size
510   - * @node; numa node
  510 + * @node: numa node
511 511 *
512 512 * Allocate enough pages to cover @size from the page level
513 513 * allocator and map them into contiguous kernel virtual space.