Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758018Ab3FLU5O (ORCPT ); Wed, 12 Jun 2013 16:57:14 -0400 Received: from mail-pd0-f171.google.com ([209.85.192.171]:35991 "EHLO mail-pd0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755695Ab3FLU5N (ORCPT ); Wed, 12 Jun 2013 16:57:13 -0400 Date: Wed, 12 Jun 2013 13:57:10 -0700 From: Kent Overstreet To: Tejun Heo Cc: linux-kernel@vger.kernel.org, Rusty Russell , Oleg Nesterov , Christoph Lameter Subject: Re: [PATCH percpu/for-3.11 1/2] percpu-refcount: cosmetic updates Message-ID: <20130612205710.GF6151@google.com> References: <20130612204532.GB15092@htj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130612204532.GB15092@htj.dyndns.org> 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: 888 Lines: 24 On Wed, Jun 12, 2013 at 01:45:32PM -0700, Tejun Heo wrote: > From 49d1e1a6561f1e4b190695f36d2594c7c04b8e76 Mon Sep 17 00:00:00 2001 > From: Tejun Heo > Date: Wed, 12 Jun 2013 13:37:42 -0700 > > * s/percpu_ref_release/percpu_ref_func_t/ as it's customary to have _t > postfix for types and the type is gonna be used for a different type > of callback too. > > * Add @ARG to function comments. > > * Drop unnecessary and unaligned indentation from percpu_ref_init() > function comment. > > Signed-off-by: Tejun Heo Had to futz with my indentation :p Acked-by: Kent Overstreet -- 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/