Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753989Ab1CPUQy (ORCPT ); Wed, 16 Mar 2011 16:16:54 -0400 Received: from mail-fx0-f46.google.com ([209.85.161.46]:45499 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753971Ab1CPUQr convert rfc822-to-8bit (ORCPT ); Wed, 16 Mar 2011 16:16:47 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=g6ZOODJEVNqGfaTXQMvwABSZSn7vHtZYmLlDFdXLl7I3R8C4fI1e1p/t7a3FqHpuMX 0A260a4VoRYV5gcIw+FRrrSl6sE8MPVxbRSLbwcynvr0U9oMw4JlWOvI26JPwfzCB+ND PrXNBryYSUkZLvWKq2klS6ODdOTg9pnA+oXHg= MIME-Version: 1.0 In-Reply-To: <1300301742.2203.1899.camel@twins> References: <20110217162327.434629380@chello.nl> <20110217163234.823185666@chello.nl> <20110310155032.GB32302@csn.ul.ie> <1300301742.2203.1899.camel@twins> Date: Wed, 16 Mar 2011 21:15:58 +0100 X-Google-Sender-Auth: aIdImDqikVbTm73WD0vh476BInQ Message-ID: Subject: Re: [PATCH 02/17] mm: mmu_gather rework From: Geert Uytterhoeven To: Peter Zijlstra Cc: Mel Gorman , Andrea Arcangeli , Avi Kivity , Thomas Gleixner , Rik van Riel , Ingo Molnar , akpm@linux-foundation.org, Linus Torvalds , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-mm@kvack.org, Benjamin Herrenschmidt , David Miller , Hugh Dickins , Nick Piggin , Paul McKenney , Yanmin Zhang , Martin Schwidefsky , Russell King , Paul Mundt , Jeff Dike , Tony Luck , Hugh Dickins Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1204 Lines: 31 On Wed, Mar 16, 2011 at 19:55, Peter Zijlstra wrote: > On Thu, 2011-03-10 at 15:50 +0000, Mel Gorman wrote: > >> > +static inline void >> > +tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, unsigned int full_mm_flush) >> >  { >> >> checkpatch will bitch about line length. > > I did a s/full_mm_flush/fullmm/ which puts the line length at 81. At > which point I'll ignore it ;-) But what does "fullmm" mean here? Shouldn't that be documented. BTW, the function no longer returns a struct, but void, so the documentation should be updated for sure. Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that.                                 -- Linus Torvalds -- 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/