]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: vexpress/spc: Fix kernel-doc build warning for ve_spc_cpu_in_wfi
authorSudeep Holla <sudeep.holla@arm.com>
Mon, 4 Apr 2022 13:02:06 +0000 (14:02 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Thu, 7 Apr 2022 09:48:52 +0000 (10:48 +0100)
commit6afc6155f59191c4498bbe7a105424f2d5365e69
treee31c80a06a32d97ee5da5a5f6c2f3a498a5ca95b
parent2d8a219bb3b5da42e5c6f523a2b46c50c3f57468
ARM: vexpress/spc: Fix kernel-doc build warning for ve_spc_cpu_in_wfi

Kbuild bot reported the following kernel-doc build warning:

  |  arch/arm/mach-versatile/spc.c:231: warning: This comment starts with
  | '/**', but isn't a kernel-doc comment.
  | Refer Documentation/doc-guide/kernel-doc.rst
  |   * ve_spc_cpu_in_wfi(u32 cpu, u32 cluster)

Fix the issue by dropping the parameters specified in the kernel doc.

Link: https://lore.kernel.org/linux-doc/202204031026.4ogKxt89-lkp@intel.com
Link: https://lore.kernel.org/r/20220404130207.1162445-1-sudeep.holla@arm.com
Cc: Liviu Dudau <liviu.dudau@arm.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
arch/arm/mach-vexpress/spc.c