From patchwork Fri Mar 13 18:56:05 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Eric W. Biederman" X-Patchwork-Id: 450056 X-Patchwork-Delegate: shemminger@vyatta.com Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id DC6F714007D for ; Sat, 14 Mar 2015 05:59:52 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756897AbbCMS7t (ORCPT ); Fri, 13 Mar 2015 14:59:49 -0400 Received: from out02.mta.xmission.com ([166.70.13.232]:47578 "EHLO out02.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754352AbbCMS7r (ORCPT ); Fri, 13 Mar 2015 14:59:47 -0400 Received: from in02.mta.xmission.com ([166.70.13.52]) by out02.mta.xmission.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1YWUoE-0007LZ-VZ; Fri, 13 Mar 2015 12:59:46 -0600 Received: from 70-59-163-10.omah.qwest.net ([70.59.163.10] helo=x220.int.ebiederm.org.xmission.com) by in02.mta.xmission.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1YWUoE-0004Ak-HZ; Fri, 13 Mar 2015 12:59:46 -0600 From: ebiederm@xmission.com (Eric W. Biederman) To: Stephen Hemminger Cc: References: <87bnjwspek.fsf@x220.int.ebiederm.org> Date: Fri, 13 Mar 2015 13:56:05 -0500 In-Reply-To: <87bnjwspek.fsf@x220.int.ebiederm.org> (Eric W. Biederman's message of "Fri, 13 Mar 2015 13:50:11 -0500") Message-ID: <87egosraka.fsf@x220.int.ebiederm.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 X-XM-AID: U2FsdGVkX1/l/5vmqw42L6vQHfVkr86tyYo5AFgejpA= X-SA-Exim-Connect-IP: 70.59.163.10 X-SA-Exim-Mail-From: ebiederm@xmission.com X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on sa06.xmission.com X-Spam-Level: X-Spam-Status: No, score=-0.2 required=8.0 tests=ALL_TRUSTED,BAYES_50, DCC_CHECK_NEGATIVE,TVD_RCVD_IP,T_TooManySym_01 autolearn=disabled version=3.4.0 X-Spam-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP * 0.0 TVD_RCVD_IP Message was received from an IP address * 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% * [score: 0.4999] * -0.0 DCC_CHECK_NEGATIVE Not listed in DCC * [sa06 1397; Body=1 Fuz1=1 Fuz2=1] * 0.0 T_TooManySym_01 4+ unique symbols in subject X-Spam-DCC: XMission; sa06 1397; Body=1 Fuz1=1 Fuz2=1 X-Spam-Combo: ;Stephen Hemminger X-Spam-Relay-Country: X-Spam-Timing: total 135 ms - load_scoreonly_sql: 0.03 (0.0%), signal_user_changed: 3.5 (2.6%), b_tie_ro: 2.5 (1.9%), parse: 0.64 (0.5%), extract_message_metadata: 1.96 (1.5%), get_uri_detail_list: 0.55 (0.4%), tests_pri_-1000: 3.6 (2.7%), tests_pri_-950: 1.40 (1.0%), tests_pri_-900: 1.10 (0.8%), tests_pri_-400: 17 (12.9%), check_bayes: 16 (11.8%), b_tokenize: 6 (4.4%), b_tok_get_all: 4.0 (3.0%), b_comp_prob: 1.80 (1.3%), b_tok_touch_all: 1.77 (1.3%), b_finish: 0.88 (0.7%), tests_pri_0: 92 (68.3%), tests_pri_500: 4.0 (3.0%), rewrite_mail: 0.00 (0.0%) Subject: [PATCH net-next 5/8] iproute2: misc whitespace cleanup X-Spam-Flag: No X-SA-Exim-Version: 4.2.1 (built Wed, 24 Sep 2014 11:00:52 -0600) X-SA-Exim-Scanned: Yes (on in02.mta.xmission.com) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org This removes an extra space and causes things to line up. --- ip/iptunnel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ip/iptunnel.c b/ip/iptunnel.c index 29188c450370..be84b83ec673 100644 --- a/ip/iptunnel.c +++ b/ip/iptunnel.c @@ -342,7 +342,7 @@ static void print_tunnel(struct ip_tunnel_parm *p) printf("%s: %s/ip remote %s local %s ", p->name, tnl_strproto(p->iph.protocol), - p->iph.daddr ? format_host(AF_INET, 4, &p->iph.daddr, s1, sizeof(s1)) : "any", + p->iph.daddr ? format_host(AF_INET, 4, &p->iph.daddr, s1, sizeof(s1)) : "any", p->iph.saddr ? rt_addr_n2a(AF_INET, 4, &p->iph.saddr, s2, sizeof(s2)) : "any"); if (p->iph.protocol == IPPROTO_IPV6 && (p->i_flags & SIT_ISATAP)) {