Kernel Newbies archive mirror
 help / color / mirror / Atom feed
From: Mohamed Karaoui <moharaka@gmail.com>
To: kernelnewbies@kernelnewbies.org
Cc: Mohamed Karaoui <moharaka@gmail.com>
Subject: [RFC PATCH] kvm: replace spaces with a tab
Date: Thu, 16 May 2024 10:31:45 +0100	[thread overview]
Message-ID: <20240516093145.35644-1-moharaka@gmail.com> (raw)

Hi list,

This is an attempt to get a feeling of sending a first patch. Please feel
free to comment.

I have few questions:

- I have build this patch against the torvalds/linux.git. Does it matter
which tree I use as long as it works on the maintainer tree?

- In this particular case I checked the maintainer. It seems that its
tree is something of 11 years old.

- Should I just go ahead and send this patch to the emails in 
./scripts/get_maintainer.pl anyway? (replacing this message of course)


Signed-off-by: Mohamed Karaoui <moharaka@gmail.com>
---
 virt/kvm/kvm_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c
index ff0a20565f90..cd4702e069ca 100644
--- a/virt/kvm/kvm_main.c
+++ b/virt/kvm/kvm_main.c
@@ -6368,7 +6368,7 @@ EXPORT_SYMBOL_GPL(kvm_get_running_vcpu);
  */
 struct kvm_vcpu * __percpu *kvm_get_running_vcpus(void)
 {
-        return &kvm_running_vcpu;
+	return &kvm_running_vcpu;
 }
 
 #ifdef CONFIG_GUEST_PERF_EVENTS
-- 
2.34.1


_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

             reply	other threads:[~2024-05-16  9:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-16  9:31 Mohamed Karaoui [this message]
2024-05-16  9:38 ` [RFC PATCH] kvm: replace spaces with a tab Greg KH

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=20240516093145.35644-1-moharaka@gmail.com \
    --to=moharaka@gmail.com \
    --cc=kernelnewbies@kernelnewbies.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).