From patchwork Fri Oct 5 08:11:52 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 10627567 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 DE6D215A6 for ; Fri, 5 Oct 2018 08:12:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D71F829265 for ; Fri, 5 Oct 2018 08:12:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id CB3D529272; Fri, 5 Oct 2018 08:12: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 8456629265 for ; Fri, 5 Oct 2018 08:12:46 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 039296E778; Fri, 5 Oct 2018 08:12:34 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-ed1-x544.google.com (mail-ed1-x544.google.com [IPv6:2a00:1450:4864:20::544]) by gabe.freedesktop.org (Postfix) with ESMTPS id 761566E77F for ; Fri, 5 Oct 2018 08:12:32 +0000 (UTC) Received: by mail-ed1-x544.google.com with SMTP id y20-v6so4230436eds.10 for ; Fri, 05 Oct 2018 01:12:32 -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:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=u1TzXLWIVd/KM0s/xEAM0fs7YhMrDp/SZCDffZYmA+k=; b=HKozMdQSWO3HqlzpAl0/3tQwWc42h/8b/1YLUt0dtpVP49V5p3Sdp1FKMVCHysOvMV ZFL9yVG8kUZ7vd+6oqtK0Fg1D7SfhjXHuEXfnteQ0EKf1cd8W8LWUw6EsFmxkOPQPAcC sJf1wvV5H5Pol0nu6+ZMrGnKJRKYDrCy7BWqZrIz31ukx5t8HCXM2NBWgRxahl7D2SGN 9YF3d/HW5zhT1DqJWBDbgQ7v/UMeQ7mHUTCFj4wkM0ppx4g6VAf2zrpx1OrwtlcjteZV uNs1Lcr12enAA9dlONwEURl8KuSYE+hGbBGF6cupN0BbwK8rLc1Z7DNXIexU6N3LFBm/ HBTA== X-Gm-Message-State: ABuFfogEfc5y/qS9rP0tEmzhDqT7vaDACLsusB+3Ujl6Ycs42S/ylC80 ofWEIlGCUirYrUn47L0V1qNKrctkcw4= X-Google-Smtp-Source: ACcGV60rnKP0cim2QZy9S77jevfzFGqjy3k2HOAvnzoCYOw/SUI2XB6rspcoTsitb1lRtApD9OCCAQ== X-Received: by 2002:a17:906:3d61:: with SMTP id r1-v6mr10430918ejf.49.1538727150668; Fri, 05 Oct 2018 01:12:30 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:569e:0:3106:d637:d723:e855]) by smtp.gmail.com with ESMTPSA id b12-v6sm1260087eje.36.2018.10.05.01.12.29 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 Oct 2018 01:12:29 -0700 (PDT) From: Daniel Vetter To: Intel Graphics Development Date: Fri, 5 Oct 2018 10:11:52 +0200 Message-Id: <20181005081152.29482-22-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 2.19.0.rc2 In-Reply-To: <20181005081152.29482-1-daniel.vetter@ffwll.ch> References: <20181005081152.29482-1-daniel.vetter@ffwll.ch> MIME-Version: 1.0 Subject: [Intel-gfx] [FOR CI 22/22] drm/vblank: Remove old-style comments X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" 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 --- 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.