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: 571412 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id D314514031D; Fri, 22 Jan 2016 12:14:46 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b=TbR/kbOY; dkim-atps=neutral Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1aMQJJ-0001OK-Nc; Fri, 22 Jan 2016 01:14:45 +0000 Received: from mail-oi0-f49.google.com ([209.85.218.49]) by huckleberry.canonical.com with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.76) (envelope-from ) id 1aMQJD-0001N8-WA for fwts-devel@lists.ubuntu.com; Fri, 22 Jan 2016 01:14:40 +0000 Received: by mail-oi0-f49.google.com with SMTP id k206so38814039oia.1 for ; Thu, 21 Jan 2016 17:14:39 -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=RqoiV6BdUhSrd3xzilocAg20fKlNA/QzDXUh73AoCKbw2FHMVYnGGo+Ho0uukAKKqn mE2Z7Ph7eQ2xaWalb1Ad6dBT/gwWkq+Z5pG5G25mjh2wnHXStZFpBD72GxagR5E3jCwV TgTEJTLRz16tSdre/H04a/22ExfNHXb5cMwT0oPyYcnk4xUUytrtmCp+rhxgvQAFVb2u XLxTaROYxWHOvX1VJcHYHIhX6eglLtzTzLPIEBCBgRY+HKeheLHInmW95OHbOKDstFMx DExdn/8xlWh2zIANr95yc1H+LA+A3PZ5VoKWtTXenZ7eSJYbnoRnwobLFY91FUan2tLp a+dQ== X-Gm-Message-State: AG10YOSk2p7ai/I+T/WyDkt3jXXGc8LJPysgcLEWOSumF6IGq9tT7uaT7U7N/HMGzLeGyEXq X-Received: by 10.202.49.9 with SMTP id x9mr225486oix.75.1453425278871; Thu, 21 Jan 2016 17:14:38 -0800 (PST) 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 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> Cc: patches@linaro.org, linaro-acpi@lists.linaro.org X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: fwts-devel-bounces@lists.ubuntu.com Signed-off-by: Al Stone Acked-by: Alex Hung --- src/acpi/rsdp/rsdp.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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)