]> git.baikalelectronics.ru Git - kernel.git/commit
arm64/mm: fix kernel-doc comments
authorQian Cai <cai@lca.pw>
Thu, 14 Mar 2019 16:16:19 +0000 (12:16 -0400)
committerWill Deacon <will.deacon@arm.com>
Wed, 3 Apr 2019 11:46:27 +0000 (12:46 +0100)
commit5ad569065d735d5ccc9906e0e3f5f5738f712928
tree902b04c2a6dc3970e7b8d5baaae4cd6024b9f84f
parent81d409c5abd5cd9368856f20b32c63ddb0f1d638
arm64/mm: fix kernel-doc comments

Building a kernel with W=1 generates several warnings due to abuse of
kernel-doc comments:

  | arch/arm64/mm/numa.c:281: warning: Cannot understand  *
  |   on line 281 - I thought it was a doc line

Tidy up the comments to remove the warnings.

Fixes: d04da22c1066 ("arm64, numa: Add NUMA support for arm64 platforms.")
Signed-off-by: Qian Cai <cai@lca.pw>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/mm/numa.c