From nobody Wed Nov 27 14:39:52 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; 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; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1697731160; cv=none; d=zohomail.com; s=zohoarc; b=G/c760t36z8by8l4n6ICIQwoFE7RvjNJCDpjg6k1EL+xOWqtRBR8jy3hkvQOLxGkdNg7IxnWQi72hSCS5/hqdh/RY/8GC3QW7kPAmHEOmMLPz6lVJGWhS/hVDyoBw09SGj3m59stHApTw8M5yZnfWp+7Qo1GFlsROSaWfp9Dnuc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1697731160; h=Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:Subject:To:To:Message-Id:Reply-To; bh=ZcOP1lA8HWTfx+Eo3ICubUBQXDWQYDG5uQalFHTKJAc=; b=Z1z/xKrQdoV/Yv5r592vqDFyJ2lA4NV6WkKHDXeLRlLejZjsJUdeOayWNnQEdbW3KwMHto8uH9Xhhtj/6/BKWPtpaecFOlypHcKyF3jQaXkxDS5rYcrprI2UQmGxY/sqsjIEFms/yRSC+L8sk8Acex/eYGRLl2bdOT2UNsZbdtQ= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; 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; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1697731160511990.4171255430169; Thu, 19 Oct 2023 08:59:20 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qtVQ5-0005JO-DD; Thu, 19 Oct 2023 11:58:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qtVQ4-0005Il-9O for qemu-devel@nongnu.org; Thu, 19 Oct 2023 11:58:44 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qtVQ2-0001vv-P6 for qemu-devel@nongnu.org; Thu, 19 Oct 2023 11:58:44 -0400 Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-20-wZKDcaIQP_KGZbhCJE8kAg-1; Thu, 19 Oct 2023 11:58:27 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 747761C29B08; Thu, 19 Oct 2023 15:58:24 +0000 (UTC) Received: from thuth-p1g4.redhat.com (unknown [10.39.192.68]) by smtp.corp.redhat.com (Postfix) with ESMTP id E35C82026D66; Thu, 19 Oct 2023 15:58:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1697731118; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ZcOP1lA8HWTfx+Eo3ICubUBQXDWQYDG5uQalFHTKJAc=; b=Hfn38YxtoVzEE/TsbiPWiDKkSzHI3U7D9ZMqtf5W2s0RVO5XEORiEDbZKKYt5LYyx+rvNb OsBE7P+e4i/6QCwswvC4LIpXgYMDEcrjZ8CXHauOREmC1xDwPa/JIB7d6VIrDk+FO4k9ZP wSrkEEyLbMc9KurxgYIyHysuphhPWaI= X-MC-Unique: wZKDcaIQP_KGZbhCJE8kAg-1 From: Thomas Huth To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, qemu-ppc@nongnu.org, Nicholas Piggin , Daniel Henrique Barboza , =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= , David Gibson Subject: [PATCH] MAINTAINERS: Fix typo in openpic_kvm.c entry Date: Thu, 19 Oct 2023 17:58:22 +0200 Message-ID: <20231019155822.499027-1-thuth@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.4 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=170.10.133.124; envelope-from=thuth@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=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.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1697731161814100001 Content-Type: text/plain; charset="utf-8" It's a .c file, not a header! Fixes: ff8cdbbd7e ("MAINTAINERS: Add information for OpenPIC") Signed-off-by: Thomas Huth Reviewed-by: C=C3=A9dric Le Goater Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index c12511c73b..a110a0c7a4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1418,7 +1418,7 @@ F: hw/pci-host/ppce500.c F: include/hw/ppc/ppc_e500.h F: include/hw/pci-host/ppce500.h F: pc-bios/u-boot.e500 -F: hw/intc/openpic_kvm.h +F: hw/intc/openpic_kvm.c F: include/hw/ppc/openpic_kvm.h F: docs/system/ppc/ppce500.rst =20 --=20 2.41.0