From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755622AbcHSXQn (ORCPT ); Fri, 19 Aug 2016 19:16:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58712 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755137AbcHSXQl (ORCPT ); Fri, 19 Aug 2016 19:16:41 -0400 From: Al Stone To: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org Cc: ahs3@redhat.com Subject: [PATCH 0/2] minor ACPI source file cleanup Date: Fri, 19 Aug 2016 17:16:33 -0600 Message-Id: <1471648595-7365-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.25]); Fri, 19 Aug 2016 23:16:41 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The first patch is a trivial whitespace cleanup. The second is also simple in that it removes a duplicate declaration from a header file. Al Stone (2): ACPI: remove extraneous whitespace from a comment ACPI: remove duplicate declaration for acpi_table_parse_entries() drivers/acpi/tables.c | 2 +- include/linux/acpi.h | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) -- 2.7.4