Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753730AbdC2Rai (ORCPT ); Wed, 29 Mar 2017 13:30:38 -0400 Received: from mga07.intel.com ([134.134.136.100]:14662 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752457AbdC2Rah (ORCPT ); Wed, 29 Mar 2017 13:30:37 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,242,1486454400"; d="scan'208";a="80660170" Message-ID: <1490808631.3367.5.camel@linux.intel.com> Subject: Re: [PATCH v2] staging: media: atomisp: Fix style. remove space before ',' and convert to tabs. From: Alan Cox To: Daniel Cashman , mchehab@kernel.org, gregkh@linuxfoundation.org Cc: rvarsha016@gmail.com, linux-media@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Date: Wed, 29 Mar 2017 18:30:31 +0100 In-Reply-To: <1490806677-4500-1-git-send-email-dan.a.cashman@gmail.com> References: <20170329070815.GA11051@kroah.com> <1490806677-4500-1-git-send-email-dan.a.cashman@gmail.com> Organization: Intel Corporation Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.5 (3.20.5-1.fc24) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 408 Lines: 14 On Wed, 2017-03-29 at 09:57 -0700, Daniel Cashman wrote: > From: Dan Cashman > > Signed-off-by: Dan Cashman As the TODO asks - please no whitespace cleanups yet. They make it harder to keep other cleanups that fix (or mostly remove) code applying. Nothing wrong with the patch otherwise - but it should also have something in the commit message. Alan