summaryrefslogtreecommitdiff
path: root/drivers/crypto/amcc
diff options
context:
space:
mode:
authorAditya Srivastava <yashsri421@gmail.com>2021-03-20 23:25:25 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2021-03-26 12:15:58 +0300
commitdbb153c02bacecfbc695738bf7fec4becd46bc39 (patch)
treea4817c8fa076014eaa50c83e28fad948941a10a9 /drivers/crypto/amcc
parent8bbecfb402f76b6977a6c5661ad3cfb0051a9776 (diff)
downloadlinux-dbb153c02bacecfbc695738bf7fec4becd46bc39.tar.xz
crypto: vmx - fix incorrect kernel-doc comment syntax in files
The opening comment mark '/**' is used for highlighting the beginning of kernel-doc comments. There are certain files in drivers/crypto/vmx, which follow this syntax, but the content inside does not comply with kernel-doc. Such lines were probably not meant for kernel-doc parsing, but are parsed due to the presence of kernel-doc like comment syntax(i.e, '/**'), which causes unexpected warnings from kernel-doc. E.g., presence of kernel-doc like comment in the header line for drivers/crypto/vmx/vmx.c causes this warning by kernel-doc: "warning: expecting prototype for Routines supporting VMX instructions on the Power 8(). Prototype was for p8_init() instead" Similarly for other files too. Provide a simple fix by replacing such occurrences with general comment format, i.e. '/*', to prevent kernel-doc from parsing it. Signed-off-by: Aditya Srivastava <yashsri421@gmail.com> Reviewed-by: Daniel Axtens <dja@axtens.net> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/amcc')
0 files changed, 0 insertions, 0 deletions