From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754923AbcDKWaK (ORCPT ); Mon, 11 Apr 2016 18:30:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38730 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754600AbcDKW36 convert rfc822-to-8bit (ORCPT ); Mon, 11 Apr 2016 18:29:58 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <15783.1460412099@warthog.procyon.org.uk> References: <15783.1460412099@warthog.procyon.org.uk> <20160411.153511.1531573815825221764.davem@davemloft.net> <20160407162256.21283.47849.stgit@warthog.procyon.org.uk> Cc: dhowells@redhat.com, David Miller , linux-afs@lists.infradead.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/9] RxRPC: 2nd rewrite part 1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2825.1460413795.1@warthog.procyon.org.uk> Content-Transfer-Encoding: 8BIT Date: Mon, 11 Apr 2016 23:29:55 +0100 Message-ID: <2826.1460413795@warthog.procyon.org.uk> To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David Howells wrote: > > Series applied, but I had to fix up some trailing whitespace (reported by > > GIT) by hand. > > Do you perchance have a git hook script for checking for trailing whitespace? No matter - there's already such a script installed by git clone - I just have to enable it. David