linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lv Zheng <lv.zheng@intel.com>
To: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
	Len Brown <len.brown@intel.com>
Cc: Lv Zheng <lv.zheng@intel.com>, Lv Zheng <zetalog@gmail.com>,
	<linux-kernel@vger.kernel.org>,
	linux-acpi@vger.kernel.org, Bob Moore <robert.moore@intel.com>
Subject: [PATCH 04/17] ACPICA: Update for comments/formatting. No functional changes.
Date: Wed, 30 Jul 2014 12:20:46 +0800	[thread overview]
Message-ID: <a02056e8a02becac47c1c0c956b253c4ad514ab0.1406689494.git.lv.zheng@intel.com> (raw)
In-Reply-To: <cover.1406689493.git.lv.zheng@intel.com>

From: Bob Moore <robert.moore@intel.com>

Fix some issues detected by acpisrc utility.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
---
 drivers/acpi/acpica/exfield.c |   22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/drivers/acpi/acpica/exfield.c b/drivers/acpi/acpica/exfield.c
index 1ff42c0..6907ce0 100644
--- a/drivers/acpi/acpica/exfield.c
+++ b/drivers/acpi/acpica/exfield.c
@@ -186,12 +186,11 @@ acpi_ex_read_data_from_field(struct acpi_walk_state * walk_state,
 								  access_length);
 
 			/*
-			 * Add additional 2 bytes for modeled generic_serial_bus data buffer:
-			 * typedef struct {
-			 *     BYTEStatus; // Byte 0 of the data buffer
-			 *     BYTELength; // Byte 1 of the data buffer
-			 *     BYTE[x-1]Data; // Bytes 2-x of the arbitrary length data buffer,
-			 * }
+			 * Add additional 2 bytes for the generic_serial_bus data buffer:
+			 *
+			 *     Status;      (Byte 0 of the data buffer)
+			 *     Length;      (Byte 1 of the data buffer)
+			 *     Data[x-1];   (Bytes 2-x of the arbitrary length data buffer)
 			 */
 			length += 2;
 			function = ACPI_READ | (accessor_type << 16);
@@ -368,12 +367,11 @@ acpi_ex_write_data_to_field(union acpi_operand_object *source_desc,
 								  access_length);
 
 			/*
-			 * Add additional 2 bytes for modeled generic_serial_bus data buffer:
-			 * typedef struct {
-			 *     BYTEStatus; // Byte 0 of the data buffer
-			 *     BYTELength; // Byte 1 of the data buffer
-			 *     BYTE[x-1]Data; // Bytes 2-x of the arbitrary length data buffer,
-			 * }
+			 * Add additional 2 bytes for the generic_serial_bus data buffer:
+			 *
+			 *     Status;      (Byte 0 of the data buffer)
+			 *     Length;      (Byte 1 of the data buffer)
+			 *     Data[x-1];   (Bytes 2-x of the arbitrary length data buffer)
 			 */
 			length += 2;
 			function = ACPI_WRITE | (accessor_type << 16);
-- 
1.7.10


  parent reply	other threads:[~2014-07-30  4:21 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-30  4:20 [PATCH 00/17] ACPICA: 20140724 Release Lv Zheng
2014-07-30  4:20 ` [PATCH 01/17] ACPICA: Work around an ancient GCC bug Lv Zheng
2014-07-30  4:20 ` [PATCH 02/17] ACPICA: Remove a redundant cast to acpi_size for ACPI_OFFSET() macro Lv Zheng
2014-07-30  4:20 ` [PATCH 03/17] ACPICA: Disassembler: Add support for the ToUUID opererator (macro) Lv Zheng
2014-07-30  4:20 ` Lv Zheng [this message]
2014-07-30  4:20 ` [PATCH 05/17] ACPICA: Remove some extraneous printf arguments Lv Zheng
2014-07-30  4:21 ` [PATCH 06/17] ACPICA: Tables: Update for DMAR table changes Lv Zheng
2014-07-30  4:21 ` [PATCH 07/17] ACPICA: Utilities: Fix local printf issue Lv Zheng
2014-07-30  4:21 ` [PATCH 08/17] ACPICA: acpihelp: Add UUID support, restructure some existing files Lv Zheng
2014-07-30  4:21 ` [PATCH 09/17] ACPICA: Debug object: Add current value of Timer() to debug line prefix Lv Zheng
2014-07-30  4:21 ` [PATCH 10/17] ACPICA: ACPI 5.1: Support for the _DSD predefined name Lv Zheng
2014-07-30  4:21 ` [PATCH 11/17] ACPICA: ACPI 5.1: New notify value for System Affinity Update Lv Zheng
2014-07-30  4:21 ` [PATCH 12/17] ACPICA: ACPI 5.1: Support for the _CCA predifined name Lv Zheng
2014-07-30  4:21 ` [PATCH 13/17] ACPICA/ARM: ACPI 5.1: Update for FADT changes Lv Zheng
2014-07-30  4:21 ` [PATCH 14/17] ACPICA/ARM: ACPI 5.1: Update for MADT changes Lv Zheng
2014-07-30  4:21 ` [PATCH 15/17] ACPICA/ARM: ACPI 5.1: Update for GTDT table changes Lv Zheng
2015-05-01 22:43   ` Timur Tabi
2015-05-02 14:02     ` Hanjun Guo
2015-05-05 20:28       ` Moore, Robert
2014-07-30  4:22 ` [PATCH 16/17] ACPICA: ACPI 5.1: Update for PCCT " Lv Zheng
2014-07-30  4:22 ` [PATCH 17/17] ACPICA: Update version to 20140724 Lv Zheng
2014-07-31 22:32 ` [PATCH 00/17] ACPICA: 20140724 Release Rafael J. Wysocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a02056e8a02becac47c1c0c956b253c4ad514ab0.1406689494.git.lv.zheng@intel.com \
    --to=lv.zheng@intel.com \
    --cc=len.brown@intel.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rafael.j.wysocki@intel.com \
    --cc=robert.moore@intel.com \
    --cc=zetalog@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).