From patchwork Thu Oct 30 11:59:13 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masanari Iida X-Patchwork-Id: 5198711 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 47FE19F472 for ; Thu, 30 Oct 2014 16:09:04 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D10012022D for ; Thu, 30 Oct 2014 16:09:02 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id DD0E420225 for ; Thu, 30 Oct 2014 16:09:01 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7B0C96E0A7; Thu, 30 Oct 2014 09:08:59 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-pa0-f45.google.com (mail-pa0-f45.google.com [209.85.220.45]) by gabe.freedesktop.org (Postfix) with ESMTP id 823446E564 for ; Thu, 30 Oct 2014 04:59:28 -0700 (PDT) Received: by mail-pa0-f45.google.com with SMTP id lf10so5343011pab.32 for ; Thu, 30 Oct 2014 04:59:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=ergLRF/uDmzLUNkHqwamAcul9qdGdKdKchD7G1Tl+4Q=; b=qEuRaqlxHqk0qMmdjwiAegEohCV39O/10IdWuUHsX7Qfp9xEAT3DKUeYa/nuCQazkE WFCs8r+L2K/6HUm5x0yNqOdC2wA0xP131QNxja4PSSOzCpjYdQvUKKu30gZpuRngy9pY mGvdXqPhHf1VzWuxmgV4SOoByYlg1zD0BlgiijPjDuntIVE8i/u8tVwRYF9IaGM6xE7U I3DqjG5v6870HknN9cmTBVNnipF7ePerUFAaV5hGTrrEIFGCo+kVDzDEaym5dYMk/uvI OQF5Fajrt14myJ4I+I3AebI3FM5hKuuEHc7wCSvH6u1UHh39X0XJ/PJ4pi5HvACn81wW 0m+Q== X-Received: by 10.66.227.103 with SMTP id rz7mr3089111pac.45.1414670368241; Thu, 30 Oct 2014 04:59:28 -0700 (PDT) Received: from masabert (p186008-omed01.osaka.ocn.ne.jp. [153.158.41.8]) by mx.google.com with ESMTPSA id t1sm6969141pda.59.2014.10.30.04.59.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Oct 2014 04:59:27 -0700 (PDT) Received: by masabert (Postfix, from userid 1000) id EA060DF490; Thu, 30 Oct 2014 20:59:16 +0900 (JST) From: Masanari Iida To: linux-kernel@vger.kernel.org, daniel.vetter@ffwll.ch, airlied@linux.ie, dri-devel@lists.freedesktop.org Subject: [PATCH] drm: Fix warning caused by missing description in drm_modeset_lock.h Date: Thu, 30 Oct 2014 20:59:13 +0900 Message-Id: <1414670353-8198-1-git-send-email-standby24x7@gmail.com> X-Mailer: git-send-email 2.1.2.555.gfbecd99 X-Mailman-Approved-At: Thu, 30 Oct 2014 09:08:58 -0700 Cc: Masanari Iida X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch fix following warning while "make xmldocs". Warning(.//include/drm/drm_modeset_lock.h:61): No description found for parameter 'trylock_only' Signed-off-by: Masanari Iida --- include/drm/drm_modeset_lock.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/drm/drm_modeset_lock.h b/include/drm/drm_modeset_lock.h index 75a5c45..60b2da6 100644 --- a/include/drm/drm_modeset_lock.h +++ b/include/drm/drm_modeset_lock.h @@ -33,6 +33,7 @@ struct drm_modeset_lock; * @ww_ctx: base acquire ctx * @contended: used internally for -EDEADLK handling * @locked: list of held locks + * @trylock_only: Trylock mode, use only for panic handlers * * Each thread competing for a set of locks must use one acquire * ctx. And if any lock fxn returns -EDEADLK, it must backoff and