Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp1927842ybl; Tue, 3 Dec 2019 15:09:25 -0800 (PST) X-Google-Smtp-Source: APXvYqyKgfNd7olRenWl5MJfsDT9vdYoB1rDaOXvJTUypKnC5oI/N6QxCZq1BC4QYPDJFA76WPyr X-Received: by 2002:a05:6830:95:: with SMTP id a21mr262380oto.167.1575414564982; Tue, 03 Dec 2019 15:09:24 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575414564; cv=none; d=google.com; s=arc-20160816; b=Nle2UaRO5MnXAl0Z01azgnaqC+NsHG3vU7RiFsEm9DdoUajYFkhASoBPb6djDsQSud ORmmzo+aQ4hKxuPhPwBUO/g3p85Wiv3BESlImGO0u5DKI3g0EKfDA17/P1srFQ1nCJ9+ FAXydCa4yTGJ2NNgQzWgLfN/q0f8h6Q0jvKxGvmwi8Yxt/apJ0cG8nU4cCk4JyVFGDAc p7bqRfppSb7A6/mIQBUfSXLua3/yMTcvfn/UeY9aCanxGKvr+AGSaG7OGoi0hazcwyy1 Mt3PKTKQqMoNhinVgSvKakFYjDwHghS/5q+wAa7VYyin/Lt92TKWEc7A5eujLwGCZO40 5T8Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=HGITdeZVSgzDhrx44pzCBgmzt36zYciNpR797mLOu5E=; b=mgpK9Md0yhlIVdoKY+GU3rK2tYFhRy+MRV2AaU7d9TVestrSSWxE2pdv2db05qRmQP QiogmiC8igMS5jOtGO/pGMLxwB9bPSqFLRkdJtZ62GbQEzzQLuWwUFhX9WtWKYqTHamx TcQYfxX9B+2gxRMNyIfqfxd1wTm+kq/Zd6MckTXJtZQNqkLX0E7sTRwDo+C7PJKQ4o5E hdSdQqaMMlrhJ3HouoaFZy83btCxEdkB+/CFB0bZ6uBgsMW/rGlOq7POYKVzXsyzcAcp dTiFGCWVTjoMLiZz/qo+HuuKRX35GxlROqLjyD5qwKOqZT9OyZMQI0b2pxseKbxWefXm ibjg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=B+5pc2nS; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 8si1985628ota.266.2019.12.03.15.09.12; Tue, 03 Dec 2019 15:09:24 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=B+5pc2nS; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729072AbfLCWpf (ORCPT + 99 others); Tue, 3 Dec 2019 17:45:35 -0500 Received: from mail.kernel.org ([198.145.29.99]:34180 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727901AbfLCWpe (ORCPT ); Tue, 3 Dec 2019 17:45:34 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 060CF2073C; Tue, 3 Dec 2019 22:45:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575413133; bh=CFbyICVMg0BGL5eCOv0DJz8yDGSEwWUHhTT7v4gPrhY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=B+5pc2nSFr7HYmQWPa7SDK8wU87nDfhdHHHUs0thBlWUkBpa30C+87rQkMkoHjkGH VJmY6dQ2qpWOGE5foSbQIGpVQwHP34p/h7eQC4ysRkgMNhUvAwlxW/bThbr/Iz5r70 CkvOmruZQsEEWl6hLN+oa4aR9fE6k9m2Kr2MPKi8= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Randy Dunlap , Philipp Zabel , Sasha Levin Subject: [PATCH 4.19 012/321] reset: fix reset_control_ops kerneldoc comment Date: Tue, 3 Dec 2019 23:31:18 +0100 Message-Id: <20191203223427.758333833@linuxfoundation.org> X-Mailer: git-send-email 2.24.0 In-Reply-To: <20191203223427.103571230@linuxfoundation.org> References: <20191203223427.103571230@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Randy Dunlap [ Upstream commit f430c7ed8bc22992ed528b518da465b060b9223f ] Add a missing short description to the reset_control_ops documentation. Signed-off-by: Randy Dunlap [p.zabel@pengutronix.de: rebased and updated commit message] Signed-off-by: Philipp Zabel Signed-off-by: Sasha Levin --- include/linux/reset-controller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/reset-controller.h b/include/linux/reset-controller.h index 9326d671b6e6c..8675ec64987bb 100644 --- a/include/linux/reset-controller.h +++ b/include/linux/reset-controller.h @@ -7,7 +7,7 @@ struct reset_controller_dev; /** - * struct reset_control_ops + * struct reset_control_ops - reset controller driver callbacks * * @reset: for self-deasserting resets, does all necessary * things to reset the device -- 2.20.1