Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753937AbbGXNOA (ORCPT ); Fri, 24 Jul 2015 09:14:00 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:36437 "EHLO mail-wi0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752442AbbGXNN6 (ORCPT ); Fri, 24 Jul 2015 09:13:58 -0400 Date: Fri, 24 Jul 2015 16:13:07 +0300 From: Cristina Opriceana To: jic23@kernel.org Cc: knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, daniel.baluta@intel.com Subject: [PATCH 0/6] iio: Fix kernel docs warnings Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1061 Lines: 27 This patchset walks through drivers/iio/*, include/linux/iio/* to fix kernel docs warnings. Cristina Opriceana (6): iio: core: Add function params for kernel docs iio: buffer: Fix kernel docs warnings iio: trigger: Add missing fields in kernel docs iio: event: Add missing fields in kernel docs include: linux: iio: Fix function parameter name in kernel doc include: linux: iio: Add missing kernel doc field drivers/iio/industrialio-buffer.c | 15 ++++++++++++++- drivers/iio/industrialio-core.c | 25 ++++++++++++++++++++----- drivers/iio/industrialio-event.c | 6 ++++++ drivers/iio/industrialio-trigger.c | 27 ++++++++++++++++++++++++--- include/linux/iio/consumer.h | 2 +- include/linux/iio/sysfs.h | 3 ++- 6 files changed, 67 insertions(+), 11 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/