]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/vt-d: Drop the kernel doc annotation
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 18 Aug 2021 13:48:50 +0000 (21:48 +0800)
committerJoerg Roedel <jroedel@suse.de>
Thu, 19 Aug 2021 08:41:08 +0000 (10:41 +0200)
commit36c0c28ab5e3ec9f42d6ca9f9b0a8dd525806f97
tree282ffabde46e4ec18af8198d2f8eb3d278124381
parentce49b77030dc523ac7784f116fac45cbce6998d4
iommu/vt-d: Drop the kernel doc annotation

Kernel doc validator is unhappy with the following

.../perf.c:16: warning: Function parameter or member 'latency_lock' not described in 'DEFINE_SPINLOCK'
.../perf.c:16: warning: expecting prototype for perf.c(). Prototype was for DEFINE_SPINLOCK() instead

Drop kernel doc annotation since the top comment is not in the required format.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210729163538.40101-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Link: https://lore.kernel.org/r/20210818134852.1847070-8-baolu.lu@linux.intel.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/intel/perf.c