From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932451AbcHSX2y (ORCPT ); Fri, 19 Aug 2016 19:28:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48328 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753576AbcHSX2x (ORCPT ); Fri, 19 Aug 2016 19:28:53 -0400 From: Al Stone To: linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org Cc: ahs3@redhat.com, Tony Luck , Fenghua Yu , trivial@kernel.org Subject: [PATCH 0/2] minor ia64 source code changes Date: Fri, 19 Aug 2016 17:28:48 -0600 Message-Id: <1471649330-32415-1-git-send-email-ahs3@redhat.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Fri, 19 Aug 2016 23:28:53 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Really trivial changes: one for whitespace, and a second for a compilation error that can occur due to a use before a definition without a forward declaration. Al Stone (2): ia64: remove extraneous white space ia64: fix compilation error when using struct before defining it arch/ia64/sn/kernel/sn2/sn2_smp.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -- 2.7.4