Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754902AbcCWLXo (ORCPT ); Wed, 23 Mar 2016 07:23:44 -0400 Received: from lists.s-osg.org ([54.187.51.154]:56483 "EHLO lists.s-osg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751435AbcCWLXf (ORCPT ); Wed, 23 Mar 2016 07:23:35 -0400 From: Luis de Bethencourt To: linux-kernel@vger.kernel.org Cc: lgirdwood@gmail.com, broonie@kernel.org, Luis de Bethencourt Subject: [PATCH 0/2] regulator: add missing descriptions for docs Date: Wed, 23 Mar 2016 11:23:24 +0000 Message-Id: <1458732204-28657-1-git-send-email-luisbg@osg.samsung.com> X-Mailer: git-send-email 2.5.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 764 Lines: 21 Hi, I noticed this issues when running make htmldocs. It returns the following warnings: .//include/linux/regulator/machine.h:163: warning: No description found for parameter 'over_current_protection' .//include/linux/regulator/driver.h:205: warning: No description found for parameter 'set_over_current_protection' .//include/linux/regulator/driver.h:339: warning: No description found for parameter 'csel_reg' .//include/linux/regulator/driver.h:339: warning: No description found for parameter 'csel_mask' Thanks, Luis Luis de Bethencourt (2): regulator: add missing description for set_over_current_protection regulator: add missing descriptions in regulator_desc include/linux/regulator/driver.h | 5 +++++ 1 file changed, 5 insertions(+) -- 2.5.1