From e09ec4dc2af38fb44add2fac518a726ae605b400 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 25 Oct 2017 17:56:08 +0200 Subject: global: style nits --- src/queueing.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/queueing.h') diff --git a/src/queueing.h b/src/queueing.h index bf66c59..a385d67 100644 --- a/src/queueing.h +++ b/src/queueing.h @@ -97,7 +97,8 @@ static inline int cpumask_choose_online(int *stored_cpu, unsigned int id) * atomic sequence number, do an increment-and-return, and then iterate through * every possible CPU until we get to that index -- choose_cpu. However that's * a bit slower, and it doesn't seem like this potential race actually introduces - * any performance loss, so we live with it. */ + * any performance loss, so we live with it. + */ static inline int cpumask_next_online(int *next) { int cpu = *next; -- cgit v1.2.3-59-g8ed1b