From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756959Ab1HaW3q (ORCPT ); Wed, 31 Aug 2011 18:29:46 -0400 Received: from cdptpa-bc-oedgelb.mail.rr.com ([75.180.133.32]:64389 "EHLO cdptpa-bc-oedgelb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756797Ab1HaW3m (ORCPT ); Wed, 31 Aug 2011 18:29:42 -0400 Authentication-Results: cdptpa-bc-oedgelb.mail.rr.com smtp.user=rpearson@systemfabricworks.com; auth=pass (PLAIN) X-Authority-Analysis: v=1.1 cv=QcSFu2tMqX8VyBnwf4xZriMeG3TVj1s8v1Rcea0EwGI= c=1 sm=0 a=eBnEfeSLl9YA:10 a=o_gqv8GfqPUA:10 a=ozIaqLvjkoIA:10 a=8nJEP1OIZ-IA:10 a=DCwX0kaxZCiV3mmbfDr8nQ==:17 a=YORvzBCaAAAA:8 a=1EhHxECUTVqSbom14MoA:9 a=b4kn2OM-PuJh6AQPJ04A:7 a=wPNLvfGTeEIA:10 a=VV2__AUApEoA:10 a=DCwX0kaxZCiV3mmbfDr8nQ==:117 X-Cloudmark-Score: 0 X-Originating-IP: 67.79.195.91 Message-ID: <4E5EB5D5.6060004@systemfabricworks.com> Date: Wed, 31 Aug 2011 17:29:41 -0500 From: Bob Pearson User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110805 Thunderbird/3.1.12 MIME-Version: 1.0 To: linux-kernel@vger.kernel.org CC: fzago@systemfabricworks.com, rpearson@systemfabricworks.com, Joakim Tjernlund , George Spelvin , akpm@linux-foundation.org Subject: [PATCH v6 01/10] crc32-remove-trailing-whitespace.diff References: <20110831213729.395283830@systemfabricworks.com> In-Reply-To: <20110831213729.395283830@systemfabricworks.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org removed two instances of trailing whitespaces - remove trailing whitespace from lib/crc32.c - remove trailing whitespace from lib/crc32defs.h Signed-off-by: Bob Pearson --- lib/crc32.c | 2 +- lib/crc32defs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Index: for-next/lib/crc32.c =================================================================== --- for-next.orig/lib/crc32.c +++ for-next/lib/crc32.c @@ -316,7 +316,7 @@ EXPORT_SYMBOL(crc32_be); * in the correct multiple to subtract, we can shift a byte at a time. * This produces a 40-bit (rather than a 33-bit) intermediate remainder, * but again the multiple of the polynomial to subtract depends only on - * the high bits, the high 8 bits in this case. + * the high bits, the high 8 bits in this case. * * The multiple we need in that case is the low 32 bits of a 40-bit * value whose high 8 bits are given, and which is a multiple of the Index: for-next/lib/crc32defs.h =================================================================== --- for-next.orig/lib/crc32defs.h +++ for-next/lib/crc32defs.h @@ -8,7 +8,7 @@ /* How many bits at a time to use. Requires a table of 4<