linux-kernel-mentees.lists.linuxfoundation.org archive mirror
 help / color / mirror / Atom feed
From: dwlsalmeida@gmail.com (Daniel W. S. Almeida)
Subject: [Linux-kernel-mentees] [PATCH] drm: i915: fix kernel-doc warnings in i915_drv.h
Date: Mon, 30 Sep 2019 21:58:51 -0300	[thread overview]
Message-ID: <20191001005851.276806-1-dwlsalmeida@gmail.com> (raw)
Message-ID: <20191001005851.f_OUsRDf1iPQYwl0UgFWty2wEFbfZq0WVL2KMt5vprA@z> (raw)

From: "Daniel W. S. Almeida" <dwlsalmeida@gmail.com>

The warnings were generated due to missing or misplaced characters.
Now fixed. No other change in content.

Signed-off-by: Daniel W. S. Almeida <dwlsalmeida at gmail.com>
---
 drivers/gpu/drm/i915/i915_drv.h | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 772154e4073e..941f60304932 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -1126,7 +1126,7 @@ struct i915_perf_stream {
 	struct i915_oa_config *oa_config;
 
 	/**
-	 * The OA context specific information.
+	 * @pinned_ctx: The OA context specific information.
 	 */
 	struct intel_context *pinned_ctx;
 	u32 specific_ctx_id;
@@ -1140,7 +1140,7 @@ struct i915_perf_stream {
 	int period_exponent;
 
 	/**
-	 * State of the OA buffer.
+	 * @oa_buffer: State of the OA buffer.
 	 */
 	struct {
 		struct i915_vma *vma;
@@ -1150,7 +1150,7 @@ struct i915_perf_stream {
 		int format_size;
 		int size_exponent;
 
-		/**
+		/*
 		 * Locks reads and writes to all head/tail state
 		 *
 		 * Consider: the head and tail pointer state needs to be read
@@ -1172,7 +1172,7 @@ struct i915_perf_stream {
 		 */
 		spinlock_t ptr_lock;
 
-		/**
+		/*
 		 * One 'aging' tail pointer and one 'aged' tail pointer ready to
 		 * used for reading.
 		 *
@@ -1184,18 +1184,18 @@ struct i915_perf_stream {
 			u32 offset;
 		} tails[2];
 
-		/**
+		/*
 		 * Index for the aged tail ready to read() data up to.
 		 */
 		unsigned int aged_tail_idx;
 
-		/**
+		/*
 		 * A monotonic timestamp for when the current aging tail pointer
 		 * was read; used to determine when it is old enough to trust.
 		 */
 		u64 aging_timestamp;
 
-		/**
+		/*
 		 * Although we can always read back the head pointer register,
 		 * we prefer to avoid trusting the HW state, just to avoid any
 		 * risk that some hardware condition could * somehow bump the
-- 
2.23.0

             reply	other threads:[~2019-10-01  0:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-01  0:58 dwlsalmeida [this message]
2019-10-01  0:58 ` [Linux-kernel-mentees] [PATCH] drm: i915: fix kernel-doc warnings in i915_drv.h Daniel W. S. Almeida

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191001005851.276806-1-dwlsalmeida@gmail.com \
    --to=dwlsalmeida@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).