From patchwork Sat Jan 6 01:31:57 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobin Harding X-Patchwork-Id: 10147469 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 5F5CE601BE for ; Sat, 6 Jan 2018 01:32:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B217228988 for ; Sat, 6 Jan 2018 01:32:25 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A68C1289BE; Sat, 6 Jan 2018 01:32:25 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 576CC28988 for ; Sat, 6 Jan 2018 01:32:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753551AbeAFBcX (ORCPT ); Fri, 5 Jan 2018 20:32:23 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:34073 "EHLO out2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753588AbeAFBcW (ORCPT ); Fri, 5 Jan 2018 20:32:22 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 19591220D8; Fri, 5 Jan 2018 20:32:21 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Fri, 05 Jan 2018 20:32:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobin.cc; h=cc :date:from:in-reply-to:message-id:references:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=tZDuqnbeXDnSRFk87 T/CMF1WhsrVw19zGPEVVDONkLo=; b=YcZkiVwvuodg4NHJBwPTEkzoHG3rsy4wQ R8fDaWxE6elV4hFzWSYhyj/N0lBdFcbJrFkKyrB+tAGk+lsvQXkye53sVZzy3qy0 U0wZb0K2K61gLVsMQXmRxbd7Tn26iR5e2YVwmsIKsuwPC4RHAd+ZHoK9BMaeVEE4 tFX6sq9iY9gY29mt0QSKYQ2dpahAs25M20r0DJEKIDYRk3uC7YM1zYGL18SdUo7r tg+Sn2r2TU/wjmVG0SFYUwGWBK4X32u3JKgEHFSQICTxjeYCa57LMvZ0u75pQlYn nVAXYBvXeXsPL8t86zWtKy3ozJa0qhAgCFFcWk1fPTxImYqcfZW3Q== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; bh=tZDuqnbeXDnSRFk87T/CMF1WhsrVw19zGPEVVDONkLo=; b=UY2u1bOa 8DyXOGjL0ZogjOJczkW99TzPyywJhbeNmw5oSlxfXFI0yIK9/sDTKxd7LMCgnUIi qmGGtqdFa3CJqq0R8tqtJ+OE2kdiQ23pgUULLfVbbgdAuk4xPUaLKHK5VyHsbkyH aPDsnqGOxEsHFRKcAoFrkCXfLPek0pbrYcjho4d+RW+BIp/jj+5T8WO5kymHKWVi gwl14ptZxzgZdbT0ipfa6/Xlow0PTFoBwMqzhZmF6+OYLLJroXQtFk6pLYX9WePV T21+UqdV9/t1a+gEiTu7NC9tTvK+dHLAlOWpQ94Ix836Ei7PHoB5sIK8+l1hpKKO RQVJZoBIr4fM0A== X-ME-Sender: Received: from localhost (106-69-212-227.dyn.iinet.net.au [106.69.212.227]) by mail.messagingengine.com (Postfix) with ESMTPA id 6378C246CA; Fri, 5 Jan 2018 20:32:20 -0500 (EST) From: "Tobin C. Harding" To: Jonathan Cameron Cc: "Tobin C. Harding" , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/2 RESEND] iio: add kernel-doc for field @owner Date: Sat, 6 Jan 2018 12:31:57 +1100 Message-Id: <1515202318-17401-2-git-send-email-me@tobin.cc> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1515202318-17401-1-git-send-email-me@tobin.cc> References: <1515202318-17401-1-git-send-email-me@tobin.cc> Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP When building kernel documentation sphinx emits the following warning warning: No description found for parameter 'owner' Add description for struct member 'owner'. Signed-off-by: Tobin C. Harding --- include/linux/iio/trigger.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/iio/trigger.h b/include/linux/iio/trigger.h index 7d5e44518379..390789d43369 100644 --- a/include/linux/iio/trigger.h +++ b/include/linux/iio/trigger.h @@ -43,6 +43,7 @@ struct iio_trigger_ops { /** * struct iio_trigger - industrial I/O trigger device * @ops: [DRIVER] operations structure + * @owner: [INTERN] owner of this driver module * @id: [INTERN] unique id number * @name: [DRIVER] unique name * @dev: [DRIVER] associated device (if relevant)