From patchwork Fri Oct 5 07:36:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 10627435 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DAB711731 for ; Fri, 5 Oct 2018 07:36:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B007C291DA for ; Fri, 5 Oct 2018 07:36:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A2EF6292AB; Fri, 5 Oct 2018 07:36:46 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 595A7291DA for ; Fri, 5 Oct 2018 07:36:46 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 851E96E70B; Fri, 5 Oct 2018 07:36:45 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-ed1-x542.google.com (mail-ed1-x542.google.com [IPv6:2a00:1450:4864:20::542]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0DB476E70B for ; Fri, 5 Oct 2018 07:36:44 +0000 (UTC) Received: by mail-ed1-x542.google.com with SMTP id y20-v6so4148324eds.10 for ; Fri, 05 Oct 2018 00:36:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=u1TzXLWIVd/KM0s/xEAM0fs7YhMrDp/SZCDffZYmA+k=; b=sYdTOVA/XHlBuFz4Df3NyU1MabcshN1g8i4YzvCYpefw+9WcKe/fwojApWtLWjuYUw YdzWorjxQpulAn+HLSzjDnfCgRx4StFAPoPTaz9fuONeMOWfrb3NiOVE1lmLZ7wYdKbP tmuEf12a5x+VrO9IxKu+3VJQ65nfpyhHTjjfIO5SjMKYrBw9NnP5TkD+oUEAXPw/0yT1 0uhAT0YJzretuhnD3A/Q6n+txRz2U2G3C7EVnEGPpgh1v1u0Op38IbCMZAjLyk8Ir9ok P1awqsCBkfUlo90HfVKgm/X0/i1QWWuAQMky1yyjwL+fFX2+C83Dcn23ZKqAFYxo3QZE zszw== X-Gm-Message-State: ABuFfoicIkaIrqIyiBAPy+fMuBjKMmoS73Y8bT9yjQfCiD/U631BwDRh 3qP2fukhLG7KB+/nZyAz6yjxAVE9Y2Q= X-Google-Smtp-Source: ACcGV63TKY5K3vV7CIPbZMHbLo5ZjFkcc4b/c/l0vIDk/8fWrkwgFDsvoK176EistNgyVcaAp0CI/g== X-Received: by 2002:a50:b003:: with SMTP id i3-v6mr12938562edd.120.1538725002407; Fri, 05 Oct 2018 00:36:42 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:569e:0:3106:d637:d723:e855]) by smtp.gmail.com with ESMTPSA id q3-v6sm1259088ejj.50.2018.10.05.00.36.41 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 Oct 2018 00:36:41 -0700 (PDT) From: Daniel Vetter To: DRI Development Subject: [PATCH] drm/vblank: Remove old-style comments Date: Fri, 5 Oct 2018 09:36:36 +0200 Message-Id: <20181005073636.27291-1-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 2.19.0.rc2 MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Daniel Vetter , Daniel Vetter Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Somehow I forgot a few when typing all the shiny new kerneldoc. Drop them. Signed-off-by: Daniel Vetter Reviewed-by: Ville Syrjälä --- include/drm/drm_vblank.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/drm/drm_vblank.h b/include/drm/drm_vblank.h index d25a9603ab57..6ad9630d4f48 100644 --- a/include/drm/drm_vblank.h +++ b/include/drm/drm_vblank.h @@ -95,7 +95,7 @@ struct drm_vblank_crtc { /** * @queue: Wait queue for vblank waiters. */ - wait_queue_head_t queue; /**< VBLANK wait queue */ + wait_queue_head_t queue; /** * @disable_timer: Disable timer for the delayed vblank disabling * hysteresis logic. Vblank disabling is controlled through the @@ -107,7 +107,7 @@ struct drm_vblank_crtc { /** * @seqlock: Protect vblank count and time. */ - seqlock_t seqlock; /* protects vblank count and time */ + seqlock_t seqlock; /** * @count: Current software vblank counter. @@ -123,7 +123,7 @@ struct drm_vblank_crtc { * this refcount reaches 0 can the hardware interrupt be disabled using * @disable_timer. */ - atomic_t refcount; /* number of users of vblank interruptsper crtc */ + atomic_t refcount; /** * @last: Protected by &drm_device.vbl_lock, used for wraparound handling. */ @@ -136,7 +136,7 @@ struct drm_vblank_crtc { * call drm_crtc_vblank_off() and drm_crtc_vblank_on(), which explicitly * save and restore the vblank count. */ - unsigned int inmodeset; /* Display driver is setting mode */ + unsigned int inmodeset; /** * @pipe: drm_crtc_index() of the &drm_crtc corresponding to this * structure.