mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Will Deacon <will.deacon@arm.com>
To: linux-kernel@vger.kernel.org
Cc: corbet@lwn.net, mawilcox@microsoft.com,
	Will Deacon <will.deacon@arm.com>,
	David Airlie <airlied@linux.ie>,
	Thomas Hellstrom <thellstrom@vmware.com>
Subject: [PATCH 3/3] drm/ttm: Fix comment syntax
Date: Wed, 29 Nov 2017 15:20:05 +0000	[thread overview]
Message-ID: <1511968805-20651-3-git-send-email-will.deacon@arm.com> (raw)
In-Reply-To: <1511968805-20651-1-git-send-email-will.deacon@arm.com>

"/**" identifies a kerneldoc comment, so avoid using it for comments that
don't conform to kerneldoc syntax. Without this patch, kerneldoc throws
errors when building the kernel with W=1.

Cc: David Airlie <airlied@linux.ie>
Cc: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
---
 drivers/gpu/drm/ttm/ttm_object.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/ttm/ttm_object.c b/drivers/gpu/drm/ttm/ttm_object.c
index 26a7ad0f4789..0f5800c1a57d 100644
--- a/drivers/gpu/drm/ttm/ttm_object.c
+++ b/drivers/gpu/drm/ttm/ttm_object.c
@@ -41,7 +41,7 @@
  */
 
 
-/**
+/*
  * struct ttm_object_file
  *
  * @tdev: Pointer to the ttm_object_device.
-- 
2.1.4

  parent reply	other threads:[~2017-11-29 15:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-29 15:20 [PATCH 1/3] scripts/kernel-doc: Don't fail with status != 0 if error encountered with -none Will Deacon
2017-11-29 15:20 ` [PATCH 2/3] brcmfmac: Fix comment syntax Will Deacon
2017-11-29 15:20 ` Will Deacon [this message]
2017-11-29 16:12 ` [PATCH 1/3] scripts/kernel-doc: Don't fail with status != 0 if error encountered with -none Jonathan Corbet
2017-11-29 16:35   ` Will Deacon

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=1511968805-20651-3-git-send-email-will.deacon@arm.com \
    --to=will.deacon@arm.com \
    --cc=airlied@linux.ie \
    --cc=corbet@lwn.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mawilcox@microsoft.com \
    --cc=thellstrom@vmware.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

Powered by JetHome