Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752237AbbFKCPO (ORCPT ); Wed, 10 Jun 2015 22:15:14 -0400 Received: from vip.corpemail.net ([162.243.126.186]:47340 "EHLO vip.corpemail.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751599AbbFKCPI (ORCPT ); Wed, 10 Jun 2015 22:15:08 -0400 From: gongzg To: CC: gongzhaogang Subject: [PATCH] The same content in the comment appear twice. Date: Thu, 11 Jun 2015 06:25:59 -0400 Message-ID: <1434018359-26967-1-git-send-email-gongzhaogang@inspur.com> X-Mailer: git-send-email 1.7.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.166.15.236] X-Abuse-Reports-To: service@corp-email.com Abuse-Reports-To: service@corp-email.com X-Complaints-To: service@corp-email.com X-Report-Abuse-To: service@corp-email.com X-CMdb-Check: 0, 192.168.0.69, Ugly c=1 p=-0.949055 Source White X-Corpemail-Scan-Result: 0 X-Corpemail-Rules: 0-0-0-3129-c X-Corpemail-Clean: Yes Tsender: gongzhaogang@inspur.com Trcpt: ; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1274 Lines: 30 From: gongzhaogang Delect the extra content in the comment. return_object - Where to put method's return value (if any). If NULL, no value is returned. --- drivers/acpi/acpica/nseval.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/acpi/acpica/nseval.c b/drivers/acpi/acpica/nseval.c index 7bcc68f..82e2eef 100644 --- a/drivers/acpi/acpica/nseval.c +++ b/drivers/acpi/acpica/nseval.c @@ -69,8 +69,6 @@ acpi_ns_exec_module_code(union acpi_operand_object *method_obj, * return_object - Where to put method's return value (if * any). If NULL, no value is returned. * parameter_type - Type of Parameter list - * return_object - Where to put method's return value (if - * any). If NULL, no value is returned. * flags - ACPI_IGNORE_RETURN_VALUE to delete return * * RETURN: Status -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/