mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: sunran001@208suo.com
To: mchehab@kernel.org
Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] oom: remove spaces after '*'
Date: Thu, 20 Jul 2023 11:24:46 +0800	[thread overview]
Message-ID: <944703e88ae911d7008f2b5f1ca52d2f@208suo.com> (raw)
In-Reply-To: <20230720032346.1869-1-xujianghui@cdjrlc.com>

remove redundant spaces to clear checkpatch errors.

ERROR: "foo * bar" should be "foo *bar"

Signed-off-by: Ran Sun <sunran001@208suo.com>
---
  include/linux/oom.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/oom.h b/include/linux/oom.h
index 7d0c9c48a0c5..7964f1fd9984 100644
--- a/include/linux/oom.h
+++ b/include/linux/oom.h
@@ -72,7 +72,7 @@ static inline bool oom_task_origin(const struct 
task_struct *p)
  	return p->signal->oom_flag_origin;
  }

-static inline bool tsk_is_oom_victim(struct task_struct * tsk)
+static inline bool tsk_is_oom_victim(struct task_struct *tsk)
  {
  	return tsk->signal->oom_mm;
  }

           reply	other threads:[~2023-07-20  3:25 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20230720032346.1869-1-xujianghui@cdjrlc.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=944703e88ae911d7008f2b5f1ca52d2f@208suo.com \
    --to=sunran001@208suo.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.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

all inboxes | Powered by JetHome®