diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-10-25 17:56:08 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-10-31 17:25:23 +0100 |
commit | abddb8492c55482048b10788e00ec20e5ee3948f (patch) | |
tree | c120c38e63eccdea9cac4bd16d03b6d4919a6b9d /src/queueing.h | |
parent | ce7e110ef3a0809e875b7c8a0008226ecda32518 (diff) |
global: style nits
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/queueing.h')
-rw-r--r-- | src/queueing.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; |