From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ppsw-33.csi.cam.ac.uk ([131.111.8.133]:40269 "EHLO ppsw-33.csi.cam.ac.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753593Ab0EWJ7p (ORCPT ); Sun, 23 May 2010 05:59:45 -0400 Message-ID: <4BF8FD28.3050304@cam.ac.uk> Date: Sun, 23 May 2010 11:02:16 +0100 From: Jonathan Cameron MIME-Version: 1.0 To: Mike Frysinger CC: linux-iio@vger.kernel.org, devel@driverdev.osuosl.org, Greg Kroah-Hartman Subject: Re: [PATCH] staging: iio: standardize kconfig/makefile spacing/style References: <1274598002-8978-1-git-send-email-vapier@gentoo.org> In-Reply-To: <1274598002-8978-1-git-send-email-vapier@gentoo.org> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On 05/23/10 08:00, Mike Frysinger wrote: > Standardize the spacing/style across the IIO build files: > - comment block in Kconfigs > - newlines at ends of files > - trailing lines at ends of files > - indent with one tab, not spaces or mixed > > Signed-off-by: Mike Frysinger Acked-by: Jonathan Cameron Thanks Mike. I hadn't realised just how messy those were! Jonathan