Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753156AbbEHMLT (ORCPT ); Fri, 8 May 2015 08:11:19 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:28645 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752166AbbEHMLQ (ORCPT ); Fri, 8 May 2015 08:11:16 -0400 X-IronPort-AV: E=Sophos;i="5.13,390,1427752800"; d="scan'208";a="139564182" Date: Fri, 8 May 2015 14:11:12 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@hadrien To: Mike Shuey cc: oleg.drokin@intel.com, devel@driverdev.osuosl.org, gregkh@linuxfoundation.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, HPDD-discuss@ml01.01.org Subject: Re: [PATCH v2 8/8] staging: lustre: code cleanup - normalize whitespace In-Reply-To: <1431086460-22455-16-git-send-email-shuey@purdue.edu> Message-ID: References: <1431086460-22455-9-git-send-email-shuey@purdue.edu> <1431086460-22455-16-git-send-email-shuey@purdue.edu> User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 428 Lines: 15 > static __u32 kiblnd_cksum(void *ptr, int nob) > { > - char *c = ptr; > - __u32 sum = 0; > + char *c = ptr; > + __u32 sum = 0; Maybe drop the extra space after c here. julia -- 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/