From nobody Fri May 3 23:00:22 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1490369619785836.7909592034385; Fri, 24 Mar 2017 08:33:39 -0700 (PDT) Received: from localhost ([::1]:33669 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1crRDe-0001Fg-41 for importer@patchew.org; Fri, 24 Mar 2017 11:33:38 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1crQlZ-0005O7-T4 for qemu-devel@nongnu.org; Fri, 24 Mar 2017 11:04:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1crQlW-0006pp-Pk for qemu-devel@nongnu.org; Fri, 24 Mar 2017 11:04:37 -0400 Received: from [39.183.12.116] (port=36763 helo=centos7-2.localdomain) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1crQlW-0006pS-9P for qemu-devel@nongnu.org; Fri, 24 Mar 2017 11:04:34 -0400 Received: by centos7-2.localdomain (Postfix, from userid 0) id 2F32F2F1; Fri, 24 Mar 2017 22:28:27 +0800 (CST) From: "sochin.jiang" To: berrange@redhat.com Date: Fri, 24 Mar 2017 22:28:25 +0800 Message-Id: <1490365705-2912-1-git-send-email-sochin@aliyun.com> X-Mailer: git-send-email 1.8.3.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 39.183.12.116 X-Mailman-Approved-At: Fri, 24 Mar 2017 11:32:17 -0400 Subject: [Qemu-devel] [PATCH] channel-file: fix wrong parameter comments X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: sochin@aliyun.com, qemu-devel@nongnu.org, sochin.jiang@huawei.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: "sochin.jiang" fix wrong parameter comments in channel-file.h. Signed-off-by: sochin.jiang Reviewed-by: Marc-Andr=C3=A9 Lureau --- include/io/channel-file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/io/channel-file.h b/include/io/channel-file.h index d2462c2..79245f1 100644 --- a/include/io/channel-file.h +++ b/include/io/channel-file.h @@ -71,7 +71,7 @@ qio_channel_file_new_fd(int fd); =20 /** * qio_channel_file_new_path: - * @fd: the file descriptor + * @path: the file path * @flags: the open flags (O_RDONLY|O_WRONLY|O_RDWR, etc) * @mode: the file creation mode if O_WRONLY is set in @flags * @errp: pointer to initialized error object --=20 1.8.3.1