From patchwork Fri Oct 23 16:33:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 11854077 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 15C9A14B7 for ; Fri, 23 Oct 2020 16:36:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E6B9322210 for ; Fri, 23 Oct 2020 16:36:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603470979; bh=CFD9agG4O1WhsONhP0KshMjoSKcBO579lS+Ug8kmG4Y=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=igkHfaaWeOPAXDAQspuhLclL6qoO1UVY+hkrk+h45u3wRuoLaCM57oI6XdggT/JR/ ayFr46idt/IU1+JfUnDq+87QAU59pwNrUHV4YB6lH5qbNE9Bc8PrcjnTTxqY4X/1HX 5M4dGlnWWdT/lFTj9ByeY36sCyHHxxWXrRszZSkk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S465755AbgJWQfw (ORCPT ); Fri, 23 Oct 2020 12:35:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:33796 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751860AbgJWQdu (ORCPT ); Fri, 23 Oct 2020 12:33:50 -0400 Received: from mail.kernel.org (ip5f5ad5a3.dynamic.kabel-deutschland.de [95.90.213.163]) (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 837EF246C9; Fri, 23 Oct 2020 16:33:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603470828; bh=CFD9agG4O1WhsONhP0KshMjoSKcBO579lS+Ug8kmG4Y=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=sdyI7BX5QQ4ff+KAGnsryHVgKJMZbfTB2gqwkaFgMeXrYnPZn3lzESa1tvxAsVAVh IoMOGjclTiezIwFaPjm8xPIQ9yrSLWKZTTF9CH5bbfw5RILK0dHqDAP7pAGNZQvroc KNoQkSlWpQuT03s7CHBPkV/+K6ODPPdcjgoRT6mw= Received: from mchehab by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1kW00g-002AxO-GB; Fri, 23 Oct 2020 18:33:46 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , Jonathan Cameron , Lars-Peter Clausen , Peter Meerwald-Stadler , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 45/56] iio: fix a kernel-doc markup Date: Fri, 23 Oct 2020 18:33:32 +0200 Message-Id: <46622c3bdcffb76e79719f0fe5011c2952960b32.1603469755.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: References: MIME-Version: 1.0 Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org A function has a different name between their prototype and its kernel-doc markup. Signed-off-by: Mauro Carvalho Chehab --- include/linux/iio/trigger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/iio/trigger.h b/include/linux/iio/trigger.h index cad8325903f9..f930c4ccf378 100644 --- a/include/linux/iio/trigger.h +++ b/include/linux/iio/trigger.h @@ -97,7 +97,7 @@ static inline struct iio_trigger *iio_trigger_get(struct iio_trigger *trig) } /** - * iio_device_set_drvdata() - Set trigger driver data + * iio_trigger_set_drvdata() - Set trigger driver data * @trig: IIO trigger structure * @data: Driver specific data *