From 495d6670fff76a17f79bb96956bbb0589225cdae Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 9 Jun 2024 18:20:04 -0400 Subject: kernel: cdefs: Cleanup comment Signed-off-by: Ian Moffett --- sys/include/sys/cdefs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/include') 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 \ -- cgit v1.2.3