diff options
author | Ian Moffett <ian@osmora.org> | 2024-06-09 18:20:04 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-06-09 18:20:04 -0400 |
commit | 495d6670fff76a17f79bb96956bbb0589225cdae (patch) | |
tree | 5154a9e954b89ade67cce30daa6bd667e185504a /sys/include | |
parent | 55845113211400c9b1657ec3ce72b06a05efac4e (diff) |
kernel: cdefs: Cleanup comment
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/sys/cdefs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/include/sys/cdefs.h b/sys/include/sys/cdefs.h index fa0c028..8ccf5cc 100644 --- a/sys/include/sys/cdefs.h +++ b/sys/include/sys/cdefs.h @@ -44,7 +44,6 @@ * Align data on a cache line boundary. This is * mostly useful for certain locks to ensure they * have their own cache line to reduce contention. - * */ #ifndef __cacheline_aligned #define __cacheline_aligned \ |