From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752094Ab3LXPwI (ORCPT ); Tue, 24 Dec 2013 10:52:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:23741 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750987Ab3LXPwG (ORCPT ); Tue, 24 Dec 2013 10:52:06 -0500 Message-ID: <52B9AD9E.5060803@redhat.com> Date: Tue, 24 Dec 2013 10:51:58 -0500 From: Rik van Riel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Manfred Spraul CC: Andrew Morton , LKML , Davidlohr Bueso , Joe Perches Subject: Re: [PATCH] ipc: whitespace cleanup References: <1387897356-6140-1-git-send-email-manfred@colorfullife.com> In-Reply-To: <1387897356-6140-1-git-send-email-manfred@colorfullife.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/24/2013 10:02 AM, Manfred Spraul wrote: > The ipc code does not adhere the typical linux coding style. > This patch fixes lots of simple whitespace errors. > > - mostly autogenerated by > scripts/checkpatch.pl -f --fix \ > --types=pointer_location,spacing,space_before_tab > - one manual fixup (keep structure members tab-aligned) > - removal of additional space_before_tab that were not found by --fix > > diff -w is empty. > Tested with some of my msg and sem test apps. > > Andrew: Could you include it in -mm and move it towards Linus' tree? > > Signed-off-by: Manfred Spraul > Suggested-by: Li Bin > Cc: Joe Perches > Cc: linux-kernel@vger.kernel.org > Acked-by: Rafael Aquini Acked-by: Rik van Riel -- All rights reversed