Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp762208ybl; Wed, 4 Dec 2019 10:25:27 -0800 (PST) X-Google-Smtp-Source: APXvYqyDOiiXdYtFm+Ygw+722qAJjX8QC1VqqITi+OSr109NCmfKWojW33giYYAJ+4CiiYlkXlnA X-Received: by 2002:aca:ed81:: with SMTP id l123mr3828268oih.129.1575483927538; Wed, 04 Dec 2019 10:25:27 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575483927; cv=none; d=google.com; s=arc-20160816; b=EEjvNSBMBQqfnkNTS5DTis2sqQmYflF0h9gnKBU0TMP5vLaqOHnzt7ojRRt/GvV7pB xLEuckDKsi7H60TonQoiwBdHZAkG4EFAC7n0DcYgjIHaon3LnF/UF704KxZFZvOqxMR1 dxjZvonfa3zVx5lmoD5UbLvGTcVUoRcpx8kJkxxTjettkN6/Bc5LAF0ZCyD0AQVZ62N/ tnso8lccMoi5A3P1Un/P7v5Mq03YIXF7ETBZ3SsKfdrqXSBBJdTX8S/TGh1CCLYtEFZO 5PNTeVtdXwwFTYA6pR0o/8gOXPdyDojMzoxc9RpU7JkU+l39GdoWKSfLhVBtKqTJRNHJ KbnA== 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=GB2Igcck9oheiV1LyJhdaxq3O7tDZAOe6KTNzzqoj1Q=; b=z8CxRFa+HpANV8xnfSGwC4fkK/Wsyj5tuqq4eoVs50Lky3RP0b3NQOi15bcDWyyLsx ge5dstwLOx+lhbb8oRZLSO6Au2ICeT7pg4q6S1onMiPlN/9DHOeAKRez7wvb9eD4ET4h ElPZMaBtYDF6qEe7py9oKH1RKFiLmASFUtR0iTAG0BeoftpzssudFxiKY2aV128NWoVO 35lCXnej9hz/suU/RyU2YU//aMEpMCqtzbVVayWtJZiZerz2YWTAVj+/u7xIFGh6KLi0 DX+j5OnAe7xLfCGeS9OydNhm3EbEnvKDJtnqGqe9/V14ItzBWbbptPRveB8+kWbG0COE 8UIA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="pxqC/SHA"; 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 u11si3458481oic.152.2019.12.04.10.25.15; Wed, 04 Dec 2019 10:25:27 -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="pxqC/SHA"; 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 S1730846AbfLDSYO (ORCPT + 99 others); Wed, 4 Dec 2019 13:24:14 -0500 Received: from mail.kernel.org ([198.145.29.99]:45552 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729939AbfLDSCv (ORCPT ); Wed, 4 Dec 2019 13:02:51 -0500 Received: from localhost (unknown [217.68.49.72]) (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 C4F1620659; Wed, 4 Dec 2019 18:02:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575482571; bh=mlnS5nKgQeE0EmKI8jD9Saduf4a8Oq79MP2wohsVeco=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=pxqC/SHAhrON5O4TtlmoqCG/d2soPOINljKIYwnznYZKeSP/jNMBkYbXCdZn44yAt Y3QYAt1MTS2g0SrBpocb7gp05SJqYA/fmf1JDQRwEPADII3orL3jPct6ofDP3Wdhkg 2mVUQ4QwpiA/ppGlM6GF0s9PFCIUJoICPiz2Fni4= 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.14 007/209] reset: fix reset_control_ops kerneldoc comment Date: Wed, 4 Dec 2019 18:53:39 +0100 Message-Id: <20191204175322.114143124@linuxfoundation.org> X-Mailer: git-send-email 2.24.0 In-Reply-To: <20191204175321.609072813@linuxfoundation.org> References: <20191204175321.609072813@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 adb88f8cefbcd..576caaf0c9af5 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