Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp232069ybl; Wed, 4 Dec 2019 01:39:59 -0800 (PST) X-Google-Smtp-Source: APXvYqw8XHKC5aF0Nkerae4ldCT18x5s7sh4ZzZAZhcc46fVTwu3nQTmEvvzunG3GYY+N8x0UF1Z X-Received: by 2002:aca:d803:: with SMTP id p3mr1816855oig.13.1575452398901; Wed, 04 Dec 2019 01:39:58 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575452398; cv=none; d=google.com; s=arc-20160816; b=hmlhny6WMexE23RRd6fD2EQ7ruKagMiuI2TbVOTfzlRkEIrYzC5mllbtVd3aamP95Y QXHjhsgGa/Oslac8AITvEfHZfHY2XJzA7oV7t3qRa7G7lBroPiVMwsp2cZShjGoF+ctz 3VrAGVYo6cjzDunZINC7klpeulUncATpH6g8MphnHtw9tcmiAEPg9UjSgaQqKogj5Qyk r9qYO+OakkDTbvQQa+Fu+w3BLuY7157g7EGekKJhXr3qR46/ohajcVs2ur/Y1YMjy2rW RdfUEYEfbFs641u+yiWNiqmmoHENYsxLxKZ+dJUn31ug/9qLr6Z0CneVH+OqChEX1oHA F4AQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=p21Im3axsWjE5kadYQ82iNVF6140IPyep0ShIeYZLkU=; b=CamejnqzYj4QgPXu804t9BRml17UmeuYmOD+GKMy1U5t6ZB5J3tthyscnVQ9b8o+jr p5o5prbbsUhTaLQaCvE9XC9DKbehhY5V2Kbfba0pkZ3Hds/LKvE1JUbGQU39Y9qAinws PW7MnC5nlcuLLrzgmpKKt3tK/S+bs0CZkTo5Qd+3IWM42Ydaaqyp6JSU2LlfUCi3dt5v sQH7uzptsMTnN7BnpWNtjNE8nk1QFf4v0taylTzG0x23FMYkpIUkhF7ZJ8o02G9TdUrD mxu1LrasDrBFxSso/hpefTgrMYgXPCWYbBfjAM3hLqLqHtwl4X5FRwmiYNtbUCZi8s8C V8Vg== ARC-Authentication-Results: i=1; mx.google.com; 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 q3si2834212otk.64.2019.12.04.01.39.45; Wed, 04 Dec 2019 01:39:58 -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; 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 S1726899AbfLDJiE (ORCPT + 99 others); Wed, 4 Dec 2019 04:38:04 -0500 Received: from jabberwock.ucw.cz ([46.255.230.98]:56304 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725922AbfLDJiE (ORCPT ); Wed, 4 Dec 2019 04:38:04 -0500 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 74A261C25FD; Wed, 4 Dec 2019 10:38:02 +0100 (CET) Date: Wed, 4 Dec 2019 10:38:01 +0100 From: Pavel Machek To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Randy Dunlap , Philipp Zabel , Sasha Levin Subject: Re: [PATCH 4.19 012/321] reset: fix reset_control_ops kerneldoc comment Message-ID: <20191204093801.GB7678@amd> References: <20191203223427.103571230@linuxfoundation.org> <20191203223427.758333833@linuxfoundation.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6sX45UoQRIJXqkqR" Content-Disposition: inline In-Reply-To: <20191203223427.758333833@linuxfoundation.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --6sX45UoQRIJXqkqR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue 2019-12-03 23:31:18, Greg Kroah-Hartman wrote: > From: Randy Dunlap >=20 > [ Upstream commit f430c7ed8bc22992ed528b518da465b060b9223f ] >=20 > Add a missing short description to the reset_control_ops > documentation. Why is it pending for stable? It does not break anything, but neither it fixes anything, it adds to reviewer load... Sasha, what is your process for selecting commits for stable? Best regards, Pavel > +++ b/include/linux/reset-controller.h > @@ -7,7 +7,7 @@ > struct reset_controller_dev; > =20 > /** > - * 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 --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --6sX45UoQRIJXqkqR Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl3nfnkACgkQMOfwapXb+vJvBACgl2X2MqD8ooBF9KXrkQFMeFpy QHEAn1PQZYiX4C+gJZGXQQYtVjiKRzpV =RbuH -----END PGP SIGNATURE----- --6sX45UoQRIJXqkqR--