Received: by 10.223.176.5 with SMTP id f5csp2921672wra; Thu, 1 Feb 2018 08:04:43 -0800 (PST) X-Google-Smtp-Source: AH8x226Pi10ndqqy+m6mdJZ3d+yljgo28V6a6OeidkYX1ELC8UK74nzoJ5jPdr/kXEGs3IPojySP X-Received: by 2002:a17:902:900b:: with SMTP id a11-v6mr31950279plp.249.1517501082924; Thu, 01 Feb 2018 08:04:42 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517501082; cv=none; d=google.com; s=arc-20160816; b=vtP+YTRJxZea0NkDwSGliPuTymK+uef+piR2f6hYrWBqYo905oUBusYj8KnEAFLF+P mjVHENfdqstdJ58KtXgO1DrnHQNGrazZnfdUO+aSK7yUpL9IlDCAD088T2NAXh3VFlVQ DwoSs0c13ws8zrkLAVaPXzM12TIcrcJLkIlfY5Xu7cfRhyaQN6/4QK4txMWNxiuiUERR HPxdN4gcCU4Z8e0E4AACRNTomIsSgfff7WnOBkzxyo9zPDMbNbuzqBkDE13WZtq5ofQQ 4+N1+qYlbcxEaeoXPMu9pv9gQKqlf5FF8Js9ZXtOczBDkzYpwfsPhfWdhiH88AYmx0aL b83w== 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:dmarc-filter:arc-authentication-results; bh=0uOZVq/OouQMVVrG+Envgyp4Dxf0RUzYmtHzc0GHns8=; b=LSD1/obyxL/3Jjf8kGA4YmuMo/8wNwNQRRJiHGzXMa1a7WEwtuzFRyAlleMJ/MZz9q RjR8+NFbGLzmlkaVw6VM4eE5EDKfGozdQqNZdUTtIxNyx8gutA53czXyxabq4JIPXuEC ZMpQEPKL899W0eMDCpK8ITT7kgDl5OQNPQmOqN1mrxxkzErFVEJUx15lHoKjFzpVv1BK RBOMJ1uFo7L1ooBr8uv8HG9hHqqPWqeMtRSaSpWBNNTACtnim0JnnFKNJ+ncdGTPqz/x YSsxhgtRXUcM4dlXjQsMwnpVEMDMcO/JcVBtfwYe67gDtmz11ef04/LvZ1tefDJ0Rnra teJg== 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 a10si1310474pgd.623.2018.02.01.08.04.28; Thu, 01 Feb 2018 08:04:42 -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 S1752463AbeBAQD7 (ORCPT + 99 others); Thu, 1 Feb 2018 11:03:59 -0500 Received: from mail.kernel.org ([198.145.29.99]:41182 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751666AbeBAQDx (ORCPT ); Thu, 1 Feb 2018 11:03:53 -0500 Received: from saruman (jahogan.plus.com [212.159.75.221]) (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 3BB9A217A0; Thu, 1 Feb 2018 16:03:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3BB9A217A0 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=jhogan@kernel.org Date: Thu, 1 Feb 2018 16:03:47 +0000 From: James Hogan To: Mathieu Malaterre Cc: Randy Dunlap , Ralf Baechle , "Maciej W. Rozycki" , Ingo Molnar , Paul Burton , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] MIPS: Use proper Return keyword Message-ID: <20180201160346.GK7637@saruman> References: <20171226105532.23452-1-malat@debian.org> <20171227110755.25788-1-malat@debian.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="KjX7LgAomYr70Ka9" Content-Disposition: inline In-Reply-To: <20171227110755.25788-1-malat@debian.org> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --KjX7LgAomYr70Ka9 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 27, 2017 at 12:07:53PM +0100, Mathieu Malaterre wrote: > For reference: > * https://www.kernel.org/doc/html/latest/doc-guide/kernel-doc.html#functi= on-documentation >=20 > Fix non-fatal warning: >=20 > arch/mips/kernel/branch.c:418: warning: Excess function parameter 'return= s' description in '__compute_return_epc_for_insn' >=20 > Signed-off-by: Mathieu Malaterre Applied to my 4.16 branch, Thanks James > --- > v2: Actually use the correct keyword >=20 > arch/mips/kernel/branch.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/arch/mips/kernel/branch.c b/arch/mips/kernel/branch.c > index b79ed9af9886..e48f6c0a9e4a 100644 > --- a/arch/mips/kernel/branch.c > +++ b/arch/mips/kernel/branch.c > @@ -399,7 +399,7 @@ int __MIPS16e_compute_return_epc(struct pt_regs *regs) > * > * @regs: Pointer to pt_regs > * @insn: branch instruction to decode > - * @returns: -EFAULT on error and forces SIGILL, and on success > + * Return: -EFAULT on error and forces SIGILL, and on success > * returns 0 or BRANCH_LIKELY_TAKEN as appropriate after > * evaluating the branch. > * > --=20 > 2.11.0 >=20 >=20 --KjX7LgAomYr70Ka9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEd80NauSabkiESfLYbAtpk944dnoFAlpzOmIACgkQbAtpk944 dnrAkBAAg/MXpXIzQaF8IqIWEwUq/QF2oNenKWFTW/WH7L2AYBv8cqGBuz55VfjF n3CHdMrMcmW7O3MDlQKVDGt3nngDVkFkIFS4+1tnPljZtjhxQOKORen2fjnLUkBa NQH4VcNvdfGZ/JFaR8VnVTd46UFz9ch+BECgC8LGP9+Q7jY/tct37UG7UMChPCUC LoJST0my72bmUqSq+cADOrnNgvxIGgqWg5ch0wYE/pl8B+5W+4s0Le13yrXL0jLB /KJE3saHRkkA4BHni43Dv04pXERtShSgyUN/r7ysJKDfv8zgH2/0CwyTM7Q26rth zPlA7NBpnwafycPzUMLgdsM0cVuQeELrjfO8P00CU1JHxbSX6Z+pqcR3TkI3A5hT M2ajqGhSiQdN5KkyF7tvwespoLkksRei/8FS1w97bdFOsdPS+5SAJqgLNNHqUArQ uBI/BF6BEiVAbDH2lpyWuOnXxWquMrk2pelWqWOcsoz2PbyDB8V7YrM24BqJQpEp pkNEwb0B36bf1//H8Vzp3+pLDc5t982gxTyeRWihQ2jwMvoQ7ulAuyY52QjFAN6O kwjt5h8tVbOU+oX6ma6uRgzMbuhwV904zZeEw+kefveZkstZjL+xk+tW5tck9dWn MEemwDvvT40M+r5CmVzDnEOMgYEY0uVfWXYShMb7KOHmSo5adWA= =DleG -----END PGP SIGNATURE----- --KjX7LgAomYr70Ka9--