]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/eeh_cache: fix a W=1 kernel-doc warning
authorQian Cai <cai@lca.pw>
Wed, 5 Jun 2019 20:46:19 +0000 (16:46 -0400)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 1 Jul 2019 06:26:54 +0000 (16:26 +1000)
commit9fab1eaf2c5fb9b0e86cc922e5abcfd11ac71883
treec6c29f5c5ab1d656e1b2f86be51ef10a1d3a0869
parentb9a33d760d028f6afaa96d527cfe571f0e269b34
powerpc/eeh_cache: fix a W=1 kernel-doc warning

The opening comment mark "/**" is reserved for kernel-doc comments, so
it will generate a warning with "make W=1".

arch/powerpc/kernel/eeh_cache.c:37: warning: cannot understand function
prototype: 'struct pci_io_addr_range

Since this is not a kernel-doc for the struct below, but rather an
overview of this source eeh_cache.c, just use the free-form comments
kernel-doc syntax instead.

Signed-off-by: Qian Cai <cai@lca.pw>
Acked-by: Russell Currey <ruscur@russell.cc>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/eeh_cache.c