OSDN Git Service

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)
commitb1ce45e86b81e8ce354c47a7440d263e4cd5dc56
tree902b04c2a6dc3970e7b8d5baaae4cd6024b9f84f
parent344bf332ceb2364a2fcd3ab4133dce5ea35c2594
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: 1a2db300348b ("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