Received: by 10.223.185.116 with SMTP id b49csp1070698wrg; Fri, 23 Feb 2018 11:22:55 -0800 (PST) X-Google-Smtp-Source: AH8x2261ku9BsxTAZG6UzN/CVhEoo+wY9zVJV4vh0hUCJ5UmxALpZpcCnnRb3w3f/NOprzVRil8o X-Received: by 2002:a17:902:3303:: with SMTP id a3-v6mr2606470plc.399.1519413775560; Fri, 23 Feb 2018 11:22:55 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519413775; cv=none; d=google.com; s=arc-20160816; b=0GETOmDGMxmh9bRB6Vk1+m93tmP34rdHJYMPNGlBS29PPmllnTvgW8NenvTEE/SgA+ HFjLumXn6fzXzKhX4nuHFMBjAmH2p0NjmZ0BWYEGHIURc0gQ+wsmBe7OBk1KlIajoymw n45zI0n+DjRj0adPmvdKsBupjzxsUEBecNPNxz52B6ajvtvUqo/hCywphImbWLCcrN4P OazvdVZ1JyQUgYsRWMPKgJsJo8TIXFWLE1hVtI1XRlOl5veZNSbaK6fZ3CaeX34NnEvV WeQecRGX8siyK/vCZeGhDCzsBz5DC2ARky64mzLHhLy1QqKCciNcvqOO8QYGDU5VNmAf 2D1w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=CJFwxHBiGJIYWkxd1PfbF7ZCDCv1cYBDzEXkja2RffI=; b=DC2wjJfoVP+TM9G9AMOafldJFDVW0VmCxZAaQSfVdCrfBEfcuayBU6hr82WqDl9XtZ CbOWRANeYwqjGyQKxsjJwQ1Bza6B7hxy0OGjGAHgJO7Q9iJPS9kpksQF+DuI9fzgSnc9 6UJOqVS8v3fNQDg4NXkfdFUMseisZI24UzdN6MwN2FMVIaZbG5XAAoHLW5snfch/0uW2 M602Rmub0962jrIDsaEkiVbLLX0K1am3fkTkUp2E+krzQXy8vFmbuG10vwNshyh9TKM0 XXoeDiK0J1CzxijIF1URxXSS9eGUVDRMlIZzHZydCmWtZXaVPeqVi92M3GWIZwOPL5b4 tplg== 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 o14si2253099pfi.200.2018.02.23.11.22.41; Fri, 23 Feb 2018 11:22:55 -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 S964822AbeBWSxv (ORCPT + 99 others); Fri, 23 Feb 2018 13:53:51 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:47510 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935140AbeBWSxt (ORCPT ); Fri, 23 Feb 2018 13:53:49 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 09ADC1148; Fri, 23 Feb 2018 18:53:48 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Randy Dunlap , Stable@vger.kernel.org, Jonathan Cameron , Sasha Levin Subject: [PATCH 4.14 100/159] iio: fix kernel-doc build errors Date: Fri, 23 Feb 2018 19:26:48 +0100 Message-Id: <20180223170755.555155112@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180223170743.086611315@linuxfoundation.org> References: <20180223170743.086611315@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Randy Dunlap [ Upstream commit c175cb7cd953782bbf4e8bdf088ad61440d6dde5 ] Fix build errors in kernel-doc notation. Symbols that end in '_' have a special meaning, but adding a '*' makes them OK. ../drivers/iio/industrialio-core.c:635: ERROR: Unknown target name: "iio_val". ../drivers/iio/industrialio-core.c:642: ERROR: Unknown target name: "iio_val". Signed-off-by: Randy Dunlap Cc: Signed-off-by: Jonathan Cameron Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- drivers/iio/industrialio-core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/drivers/iio/industrialio-core.c +++ b/drivers/iio/industrialio-core.c @@ -631,7 +631,7 @@ static ssize_t __iio_format_value(char * * iio_format_value() - Formats a IIO value into its string representation * @buf: The buffer to which the formatted value gets written * which is assumed to be big enough (i.e. PAGE_SIZE). - * @type: One of the IIO_VAL_... constants. This decides how the val + * @type: One of the IIO_VAL_* constants. This decides how the val * and val2 parameters are formatted. * @size: Number of IIO value entries contained in vals * @vals: Pointer to the values, exact meaning depends on the @@ -639,7 +639,7 @@ static ssize_t __iio_format_value(char * * * Return: 0 by default, a negative number on failure or the * total number of characters written for a type that belongs - * to the IIO_VAL_... constant. + * to the IIO_VAL_* constant. */ ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals) {