Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753196Ab2JNNIE (ORCPT ); Sun, 14 Oct 2012 09:08:04 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:33272 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753151Ab2JNNIB (ORCPT ); Sun, 14 Oct 2012 09:08:01 -0400 Date: Sun, 14 Oct 2012 06:07:57 -0700 From: Greg KH To: Sangho Yi Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Drivers: Staging: CSR: Fixed coding style warnings Message-ID: <20121014130757.GA11575@kroah.com> References: <1350218909-20801-1-git-send-email-antiroot@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1350218909-20801-1-git-send-email-antiroot@gmail.com> 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: 790 Lines: 23 On Sun, Oct 14, 2012 at 09:48:29PM +0900, Sangho Yi wrote: > On drivers/staging/csr/csr_time.h, there were a few warnings on > indentation, braces, and typedef struct usage. > All those were changed to the proper way. No, as I explained in the talk, only do one thing at a time here. So, one patch for the indentation, one patch for the braces, and then, one patch for the typedef. And, with the typedef change, did you just break the build? If not, then the whole structure can be removed, right? So, care to redo this? thanks, greg k-h -- 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/