From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Ball Subject: Re: [PATCH] MMC: Standardize header file multiple inclusion checks. Date: Fri, 27 May 2011 12:48:33 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from void.printf.net ([89.145.121.20]:39244 "EHLO void.printf.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753262Ab1E0Qr0 (ORCPT ); Fri, 27 May 2011 12:47:26 -0400 In-Reply-To: (Robert P. J. Day's message of "Fri, 27 May 2011 08:07:07 -0400 (EDT)") Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: "Robert P. J. Day" Cc: linux-mmc@vger.kernel.org Hi, On Fri, May 27 2011, Robert P. J. Day wrote: > Standardize the form of MMC header file inclusion checks, add missing > comments at end, fix one incorrect comment at end of file. > > Signed-off-by: Robert P. J. Day > > --- > > obviously just aesthetic changes but they do conform to the norm for > header file inclusion checks. someone here can decide whether or not > to apply them. not compile-tested as they are all fairly > self-evident. Thanks, works for me. Your two-spaces-after-endif style is not the norm, though -- want to resubmit with that changed to one space? ~/git/mmc/include/linux% git grep "endif /*" | wc -l 1497 ~/git/mmc/include/linux% git grep "endif /*" | wc -l 24 - Chris. -- Chris Ball One Laptop Per Child