From nobody Sun May 12 10:55:23 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org ARC-Seal: i=1; a=rsa-sha256; t=1610692677; cv=none; d=zohomail.com; s=zohoarc; b=XmdkSkNydZgBO9zf60ii1ql2oy444GjNy0LI2WIPoZ7f33kGNRf8LJFEREYBJUNbpqkMNixGDb7KC5CF7pIm4KpVQ0UMqPE9dy3qBgahf1gWmhuy78dG/R67RaQKlaUVm4Qvw/B+MCf44er4HtaPH3MBTyh80hhZa5WmzgfG8hY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1610692677; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=egFJjo51CQeRozGfXDEpS9ibozXd9ZDJZyn8F4rw59w=; b=jwjC2ePsTexzLDAza7BgzBO0PABeSTlKe3jHk3Fu5RPuLV36JJYPW4Ydwt7+gsw6ltbqvbXO2dsNemCH8Q9lb6DU2A2vQHsu/Te/INr2OEoxoYY1/hyHsIa4O6L+Qhls1166rc2Nu9Ou3y4dXPbD41EDjrFJ3iqklhAeHVSJqqI= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1610692677569853.1960316662277; Thu, 14 Jan 2021 22:37:57 -0800 (PST) Received: from localhost ([::1]:35142 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l0Ik6-0007bj-6L for importer@patchew.org; Fri, 15 Jan 2021 01:37:54 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:46206) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l0IjR-0007C0-J3 for qemu-devel@nongnu.org; Fri, 15 Jan 2021 01:37:13 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:3288) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l0IjO-0003zm-CW for qemu-devel@nongnu.org; Fri, 15 Jan 2021 01:37:13 -0500 Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4DHBJW17Gmzl4x0; Fri, 15 Jan 2021 14:35:39 +0800 (CST) Received: from [10.108.235.54] (10.108.235.54) by DGGEMS412-HUB.china.huawei.com (10.3.19.212) with Microsoft SMTP Server id 14.3.498.0; Fri, 15 Jan 2021 14:36:47 +0800 To: , From: chaihaoyu Subject: [PATCH] plugin: foo * bar should be foo *bar Message-ID: <75b8b38e-1898-b8d1-d3ad-f771e19fc725@huawei.com> Date: Fri, 15 Jan 2021 14:36:47 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [10.108.235.54] X-CFilter-Loop: Reflected Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=45.249.212.190; envelope-from=chaihaoyu1@huawei.com; helo=szxga04-in.huawei.com X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: alex.chen@huawei.com, hunongda@huawei.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" recently I a code style problem while using checkpatch.pl tool,please revie= w. foo * bar should be foo *bar: Signed-off-by: Haoyu Chai --- plugins/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/api.c b/plugins/api.c index bbdc5a4eb4..9661824b89 100644 --- a/plugins/api.c +++ b/plugins/api.c @@ -309,7 +309,7 @@ uint64_t qemu_plugin_hwaddr_device_offset(const struct = qemu_plugin_hwaddr *haddr */ #ifndef CONFIG_USER_ONLY -static MachineState * get_ms(void) +static MachineState *get_ms(void) { return MACHINE(qdev_get_machine()); } --=20 2.29.1.59.gf9b6481aed