Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933107Ab0BFRsL (ORCPT ); Sat, 6 Feb 2010 12:48:11 -0500 Received: from cpsmtpm-eml102.kpnxchange.com ([195.121.3.6]:56164 "EHLO CPSMTPM-EML102.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932759Ab0BFRrc (ORCPT ); Sat, 6 Feb 2010 12:47:32 -0500 From: Frans Pop To: linux-kernel@vger.kernel.org Cc: Frans Pop , Jiri Kosina Subject: [PATCH 16/16] trivial: remove trailing space in spidev test program Date: Sat, 6 Feb 2010 18:47:23 +0100 Message-Id: <1265478443-31072-16-git-send-email-elendil@planet.nl> X-Mailer: git-send-email 1.6.6.1 In-Reply-To: <201002061844.45212.elendil@planet.nl> References: <201002061844.45212.elendil@planet.nl> X-OriginalArrivalTime: 06 Feb 2010 17:47:27.0212 (UTC) FILETIME=[7269FAC0:01CAA754] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1031 Lines: 27 Signed-off-by: Frans Pop Cc: Jiri Kosina --- Documentation/spi/spidev_test.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/spi/spidev_test.c b/Documentation/spi/spidev_test.c index 10abd37..b49ff55 100644 --- a/Documentation/spi/spidev_test.c +++ b/Documentation/spi/spidev_test.c @@ -75,7 +75,7 @@ static void print_usage(const char *prog) puts(" -D --device device to use (default /dev/spidev1.1)\n" " -s --speed max speed (Hz)\n" " -d --delay delay (usec)\n" - " -b --bpw bits per word \n" + " -b --bpw bits per word\n" " -l --loop loopback\n" " -H --cpha clock phase\n" " -O --cpol clock polarity\n" -- 1.6.6.1 -- 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/