From patchwork Tue Feb 9 23:12:53 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Al Stone X-Patchwork-Id: 581207 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 7C26C1401E7; Wed, 10 Feb 2016 10:13:30 +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=UU0hAAOM; 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 1aTHTN-0000oI-4w; Tue, 09 Feb 2016 23:13:29 +0000 Received: from mail-ob0-f180.google.com ([209.85.214.180]) by huckleberry.canonical.com with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.76) (envelope-from ) id 1aTHTA-0000ll-8S for fwts-devel@lists.ubuntu.com; Tue, 09 Feb 2016 23:13:16 +0000 Received: by mail-ob0-f180.google.com with SMTP id xk3so3713262obc.2 for ; Tue, 09 Feb 2016 15:13:16 -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=UU0hAAOMQl8XYH5gx82fXvp3VtDYzpY6j5OUMjR9GzEXD5z26d29lBw3X46O/uKZFU Wsht9gBFyVLw3PE8L0+9BS5h1qcTpevdVcTnD1mio9p8S8PdEDyOtJAHd45kYZIr8nKy Tz7pgw9B786eteeLpa1EM6lyeZ7fyhOqKu8lo= 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=VMJJd6k7tyTaZ5tWnLKL73+OZNqktd/ivujrmksuoaP5Pxi/c38CrbqblucX+l/R1v c3RAluCQPrbIsdkCRgXlTMTSuskEOcjwA/d+IsQ6mYCVHl2a/fNAOQW+dbEXk7VqZ6KK O9ImaIadTU3TQ5hCtZUbFWi5O0he31AWU2lPpJse9vwEE2DmOQqipwfT/6URUspPgtxR KBfWuJs5GuA7aPF5nI7tTcbp3AtwB1x4z0PYJ3lbOci7iwBHCm6KwFIeJy1TeYyGBxa3 DujMAoycAkpbDFYK0u/KnWoySCPV6ABiZqDi0PB3TVq/dnSdzKcs/PQRcjU6sYosgQbh LiGw== X-Gm-Message-State: AG10YOSH+xfOLnajedQwo/AB/f9/RDrjoHyjAG+Y3hU0Zw1aKy3C9LqzyOdSaOev4jYEikKk X-Received: by 10.60.67.34 with SMTP id k2mr32523765oet.67.1455059595228; Tue, 09 Feb 2016 15:13:15 -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 q8sm203282oep.2.2016.02.09.15.13.13 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 09 Feb 2016 15:13:13 -0800 (PST) From: Al Stone To: fwts-devel@lists.ubuntu.com Subject: [PATCH v2 1/5] RSDP: minor cleanups to rsdp.c for checkpatch issues Date: Tue, 9 Feb 2016 16:12:53 -0700 Message-Id: <1455059577-7100-2-git-send-email-al.stone@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1455059577-7100-1-git-send-email-al.stone@linaro.org> References: <1455059577-7100-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: Ivan Hu Acked-by: Colin Ian King --- 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)