[PATCH] perf: Fix alignment in a kerneldoc comment

From: Alexander Shishkin
Date: Tue Feb 14 2017 - 07:49:41 EST


Commit 6ce77bfd6c ("perf/core: Allow kernel filters on CPU events") added
"nr_file_filters" to the filters structure and its kerneldoc description,
which now requires that other fields' descriptions be padded to the next
tabstop to not look ugly.

Signed-off-by: Alexander Shishkin <alexander.shishkin@xxxxxxxxxxxxxxx>
---
include/linux/perf_event.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h
index 258ebdb533..8f347b84cf 100644
--- a/include/linux/perf_event.h
+++ b/include/linux/perf_event.h
@@ -503,9 +503,9 @@ struct perf_addr_filter {

/**
* struct perf_addr_filters_head - container for address range filters
- * @list: list of filters for this event
- * @lock: spinlock that serializes accesses to the @list and event's
- * (and its children's) filter generations.
+ * @list: list of filters for this event
+ * @lock: spinlock that serializes accesses to the @list and
+ * event's (and its children's) filter generations.
* @nr_file_filters: number of file-based filters
*
* A child event will use parent's @list (and therefore @lock), so they are
--
2.11.0