mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: shijie001@208suo.com
To: tglx@linutronix.de, mingo@redhat.com, bp@alien8.de,
	dave.hansen@linux.intel.com
Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, hpa@zytor.com
Subject: [PATCH] KVM: x86:Fix warnings in irq.c
Date: Wed, 12 Jul 2023 10:57:24 +0800	[thread overview]
Message-ID: <d7a492c39633d9373cf29e7ac02a30b1@208suo.com> (raw)
In-Reply-To: <tencent_C058FF13993C887FC16D1E16D72597914306@qq.com>

The following checkpatch warning is removed:
WARNING: Missing a blank line after declarations

Signed-off-by: Jie Shi <shijie001@208suo.com>
---
  arch/x86/kvm/irq.c | 1 +
  1 file changed, 1 insertion(+)

diff --git a/arch/x86/kvm/irq.c b/arch/x86/kvm/irq.c
index b2c397dd2bc6..e03757eee8c9 100644
--- a/arch/x86/kvm/irq.c
+++ b/arch/x86/kvm/irq.c
@@ -136,6 +136,7 @@ static int kvm_cpu_get_extint(struct kvm_vcpu *v)
  int kvm_cpu_get_interrupt(struct kvm_vcpu *v)
  {
      int vector = kvm_cpu_get_extint(v);
+
      if (vector != -1)
          return vector;            /* PIC */

           reply	other threads:[~2023-07-12  2:57 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <tencent_C058FF13993C887FC16D1E16D72597914306@qq.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d7a492c39633d9373cf29e7ac02a30b1@208suo.com \
    --to=shijie001@208suo.com \
    --cc=bp@alien8.de \
    --cc=dave.hansen@linux.intel.com \
    --cc=hpa@zytor.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®