From patchwork Fri Jan 22 01:14:16 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Al Stone X-Patchwork-Id: 60114 Delivered-To: patches@linaro.org Received: by 10.112.130.2 with SMTP id oa2csp336089lbb; Thu, 21 Jan 2016 17:14:39 -0800 (PST) X-Received: by 10.182.20.98 with SMTP id m2mr229202obe.61.1453425279177; Thu, 21 Jan 2016 17:14:39 -0800 (PST) Return-Path: Received: from mail-oi0-x22e.google.com (mail-oi0-x22e.google.com. [2607:f8b0:4003:c06::22e]) by mx.google.com with ESMTPS id cl10si3439826oec.48.2016.01.21.17.14.38 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Jan 2016 17:14:39 -0800 (PST) Received-SPF: pass (google.com: domain of al.stone@linaro.org designates 2607:f8b0:4003:c06::22e as permitted sender) client-ip=2607:f8b0:4003:c06::22e; Authentication-Results: mx.google.com; spf=pass (google.com: domain of al.stone@linaro.org designates 2607:f8b0:4003:c06::22e as permitted sender) smtp.mailfrom=al.stone@linaro.org; dkim=pass header.i=@linaro.org Received: by mail-oi0-x22e.google.com with SMTP id o124so38187199oia.3 for ; Thu, 21 Jan 2016 17:14:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=M6SAHeS7p0iOyaUaViuCvX0TtKPkTn9bO84kc/n5bm8=; b=TbR/kbOYCMfmC14d1KTMaxxY7vCxID7rqi42xjDBcJreJjRg8BCD2kNoYItEv2EXLd Jn5jVPpiBpK/i6X4cy7VsMtXbRROl1vgb88h7MQ/luThvzFHBYAw7E4atw4aFzmQey9I kgQ2s8zNMGEaLSygPO8eaf8qG3ey3hZHE2GHs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=M6SAHeS7p0iOyaUaViuCvX0TtKPkTn9bO84kc/n5bm8=; b=YKiwTg3Mphr7zteSMrWYkePA19RwunkvntQlz4RvJVbEV+8R7STKF39/kptX2yVE6P rSGmGiHIuzrsf3qNrTcwM01h+pNmorQRasG7fF4XdPsKjFSscrnPBTnBYVio2UG0lt6e P7QcE6/4Sh69i41aem5RdwV+XjvLZaCboDrIeYoFk3hdq+FcpwmSpnPayMyRKloHxxvr agEmAHY3/D3boAIPtlDA73LB2sX5ygcN2sPft+VvT5qqwMT+OZ+i8EN4gTvQOg/kPBk1 bLvN+dtG2D1RDSt4/J+m4bnSN5ajF41g4qg/xwZ0eyUGoCYx6xAHIolfignIND2/B4M0 tLgw== X-Gm-Message-State: AG10YORqErdrfmeNHqixtBx0lQx0987O2AhetN7cYoUGqeEYrdoq3qBb6xpEPrick9m6m3ysTCo= X-Received: by 10.202.49.9 with SMTP id x9mr225486oix.75.1453425278871; Thu, 21 Jan 2016 17:14:38 -0800 (PST) Return-Path: Received: from fidelio.ahs3 (c-50-134-239-249.hsd1.co.comcast.net. [50.134.239.249]) by smtp.googlemail.com with ESMTPSA id mj1sm1921252oeb.17.2016.01.21.17.14.37 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 21 Jan 2016 17:14:37 -0800 (PST) From: Al Stone To: fwts-devel@lists.ubuntu.com Cc: linaro-acpi@lists.linaro.org, patches@linaro.org, Al Stone Subject: [PATCH 1/5] RSDP: minor cleanups to rsdp.c for checkpatch issues Date: Thu, 21 Jan 2016 18:14:16 -0700 Message-Id: <1453425260-21576-2-git-send-email-al.stone@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1453425260-21576-1-git-send-email-al.stone@linaro.org> References: <1453425260-21576-1-git-send-email-al.stone@linaro.org> Signed-off-by: Al Stone --- src/acpi/rsdp/rsdp.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) -- 2.5.0 diff --git a/src/acpi/rsdp/rsdp.c b/src/acpi/rsdp/rsdp.c index 423163b..5bc0215 100644 --- a/src/acpi/rsdp/rsdp.c +++ b/src/acpi/rsdp/rsdp.c @@ -13,10 +13,6 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * */ #include "fwts.h" @@ -47,7 +43,7 @@ static int rsdp_init(fwts_framework *fw) */ static int rsdp_test1(fwts_framework *fw) { - fwts_acpi_table_rsdp *rsdp = (fwts_acpi_table_rsdp*)table->data; + fwts_acpi_table_rsdp *rsdp = (fwts_acpi_table_rsdp *)table->data; bool passed = true; size_t i; @@ -93,4 +89,5 @@ static fwts_framework_ops rsdp_ops = { .minor_tests = rsdp_tests }; -FWTS_REGISTER("rsdp", &rsdp_ops, FWTS_TEST_ANYTIME, FWTS_FLAG_BATCH | FWTS_FLAG_TEST_ACPI) +FWTS_REGISTER("rsdp", &rsdp_ops, FWTS_TEST_ANYTIME, FWTS_FLAG_BATCH | + FWTS_FLAG_TEST_ACPI)