From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCHv2 09/12] staging: ti-soc-thermal: fix several kernel-doc warnings and error Date: Mon, 25 Mar 2013 11:22:26 -0700 Message-ID: <20130325182226.GA15717@kroah.com> References: <1363704868-11843-1-git-send-email-eduardo.valentin@ti.com> <1363704868-11843-10-git-send-email-eduardo.valentin@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pd0-f179.google.com ([209.85.192.179]:44337 "EHLO mail-pd0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932472Ab3CYSW3 (ORCPT ); Mon, 25 Mar 2013 14:22:29 -0400 Received: by mail-pd0-f179.google.com with SMTP id x10so2623270pdj.24 for ; Mon, 25 Mar 2013 11:22:29 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1363704868-11843-10-git-send-email-eduardo.valentin@ti.com> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Eduardo Valentin Cc: devel@driverdev.osuosl.org, Nishanth Menon , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org On Tue, Mar 19, 2013 at 10:54:25AM -0400, Eduardo Valentin wrote: > This patch updates the documentation to remove > all warnings and errors reported by scripts/kernel-doc. > Most are missing arguments due to wrong format. > > Cc: Nishanth Menon > > Signed-off-by: Eduardo Valentin In the future, don't put empty lines between the Cc: and signed-off-by: lines please, I had to hand-edit all of these to fix that... greg k-h