From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1nt53Z-0004yJ-Hj for mharc-qemu-trivial@gnu.org; Mon, 23 May 2022 06:12:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44860) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nt53Y-0004uo-7w for qemu-trivial@nongnu.org; Mon, 23 May 2022 06:12:56 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:55294) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nt53V-00058J-GP for qemu-trivial@nongnu.org; Mon, 23 May 2022 06:12:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1653300772; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Lyong23qMXke11z2iOQ99G1vZJsupYuz8uSmXiTt+Yk=; b=drkA9xcZ8HJuyI09OIKcsyKC+uIY12CZr/mCjbTqCa1dGELakqNQgFDDQbxC3qO5Ow+dPO 12jRBU3gsO1gSZ4woa545ZsI/AV2Z4BALwacXgdgvDTdUL7ZL8gBBpL8hUvEbUNkxCws+w QyMc0CoaUa4ZGKH118S205Y3vD9RHwI= Received: from mimecast-mx02.redhat.com (mx3-rdu2.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-122-RDU_a9sqOFqPVCPi0qyHXw-1; Mon, 23 May 2022 06:12:51 -0400 X-MC-Unique: RDU_a9sqOFqPVCPi0qyHXw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 9EE4F29ABA1C; Mon, 23 May 2022 10:12:50 +0000 (UTC) Received: from redhat.com (unknown [10.33.36.162]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6194E7AE4; Mon, 23 May 2022 10:12:49 +0000 (UTC) Date: Mon, 23 May 2022 11:12:47 +0100 From: Daniel =?utf-8?B?UC4gQmVycmFuZ8Op?= To: "Dr. David Alan Gilbert (git)" Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org, laurent@vivier.eu, mjt@tls.msk.ru, danielhb413@gmail.com, clg@kaod.org, mst@redhat.com, qemu-arm@nongnu.org Subject: Re: [PATCH] Trivial: 3 char repeat typos Message-ID: Reply-To: Daniel =?utf-8?B?UC4gQmVycmFuZ8Op?= References: <20220523095629.144441-1-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220523095629.144441-1-dgilbert@redhat.com> User-Agent: Mutt/2.2.1 (2022-02-19) X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 Received-SPF: pass client-ip=170.10.133.124; envelope-from=berrange@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -28 X-Spam_score: -2.9 X-Spam_bar: -- X-Spam_report: (-2.9 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.082, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2022 10:12:56 -0000 On Mon, May 23, 2022 at 10:56:29AM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Inspired by Julia Lawall's fixing of Linux > kernel comments, I looked at qemu, although I did it manually. > > Signed-off-by: Dr. David Alan Gilbert > --- > hw/intc/openpic.c | 2 +- > hw/net/imx_fec.c | 2 +- > hw/pci/pcie_aer.c | 2 +- > hw/pci/shpc.c | 2 +- > hw/ppc/spapr_caps.c | 2 +- > hw/scsi/spapr_vscsi.c | 2 +- > qapi/net.json | 2 +- > target/arm/cpu64.c | 2 +- > tools/virtiofsd/passthrough_ll.c | 2 +- > ui/input.c | 2 +- > 10 files changed, 10 insertions(+), 10 deletions(-) Reviewed-by: Daniel P. Berrangé With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|