* [PATCH] pid: move open brace after struct pid
@ 2022-01-10 3:19 Yajun Deng
0 siblings, 0 replies; only message in thread
From: Yajun Deng @ 2022-01-10 3:19 UTC (permalink / raw)
To: christian.brauner, repnop, david, jack; +Cc: linux-kernel, Yajun Deng
The open brace should be after a struct of define, that's good
for searching.
Signed-off-by: Yajun Deng <yajun.deng@linux.dev>
---
include/linux/pid.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/linux/pid.h b/include/linux/pid.h
index 343abf22092e..b54031931565 100644
--- a/include/linux/pid.h
+++ b/include/linux/pid.h
@@ -56,8 +56,7 @@ struct upid {
struct pid_namespace *ns;
};
-struct pid
-{
+struct pid {
refcount_t count;
unsigned int level;
spinlock_t lock;
--
2.25.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-01-10 3:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-10 3:19 [PATCH] pid: move open brace after struct pid Yajun Deng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome