linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] oom: remove spaces after '*'
       [not found] <20230720032346.1869-1-xujianghui@cdjrlc.com>
@ 2023-07-20  3:24 ` sunran001
  0 siblings, 0 replies; only message in thread
From: sunran001 @ 2023-07-20  3:24 UTC (permalink / raw)
  To: mchehab; +Cc: linux-media, linux-kernel

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;
  }

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-20  3:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230720032346.1869-1-xujianghui@cdjrlc.com>
2023-07-20  3:24 ` [PATCH] oom: remove spaces after '*' sunran001

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 NNTP newsgroup(s).