lkml.org 
[lkml]   [2023]   [Jul]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] oom: remove spaces after '*'
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;
}
\
 
 \ /
  Last update: 2023-07-20 05:26    [W:0.043 / U:0.428 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site