Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754427AbaGUKB4 (ORCPT ); Mon, 21 Jul 2014 06:01:56 -0400 Received: from mail-la0-f52.google.com ([209.85.215.52]:61509 "EHLO mail-la0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754395AbaGUKBz (ORCPT ); Mon, 21 Jul 2014 06:01:55 -0400 MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 21 Jul 2014 13:01:50 +0300 Message-ID: Subject: Re: [PATCH 2/9] fs.h: Whitespace neatening From: Alexey Dobriyan To: Joe Perches Cc: Linux Kernel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org In case any new people are reading this thread. If checkpatch.pl says something, it is largely irrelevant and not worth sending as is. Save yourself some time and skip this stage completely. Alexey On Mon, Jul 21, 2014 at 12:58 PM, Alexey Dobriyan wrote: >> -#if BITS_PER_LONG==32 && defined(CONFIG_SMP) >> +#if BITS_PER_LONG == 32 && defined(CONFIG_SMP) > >> -#define KERNEL_READ (READ|REQ_KERNEL) >> -#define KERNEL_WRITE (WRITE|REQ_KERNEL) >> +#define KERNEL_READ (READ | REQ_KERNEL) >> +#define KERNEL_WRITE (WRITE | REQ_KERNEL) > > I understand that you have no clue about what is important and what is not, > but at least do no pollute git-blame with your prototype and other oh so > important changes. > > Sincerely Yours, A -- 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/