From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757466AbcFAGpb (ORCPT ); Wed, 1 Jun 2016 02:45:31 -0400 Received: from www.linutronix.de ([62.245.132.108]:35564 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757336AbcFAGp3 (ORCPT ); Wed, 1 Jun 2016 02:45:29 -0400 Date: Wed, 1 Jun 2016 08:43:26 +0200 (CEST) From: Thomas Gleixner To: David Kershner cc: corbet@lwn.net, mingo@redhat.com, hpa@zytor.com, gregkh@linuxfoundation.org, erik.arfvidson@unisys.com, timothy.sell@unisys.com, hofrat@osadl.org, dzickus@redhat.com, jes.sorensen@redhat.com, alexander.curtin@unisys.com, janani.rvchndrn@gmail.com, sudipm.mukherjee@gmail.com, prarit@redhat.com, david.binder@unisys.com, nhorman@redhat.com, dan.j.williams@intel.com, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, driverdev-devel@linuxdriverproject.org, sparmaintainer@unisys.com Subject: Re: [PATCH v2 20/27] staging: unisys: visorbus: make visorchannel function descriptions more kerneldoc-like In-Reply-To: <1464748013-31309-21-git-send-email-david.kershner@unisys.com> Message-ID: References: <1464748013-31309-1-git-send-email-david.kershner@unisys.com> <1464748013-31309-21-git-send-email-david.kershner@unisys.com> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 31 May 2016, David Kershner wrote: > From: David Binder > > Per audit feedback from Thomas Gleixner, function descriptions in > visorchannel.c now utilize a more kerneldoc-like formatting. The affected > comments do not implement other kerneldoc requirements. That was not my feedback. If you start a comment with '/**' then it should be a kernel-doc function/struct documentation. If not then it starts with '/*'. Thanks, tglx