summaryrefslogtreecommitdiff
path: root/drivers/soc
diff options
context:
space:
mode:
authorAditya Srivastava <yashsri421@gmail.com>2021-03-14 10:28:28 +0300
committerLi Yang <leoyang.li@nxp.com>2021-04-06 23:33:32 +0300
commitdc67dac617e3586ec2db49f3c4fde1d6ac7afe14 (patch)
treea599145a758db5267845c6e74436ba2c3ee9e30f /drivers/soc
parent9469f04bb9e69e437941c52f0802284e5d3fa4bc (diff)
downloadlinux-dc67dac617e3586ec2db49f3c4fde1d6ac7afe14.tar.xz
soc: fsl: guts: fix comment syntax in file
The opening comment mark '/**' is used for kernel-doc comments. There are certain comments in include/linux/fsl/guts.h which follows this syntax, but the content inside does not comply with kernel-doc. E.g., opening comment for "Freecale 85xx and 86xx Global Utilties register set" follows kernel-doc syntax(i.e., '/**'), but the content inside does not comply with any kernel-doc specification (function, struct, etc). This causes unwelcomed warning from kernel-doc: "warning: expecting prototype for Freecale 85xx and 86xx Global Utilties register set(). Prototype was for __FSL_GUTS_H__() instead" Replace all such comment occurrences with general comment format, i.e. '/*' to pervent kernel-doc from parsing these. Signed-off-by: Aditya Srivastava <yashsri421@gmail.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Li Yang <leoyang.li@nxp.com>
Diffstat (limited to 'drivers/soc')
0 files changed, 0 insertions, 0 deletions