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: 61603 Delivered-To: patches@linaro.org Received: by 10.112.43.199 with SMTP id y7csp2323794lbl; Tue, 9 Feb 2016 15:13:15 -0800 (PST) X-Received: by 10.182.24.197 with SMTP id w5mr32074886obf.31.1455059595514; Tue, 09 Feb 2016 15:13:15 -0800 (PST) Return-Path: Received: from mail-ob0-x22d.google.com (mail-ob0-x22d.google.com. [2607:f8b0:4003:c01::22d]) by mx.google.com with ESMTPS id q84si181191oih.117.2016.02.09.15.13.15 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 09 Feb 2016 15:13:15 -0800 (PST) Received-SPF: pass (google.com: domain of al.stone@linaro.org designates 2607:f8b0:4003:c01::22d as permitted sender) client-ip=2607:f8b0:4003:c01::22d; Authentication-Results: mx.google.com; spf=pass (google.com: domain of al.stone@linaro.org designates 2607:f8b0:4003:c01::22d as permitted sender) smtp.mailfrom=al.stone@linaro.org; dkim=pass header.i=@linaro.org Received: by mail-ob0-x22d.google.com with SMTP id ba1so3638111obb.3 for ; Tue, 09 Feb 2016 15:13:15 -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=TrO8pxLDYbhcRCk+vmRdZyypoe/MiaRgRUkERV+ipSD7z1ayf82kFpWIed0weUP3c0 q68HtYl/r7AVr19Iy78ehSlKNVNnzrLbV4ZJdDPvwjrh+4TNxQVFYBI13Ex2C743JtSB v/jKFRVZ9ypvghofQRjTdK/yP2fPn1NLtHL3lnfeZXE6OCUIi2TZkmpyCDYB/ZeSqYI8 3G3mqIy6knAWDGgNWq37rExRKu3XNYGgOEAUdiztIlQ0V/7W/WOa77TmLvFYAn75tpaY ue4X6whTFM7g4KsgT+pOghdv9Z4IASEurYu3GIxogv/y6pygFmwaCZ7ixkAnySTb0h/q PFDQ== X-Gm-Message-State: AG10YOTmPK+IM9SKWxQw2zz1iAiCHkkelr19/i+Xl+4xog9GC+zQ6VoUUWGPY/h4nm+KYj7BYLk= X-Received: by 10.60.67.34 with SMTP id k2mr32523765oet.67.1455059595228; Tue, 09 Feb 2016 15:13:15 -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 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 Cc: linaro-acpi@lists.linaro.org, patches@linaro.org, Al Stone 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> 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)