From nobody Wed Nov 12 08:36:19 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.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; Authentication-Results: mx.zohomail.com; spf=pass (zoho.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=1569415813; cv=none; d=zoho.com; s=zohoarc; b=JyiiRdT2WLhxNdfeQ6rHXOJrh141SGfPjoHngVHrXafI5llXuW5LDeNrdZi6J2PwSDyoEeQEEsjwG5BTOvOnHofw4u+6tF3LP9ivHSw0trMgH4HW2W1siehaus2ABgDPEcOcXE4gWSJn6wkRtGru97RV0qUuQKj0w3a8ii8ymCU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1569415813; h=Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=0KgQvmSCpdTox6PFMPyz/15r35Z2bSYMP0FTJjnGnZs=; b=NTrdkTdG5DlRcGDMB/mFfKSbsmPqKfJGQUmnzDH1UO3HoacfjfoxBdiPampJq1eGWvzKNiq8Vfu3jAGhRqLej37SMP7j6r0Vsvv6Vc4QoVYyq5SEuhjXZhriwD8BfV5YEI2NlxPzIYmaCJnQfrsxA3sv8aQpes4qGQ74lpXwjVU= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.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 1569415813498998.3264402273969; Wed, 25 Sep 2019 05:50:13 -0700 (PDT) Received: from localhost ([::1]:49544 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iD6k9-00036t-Mt for importer@patchew.org; Wed, 25 Sep 2019 08:50:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57801) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iD6gd-0001Fm-Bt for qemu-devel@nongnu.org; Wed, 25 Sep 2019 08:46:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iD6gb-0002ED-O5 for qemu-devel@nongnu.org; Wed, 25 Sep 2019 08:46:26 -0400 Received: from mx2.rt-rk.com ([89.216.37.149]:56088 helo=mail.rt-rk.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iD6gb-0002DJ-HR for qemu-devel@nongnu.org; Wed, 25 Sep 2019 08:46:25 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.rt-rk.com (Postfix) with ESMTP id 89CE81A23BB; Wed, 25 Sep 2019 14:46:21 +0200 (CEST) Received: from rtrkw774-lin.domain.local (rtrkw774-lin.domain.local [10.10.13.43]) by mail.rt-rk.com (Postfix) with ESMTPSA id 67AF01A228A; Wed, 25 Sep 2019 14:46:21 +0200 (CEST) X-Virus-Scanned: amavisd-new at rt-rk.com From: Aleksandar Markovic To: qemu-devel@nongnu.org Subject: [PATCH v2 03/20] target/mips: Clean up kvm_mips.h Date: Wed, 25 Sep 2019 14:45:55 +0200 Message-Id: <1569415572-19635-4-git-send-email-aleksandar.markovic@rt-rk.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1569415572-19635-1-git-send-email-aleksandar.markovic@rt-rk.com> References: <1569415572-19635-1-git-send-email-aleksandar.markovic@rt-rk.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 89.216.37.149 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: arikalo@wavecomp.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: Aleksandar Markovic Mostly fix errors and warnings reported by 'checkpatch.pl -f'. Signed-off-by: Aleksandar Markovic Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- target/mips/kvm_mips.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/mips/kvm_mips.h b/target/mips/kvm_mips.h index ae957f3..1e40147 100644 --- a/target/mips/kvm_mips.h +++ b/target/mips/kvm_mips.h @@ -7,7 +7,7 @@ * * Copyright (C) 2012-2014 Imagination Technologies Ltd. * Authors: Sanjay Lal -*/ + */ =20 #ifndef KVM_MIPS_H #define KVM_MIPS_H --=20 2.7.4