From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:50960 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727479AbeHCUan (ORCPT ); Fri, 3 Aug 2018 16:30:43 -0400 Date: Fri, 3 Aug 2018 14:33:14 -0400 From: Steven Rostedt To: "Yordan Karadzhov (VMware)" Cc: linux-trace-devel@vger.kernel.org Subject: Re: [PATCH 3/3] kernel-shark-qt: In the Doxygen doc. add spacing after @brief and @param. Message-ID: <20180803143314.0a461388@gandalf.local.home> In-Reply-To: <20180803130759.31858-3-y.karadz@gmail.com> References: <20180803130759.31858-1-y.karadz@gmail.com> <20180803130759.31858-3-y.karadz@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-trace-devel-owner@vger.kernel.org List-ID: On Fri, 3 Aug 2018 16:07:59 +0300 "Yordan Karadzhov (VMware)" wrote: > This patch adds a blank comment line after @brief, and after the last @param > in the Doxygen documentation of each function. This makes it easier to read. > > Signed-off-by: Yordan Karadzhov (VMware) > --- I applied these three patches (as well as your other update) and pushed them to my repo on kernel.org. -- Steve